Device Streaming v1 API - Class ListDeviceSessionsResponse (1.0.0-beta01)

public sealed class ListDeviceSessionsResponse : IPageResponse<DeviceSession>, IEnumerable<DeviceSession>, IEnumerable, IMessage<ListDeviceSessionsResponse>, IEquatable<ListDeviceSessionsResponse>, IDeepCloneable<ListDeviceSessionsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Device Streaming v1 API class ListDeviceSessionsResponse.

Response message for DirectAccessService.ListDeviceSessions.

Inheritance

object > ListDeviceSessionsResponse

Namespace

Google.Cloud.DeviceStreaming.V1

Assembly

Google.Cloud.DeviceStreaming.V1.dll

Constructors

ListDeviceSessionsResponse()

public ListDeviceSessionsResponse()

ListDeviceSessionsResponse(ListDeviceSessionsResponse)

public ListDeviceSessionsResponse(ListDeviceSessionsResponse other)
Parameter
Name Description
other ListDeviceSessionsResponse

Properties

DeviceSessions

public RepeatedField<DeviceSession> DeviceSessions { get; }

The sessions matching the specified filter in the given cloud project.

Property Value
Type Description
RepeatedFieldDeviceSession

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<DeviceSession> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorDeviceSession