Class: Google::Cloud::Bigtable::Admin::V2::UpdateAuthorizedViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateAuthorizedViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for UpdateAuthorizedView.
Instance Attribute Summary collapse
-
#authorized_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Required.
-
#ignore_warnings ⇒ ::Boolean
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#authorized_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Returns Required. The AuthorizedView to update. The name
in authorized_view
is
used to identify the AuthorizedView. AuthorizedView name must in this
format:
projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}
.
979 980 981 982 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 979 class UpdateAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ignore_warnings ⇒ ::Boolean
Returns Optional. If true, ignore the safety checks when updating the AuthorizedView.
979 980 981 982 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 979 class UpdateAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
A mask specifying which fields in the AuthorizedView resource should be
updated. This mask is relative to the AuthorizedView resource, not to the
request message. A field will be overwritten if it is in the mask. If
empty, all fields set in the request will be overwritten. A special value
*
means to overwrite all fields (including fields not set in the
request).
979 980 981 982 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 979 class UpdateAuthorizedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |