Cloud Spanner Instance Admin V1 API - Class Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionOperationsResponse (v0.16.0)

Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionOperationsResponse.

The response for ListInstancePartitionOperations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
Returns

#operations

def operations() -> ::Array<::Google::Longrunning::Operation>
Returns
  • (::Array<::Google::Longrunning::Operation>) — 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 field type metadata.type_url describes the type of the metadata.

#operations=

def operations=(value) -> ::Array<::Google::Longrunning::Operation>
Parameter
  • value (::Array<::Google::Longrunning::Operation>) — 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 field type metadata.type_url describes the type of the metadata.
Returns
  • (::Array<::Google::Longrunning::Operation>) — 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 field type metadata.type_url describes the type of the metadata.

#unreachable_instance_partitions

def unreachable_instance_partitions() -> ::Array<::String>
Returns
  • (::Array<::String>) — The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within instance_partition_deadline.

#unreachable_instance_partitions=

def unreachable_instance_partitions=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within instance_partition_deadline.
Returns
  • (::Array<::String>) — The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within instance_partition_deadline.