public sealed class ListUsableWorkstationConfigsResponse : IMessage<ListUsableWorkstationConfigsResponse>, IEquatable<ListUsableWorkstationConfigsResponse>, IDeepCloneable<ListUsableWorkstationConfigsResponse>, IBufferMessage, IMessage, IPageResponse<WorkstationConfig>, IEnumerable<WorkstationConfig>, IEnumerableReference documentation and code samples for the Cloud Workstations v1 API class ListUsableWorkstationConfigsResponse.
Response message for ListUsableWorkstationConfigs.
Implements
IMessageListUsableWorkstationConfigsResponse, IEquatableListUsableWorkstationConfigsResponse, IDeepCloneableListUsableWorkstationConfigsResponse, IBufferMessage, IMessage, IPageResponseWorkstationConfig, IEnumerableWorkstationConfig, IEnumerableNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
ListUsableWorkstationConfigsResponse()
public ListUsableWorkstationConfigsResponse()ListUsableWorkstationConfigsResponse(ListUsableWorkstationConfigsResponse)
public ListUsableWorkstationConfigsResponse(ListUsableWorkstationConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUsableWorkstationConfigsResponse |
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 |
|