public sealed class ListInstancesResponse : IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage, IPageResponse<Instance>, IEnumerable<Instance>, IEnumerableReference documentation and code samples for the Cloud Run Admin v2 API class ListInstancesResponse.
Response message containing a list of Instances.
Implements
IMessageListInstancesResponse, IEquatableListInstancesResponse, IDeepCloneableListInstancesResponse, IBufferMessage, IMessage, IPageResponseInstance, IEnumerableInstance, IEnumerableNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ListInstancesResponse()
public ListInstancesResponse()ListInstancesResponse(ListInstancesResponse)
public ListInstancesResponse(ListInstancesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancesResponse |
Properties
Instances
public RepeatedField<Instance> Instances { get; }The resulting list of Instances.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInstance |
|
NextPageToken
public string NextPageToken { get; set; }A token indicating there are more items than page_size. Use it in the next ListInstances request to continue.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Instance> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorInstance |
|