Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ListClustersResponse (v0.13.0)

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

Response message for BigtableInstanceAdmin.ListClusters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#clusters

def clusters() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::Cluster>
Returns

#clusters=

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

#failed_locations

def failed_locations() -> ::Array<::String>
Returns
  • (::Array<::String>) — Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition. Clusters from these locations may be missing from clusters, or 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 Cluster information could not be retrieved, due to an outage or some other transient condition. Clusters from these locations may be missing from clusters, or may only have partial information returned. Values are of the form projects/<project>/locations/<zone_id>
Returns
  • (::Array<::String>) — Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition. Clusters from these locations may be missing from clusters, or may only have partial information returned. Values are of the form projects/<project>/locations/<zone_id>

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