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
- (::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>) — The list of requested instancePartitions.
#instance_partitions=
def instance_partitions=(value) -> ::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>
Parameter
- value (::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>) — The list of requested instancePartitions.
Returns
- (::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>) — The list of requested instancePartitions.
#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.