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

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

The response for ListInstancePartitions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance_partitions

def instance_partitions() -> ::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>
Returns

#instance_partitions=

def instance_partitions=(value) -> ::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — next_page_token can be sent in a subsequent ListInstancePartitions call to fetch more of the matching instance partitions.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — next_page_token can be sent in a subsequent ListInstancePartitions call to fetch more of the matching instance partitions.
Returns
  • (::String) — next_page_token can be sent in a subsequent ListInstancePartitions call to fetch more of the matching instance partitions.

#unreachable

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

#unreachable=

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