Class: Google::Cloud::Bigtable::Admin::V2::DeleteSchemaBundleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::DeleteSchemaBundleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for DeleteSchemaBundle.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Optional. The etag of the schema bundle. If this is provided, it must match the server's etag. The server returns an ABORTED error on a mismatched etag.
1159 1160 1161 1162 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1159 class DeleteSchemaBundleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The unique name of the schema bundle to delete.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
.
1159 1160 1161 1162 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1159 class DeleteSchemaBundleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |