Class: Google::Cloud::DeviceStreaming::V1::ListDeviceSessionsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#filter::String

Returns Optional. If specified, responses will be filtered by the given filter. Allowed fields are: session_state.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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}".

Returns:

  • (::String)

    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