public sealed class ListInstancePartitionOperationsResponse : IPageResponse<Operation>, IEnumerable<Operation>, IEnumerable, IMessage<ListInstancePartitionOperationsResponse>, IEquatable<ListInstancePartitionOperationsResponse>, IDeepCloneable<ListInstancePartitionOperationsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstancePartitionOperationsResponse.
The response for [ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations].
Implements
IPageResponseOperation, IEnumerableOperation, IEnumerable, IMessageListInstancePartitionOperationsResponse, IEquatableListInstancePartitionOperationsResponse, IDeepCloneableListInstancePartitionOperationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ListInstancePartitionOperationsResponse()
public ListInstancePartitionOperationsResponse()ListInstancePartitionOperationsResponse(ListInstancePartitionOperationsResponse)
public ListInstancePartitionOperationsResponse(ListInstancePartitionOperationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancePartitionOperationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }next_page_token can be sent in a subsequent
[ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations]
call to fetch more of the matching metadata.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Operations
public RepeatedField<Operation> Operations { get; }The list of matching instance partition long-running operations. Each
operation's name will be
prefixed by the instance partition's name. The operation's
metadata field type
metadata.type_url describes the type of the metadata.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOperation |
|
UnreachableInstancePartitions
public RepeatedField<string> UnreachableInstancePartitions { get; }The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within [instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest.instance_partition_deadline].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Operation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorOperation |
|