Reference documentation and code samples for the Device Streaming V1 API class Google::Cloud::DeviceStreaming::V1::ListDeviceSessionsRequest.
Request message for DirectAccessService.ListDeviceSessions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. If specified, responses will be filtered by the given filter. Allowed fields are: session_state.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — 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.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of DeviceSessions to return.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of DeviceSessions to return.
Returns
- (::Integer) — Optional. The maximum number of DeviceSessions to return.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. A continuation token for paging.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. A continuation token for paging.
Returns
- (::String) — Optional. A continuation token for paging.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The name of the parent to request, e.g. "projects/{project_id}"
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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}"