Class: Google::Cloud::Bigtable::Admin::V2::GetSchemaBundleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::GetSchemaBundleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for GetSchemaBundle.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique name of the schema bundle to retrieve.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
.
1104 1105 1106 1107 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1104 class GetSchemaBundleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |