Class: Google::Bigtable::Admin::V2::ListClustersResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Response message for BigtableInstanceAdmin.ListClusters.

Instance Attribute Summary collapse

Instance Attribute Details

#clustersArray<Google::Bigtable::Admin::V2::Cluster>

Returns The list of requested clusters.

Returns:



144
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 144

class ListClustersResponse; end

#failed_locationsArray<String>

Returns 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>



144
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 144

class ListClustersResponse; end

#next_page_tokenString

Returns DEPRECATED: This field is unused and ignored.

Returns:

  • (String)

    DEPRECATED: This field is unused and ignored.



144
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 144

class ListClustersResponse; end