public sealed class ListInstancesResponse : IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage, IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable
Reference documentation and code samples for the App Engine v1 API class ListInstancesResponse.
Response message for Instances.ListInstances
.
Implements
IMessageListInstancesResponse, IEquatableListInstancesResponse, IDeepCloneableListInstancesResponse, IBufferMessage, IMessage, IPageResponseInstance, IEnumerableInstance, 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 |
RepeatedFieldInstance |
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 |
IEnumeratorInstance |