App Engine v1 API - Class ListInstancesResponse (2.3.0)

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.

Inheritance

object > ListInstancesResponse

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ListInstancesResponse()

public ListInstancesResponse()

ListInstancesResponse(ListInstancesResponse)

public ListInstancesResponse(ListInstancesResponse other)
Parameter
NameDescription
otherListInstancesResponse

Properties

Instances

public RepeatedField<Instance> Instances { get; }

The instances belonging to the requested version.

Property Value
TypeDescription
RepeatedFieldInstance

NextPageToken

public string NextPageToken { get; set; }

Continuation token for fetching the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Instance> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorInstance