public sealed class ListInstancesResponse : IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage, IPageResponse<Instance>, IEnumerable<Instance>, IEnumerableResponse message for Instances.ListInstances.
Implements
Google.Protobuf.IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, Google.Protobuf.IDeepCloneable<ListInstancesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, IPageResponse<Instance>, IEnumerable<Instance>, IEnumerableNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListInstancesResponse()
public ListInstancesResponse()ListInstancesResponse(ListInstancesResponse)
public ListInstancesResponse(ListInstancesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancesResponse |
Properties
Instances
public RepeatedField<Instance> Instances { get; }The instances belonging to the requested version.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.RepeatedField<Instance> |
|
NextPageToken
public string NextPageToken { get; set; }Continuation token for fetching the next page of results.
| 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 |
IEnumerator<Instance> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|