Class: Google::Cloud::Bigtable::Admin::V2::DeleteAuthorizedViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::DeleteAuthorizedViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Request message for google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Optional. The current etag of the AuthorizedView. If an etag is provided and does not match the current etag of the AuthorizedView, deletion will be blocked and an ABORTED error will be returned.
995 996 997 998 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 995 class DeleteAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The unique name of the AuthorizedView to be deleted.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}
.
995 996 997 998 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 995 class DeleteAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |