Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ListInstancesResponse (v0.26.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListInstancesResponse.

Response message for BigtableInstanceAdmin.ListInstances.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#failed_locations

def failed_locations() -> ::Array<::String>
Returns
  • (::Array<::String>) — Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location may only have partial information returned. Values are of the form projects/<project>/locations/<zone_id>

#failed_locations=

def failed_locations=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location may only have partial information returned. Values are of the form projects/<project>/locations/<zone_id>
Returns
  • (::Array<::String>) — Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location may only have partial information returned. Values are of the form projects/<project>/locations/<zone_id>

#instances

def instances() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::Instance>
Returns

#instances=

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

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — DEPRECATED: This field is unused and ignored.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — DEPRECATED: This field is unused and ignored.
Returns
  • (::String) — DEPRECATED: This field is unused and ignored.