Cloud Workstations v1 API - Class ListWorkstationClustersResponse (1.1.0)

public sealed class ListWorkstationClustersResponse : IMessage<ListWorkstationClustersResponse>, IEquatable<ListWorkstationClustersResponse>, IDeepCloneable<ListWorkstationClustersResponse>, IBufferMessage, IMessage, IPageResponse<WorkstationCluster>, IEnumerable<WorkstationCluster>, IEnumerable

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

Response message for ListWorkstationClusters.

Inheritance

object > ListWorkstationClustersResponse

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

ListWorkstationClustersResponse()

public ListWorkstationClustersResponse()

ListWorkstationClustersResponse(ListWorkstationClustersResponse)

public ListWorkstationClustersResponse(ListWorkstationClustersResponse other)
Parameter
NameDescription
otherListWorkstationClustersResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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; }

Unreachable resources.

Property Value
TypeDescription
RepeatedFieldstring

WorkstationClusters

public RepeatedField<WorkstationCluster> WorkstationClusters { get; }

The requested workstation clusters.

Property Value
TypeDescription
RepeatedFieldWorkstationCluster

Methods

GetEnumerator()

public IEnumerator<WorkstationCluster> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorWorkstationCluster