Class: Google::Cloud::Bigtable::Admin::V2::DeleteMaterializedViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::DeleteMaterializedViewRequest
- 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.DeleteMaterializedView.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Optional. The current etag of the materialized view. If an etag is provided and does not match the current etag of the materialized view, deletion will be blocked and an ABORTED error will be returned.
759 760 761 762 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 759 class DeleteMaterializedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The unique name of the materialized view to be deleted.
Format:
projects/{project}/instances/{instance}/materializedViews/{materialized_view}
.
759 760 761 762 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 759 class DeleteMaterializedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |