Class: Google::Cloud::Spanner::Admin::Instance::V1::ListInstancePartitionsResponse

Inherits:
Object
  • Object
show all
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 Attribute Details

#instance_partitions::Array<::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition>

Returns The list of requested instancePartitions.

Returns:



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.

Returns:

  • (::String)

    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.

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.



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