Class: Google::Cloud::DeviceStreaming::V1::ListDeviceSessionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DeviceStreaming::V1::ListDeviceSessionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/service.rb
Overview
Request message for DirectAccessService.ListDeviceSessions.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. If specified, responses will be filtered by the given filter. Allowed fields are: session_state.
58 59 60 61 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 58 class ListDeviceSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of DeviceSessions to return.
58 59 60 61 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 58 class ListDeviceSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A continuation token for paging.
58 59 60 61 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 58 class ListDeviceSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent to request, e.g. "projects/{project_id}".
58 59 60 61 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 58 class ListDeviceSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |