Class: Google::Cloud::Bigtable::Admin::V2::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Response message for BigtableInstanceAdmin.ListInstances.
Instance Attribute Summary collapse
-
#failed_locations ⇒ ::Array<::String>
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
-
#instances ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::Instance>
The list of requested instances.
-
#next_page_token ⇒ ::String
DEPRECATED: This field is unused and ignored.
Instance Attribute Details
#failed_locations ⇒ ::Array<::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>
.
98 99 100 101 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 98 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instances ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::Instance>
Returns The list of requested instances.
98 99 100 101 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 98 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns DEPRECATED: This field is unused and ignored.
98 99 100 101 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 98 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |