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

public sealed class ListInstancePartitionOperationsResponse : IPageResponse<Operation>, IEnumerable<Operation>, IEnumerable, IMessage<ListInstancePartitionOperationsResponse>, IEquatable<ListInstancePartitionOperationsResponse>, IDeepCloneable<ListInstancePartitionOperationsResponse>, IBufferMessage, IMessage

Reference 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].

Inheritance

object > ListInstancePartitionOperationsResponse

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

ListInstancePartitionOperationsResponse()

public ListInstancePartitionOperationsResponse()

ListInstancePartitionOperationsResponse(ListInstancePartitionOperationsResponse)

public ListInstancePartitionOperationsResponse(ListInstancePartitionOperationsResponse other)
Parameter
NameDescription
otherListInstancePartitionOperationsResponse

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
TypeDescription
string

Operations

public RepeatedField<Operation> Operations { get; }

The list of matching instance partition [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the instance partition's name. The operation's [metadata][google.longrunning.Operation.metadata] field type metadata.type_url describes the type of the metadata.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Operation> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorOperation