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:



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

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.

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.



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

class ListClustersResponse; end

#next_page_tokenString

Returns Set if not all clusters could be returned in a single response. Pass this value to +page_token+ in another request to get the next page of results.

Returns:

  • (String)

    Set if not all clusters could be returned in a single response. Pass this value to +page_token+ in another request to get the next page of results.



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

class ListClustersResponse; end