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>
97 98 99 100 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 97 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instances ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::Instance>
97 98 99 100 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 97 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
97 98 99 100 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 97 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |