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

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

The response for ListInstances.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instances

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

#instances=

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

#next_page_token

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

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#unreachable

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

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.