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].
Implements
IPageResponseInstancePartition, IEnumerableInstancePartition, IEnumerable, IMessageListInstancePartitionsResponse, IEquatableListInstancePartitionsResponse, IDeepCloneableListInstancePartitionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ListInstancePartitionsResponse()
public ListInstancePartitionsResponse()
ListInstancePartitionsResponse(ListInstancePartitionsResponse)
public ListInstancePartitionsResponse(ListInstancePartitionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListInstancePartitionsResponse |
Properties
InstancePartitions
public RepeatedField<InstancePartition> InstancePartitions { get; }
The list of requested instancePartitions.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<InstancePartition> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorInstancePartition |