Class: Google::Bigtable::Admin::V2::ListInstancesResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#failed_locationsArray<String>

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



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

class ListInstancesResponse; end

#instancesArray<Google::Bigtable::Admin::V2::Instance>

Returns The list of requested instances.

Returns:



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

class ListInstancesResponse; end

#next_page_tokenString

Returns DEPRECATED: This field is unused and ignored.

Returns:

  • (String)

    DEPRECATED: This field is unused and ignored.



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

class ListInstancesResponse; end