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.
Implements
IMessageListWorkstationConfigsResponse, IEquatableListWorkstationConfigsResponse, IDeepCloneableListWorkstationConfigsResponse, IBufferMessage, IMessage, IPageResponseWorkstationConfig, IEnumerableWorkstationConfig, IEnumerableNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
ListWorkstationConfigsResponse()
public ListWorkstationConfigsResponse()
ListWorkstationConfigsResponse(ListWorkstationConfigsResponse)
public ListWorkstationConfigsResponse(ListWorkstationConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListWorkstationConfigsResponse |
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 | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Unreachable resources.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
WorkstationConfigs
public RepeatedField<WorkstationConfig> WorkstationConfigs { get; }
The requested configs.
Property Value | |
---|---|
Type | Description |
RepeatedFieldWorkstationConfig |
Methods
GetEnumerator()
public IEnumerator<WorkstationConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorWorkstationConfig |