Cloud Workstations v1 API - Class ListWorkstationsResponse (1.1.0)

public sealed class ListWorkstationsResponse : IMessage<ListWorkstationsResponse>, IEquatable<ListWorkstationsResponse>, IDeepCloneable<ListWorkstationsResponse>, IBufferMessage, IMessage, IPageResponse<Workstation>, IEnumerable<Workstation>, IEnumerable

Reference documentation and code samples for the Cloud Workstations v1 API class ListWorkstationsResponse.

Response message for ListWorkstations.

Inheritance

object > ListWorkstationsResponse

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

ListWorkstationsResponse()

public ListWorkstationsResponse()

ListWorkstationsResponse(ListWorkstationsResponse)

public ListWorkstationsResponse(ListWorkstationsResponse other)
Parameter
NameDescription
otherListWorkstationsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Optional. Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Optional. Unreachable resources.

Property Value
TypeDescription
RepeatedFieldstring

Workstations

public RepeatedField<Workstation> Workstations { get; }

The requested workstations.

Property Value
TypeDescription
RepeatedFieldWorkstation

Methods

GetEnumerator()

public IEnumerator<Workstation> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorWorkstation