Google Cloud Spanner Instance Administration v1 API - Class ListInstancePartitionsResponse (5.0.0-beta03)

public sealed class ListInstancePartitionsResponse : IPageResponse<InstancePartition>, IEnumerable<InstancePartition>, IEnumerable, IMessage<ListInstancePartitionsResponse>, IEquatable<ListInstancePartitionsResponse>, IDeepCloneable<ListInstancePartitionsResponse>, IBufferMessage, IMessage

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

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

Inheritance

object > ListInstancePartitionsResponse

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

ListInstancePartitionsResponse()

public ListInstancePartitionsResponse()

ListInstancePartitionsResponse(ListInstancePartitionsResponse)

public ListInstancePartitionsResponse(ListInstancePartitionsResponse other)
Parameter
NameDescription
otherListInstancePartitionsResponse

Properties

InstancePartitions

public RepeatedField<InstancePartition> InstancePartitions { get; }

The list of requested instancePartitions.

Property Value
TypeDescription
RepeatedFieldInstancePartition

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

The list of unreachable instance partitions. It includes the names of instance partitions whose metadata could not be retrieved within [instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionsRequest.instance_partition_deadline].

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<InstancePartition> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorInstancePartition