Reference documentation and code samples for the Google Cloud Device Streaming V1 Client class ListDeviceSessionsRequest.
Request message for DirectAccessService.ListDeviceSessions.
Generated from protobuf message google.cloud.devicestreaming.v1.ListDeviceSessionsRequest
Namespace
Google \ Cloud \ DeviceStreaming \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the parent to request, e.g. "projects/{project_id}"
↳ page_size
int
Optional. The maximum number of DeviceSessions to return.
↳ page_token
string
Optional. A continuation token for paging.
↳ filter
string
Optional. If specified, responses will be filtered by the given filter. Allowed fields are: session_state.
getParent
Required. The name of the parent to request, e.g. "projects/{project_id}"
string
setParent
Required. The name of the parent to request, e.g. "projects/{project_id}"
var
string
$this
getPageSize
Optional. The maximum number of DeviceSessions to return.
int
setPageSize
Optional. The maximum number of DeviceSessions to return.
var
int
$this
getPageToken
Optional. A continuation token for paging.
string
setPageToken
Optional. A continuation token for paging.
var
string
$this
getFilter
Optional. If specified, responses will be filtered by the given filter.
Allowed fields are: session_state.
string
setFilter
Optional. If specified, responses will be filtered by the given filter.
Allowed fields are: session_state.
var
string
$this
static::build
parent
string
Required. The name of the parent to request, e.g. "projects/{project_id}" Please see DirectAccessServiceClient::projectName() for help formatting this field.