Cloud Workstations v1 API - Class ListWorkstationConfigsResponse (1.1.0)

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

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

Response message for ListWorkstationConfigs.

Inheritance

object > ListWorkstationConfigsResponse

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

ListWorkstationConfigsResponse()

public ListWorkstationConfigsResponse()

ListWorkstationConfigsResponse(ListWorkstationConfigsResponse)

public ListWorkstationConfigsResponse(ListWorkstationConfigsResponse other)
Parameter
NameDescription
otherListWorkstationConfigsResponse

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