Cloud Workstations v1 API - Class ListUsableWorkstationConfigsResponse (1.2.0)

public sealed class ListUsableWorkstationConfigsResponse : IMessage<ListUsableWorkstationConfigsResponse>, IEquatable<ListUsableWorkstationConfigsResponse>, IDeepCloneable<ListUsableWorkstationConfigsResponse>, IBufferMessage, IMessage, IPageResponse<WorkstationConfig>, IEnumerable<WorkstationConfig>, IEnumerable

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

Response message for ListUsableWorkstationConfigs.

Inheritance

object > ListUsableWorkstationConfigsResponse

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

ListUsableWorkstationConfigsResponse()

public ListUsableWorkstationConfigsResponse()

ListUsableWorkstationConfigsResponse(ListUsableWorkstationConfigsResponse)

public ListUsableWorkstationConfigsResponse(ListUsableWorkstationConfigsResponse other)
Parameter
NameDescription
otherListUsableWorkstationConfigsResponse

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

WorkstationConfigs

public RepeatedField<WorkstationConfig> WorkstationConfigs { get; }

The requested configs.

Property Value
TypeDescription
RepeatedFieldWorkstationConfig

Methods

GetEnumerator()

public IEnumerator<WorkstationConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorWorkstationConfig