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

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 ListInstances.

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array<::Google::Cloud::Spanner::Admin::Instance::V1::Instance>

Returns The list of requested instances.

Returns:



825
826
827
828
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 825

class ListInstancesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns next_page_token can be sent in a subsequent ListInstances call to fetch more of the matching instances.

Returns:

  • (::String)

    next_page_token can be sent in a subsequent ListInstances call to fetch more of the matching instances.



825
826
827
828
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 825

class ListInstancesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within instance_deadline.

Returns:

  • (::Array<::String>)

    The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within instance_deadline.



825
826
827
828
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 825

class ListInstancesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end