Google Cloud Spanner Instance Administration v1 API - Class ListInstancesResponse (5.0.0-beta02)

public sealed class ListInstancesResponse : IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstancesResponse.

The response for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].

Inheritance

object > ListInstancesResponse

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

ListInstancesResponse()

public ListInstancesResponse()

ListInstancesResponse(ListInstancesResponse)

public ListInstancesResponse(ListInstancesResponse other)
Parameter
NameDescription
otherListInstancesResponse

Properties

Instances

public RepeatedField<Instance> Instances { get; }

The list of requested instances.

Property Value
TypeDescription
RepeatedFieldInstance

NextPageToken

public string NextPageToken { get; set; }

next_page_token can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within [instance_deadline][google.spanner.admin.instance.v1.ListInstancesRequest.instance_deadline].

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Instance> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorInstance