public sealed class ListDeviceSessionsRequest : IPageRequest, IMessage<ListDeviceSessionsRequest>, IEquatable<ListDeviceSessionsRequest>, IDeepCloneable<ListDeviceSessionsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Device Streaming v1 API class ListDeviceSessionsRequest.
Request message for DirectAccessService.ListDeviceSessions.
Implements
IPageRequest, IMessageListDeviceSessionsRequest, IEquatableListDeviceSessionsRequest, IDeepCloneableListDeviceSessionsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DeviceStreaming.V1Assembly
Google.Cloud.DeviceStreaming.V1.dll
Constructors
ListDeviceSessionsRequest()
public ListDeviceSessionsRequest()ListDeviceSessionsRequest(ListDeviceSessionsRequest)
public ListDeviceSessionsRequest(ListDeviceSessionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeviceSessionsRequest |
Properties
Filter
public string Filter { get; set; }Optional. If specified, responses will be filtered by the given filter. Allowed fields are: session_state.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of DeviceSessions to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A continuation token for paging.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The name of the parent to request, e.g. "projects/{project_id}"
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|