Class: Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb
Overview
The response for ListInstancePartitions.
Instance Attribute Summary collapse
-
#instance_partitions ⇒ ::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>
The list of requested instancePartitions.
-
#next_page_token ⇒ ::String
next_page_token
can be sent in a subsequent ListInstancePartitions call to fetch more of the matching instance partitions. -
#unreachable ⇒ ::Array<::String>
The list of unreachable instance partitions.
Instance Attribute Details
#instance_partitions ⇒ ::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>
Returns The list of requested instancePartitions.
1205 1206 1207 1208 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1205 class ListInstancePartitionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns next_page_token
can be sent in a subsequent
ListInstancePartitions
call to fetch more of the matching instance partitions.
1205 1206 1207 1208 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1205 class ListInstancePartitionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns The list of unreachable instance partitions. It includes the names of instance partitions whose metadata could not be retrieved within instance_partition_deadline.
1205 1206 1207 1208 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1205 class ListInstancePartitionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |