Class: Google::Cloud::Bigtable::Admin::V2::ListInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Request message for BigtableInstanceAdmin.ListInstances.
Instance Attribute Summary collapse
-
#page_token ⇒ ::String
DEPRECATED: This field is unused and ignored.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_token ⇒ ::String
Returns DEPRECATED: This field is unused and ignored.
78 79 80 81 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 78 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The unique name of the project for which a list of instances is
requested. Values are of the form projects/{project}
.
78 79 80 81 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 78 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |