Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::UpdateAuthorizedViewRequest.
The request for UpdateAuthorizedView.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authorized_view
def authorized_view() -> ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Returns
-
(::Google::Cloud::Bigtable::Admin::V2::AuthorizedView) — Required. The AuthorizedView to update. The
name
inauthorized_view
is used to identify the AuthorizedView. AuthorizedView name must in this format projects/
#authorized_view=
def authorized_view=(value) -> ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView
Parameter
-
value (::Google::Cloud::Bigtable::Admin::V2::AuthorizedView) — Required. The AuthorizedView to update. The
name
inauthorized_view
is used to identify the AuthorizedView. AuthorizedView name must in this format projects/
Returns
-
(::Google::Cloud::Bigtable::Admin::V2::AuthorizedView) — Required. The AuthorizedView to update. The
name
inauthorized_view
is used to identify the AuthorizedView. AuthorizedView name must in this format projects/
#ignore_warnings
def ignore_warnings() -> ::Boolean
Returns
- (::Boolean) — Optional. If true, ignore the safety checks when updating the AuthorizedView.
#ignore_warnings=
def ignore_warnings=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If true, ignore the safety checks when updating the AuthorizedView.
Returns
- (::Boolean) — Optional. If true, ignore the safety checks when updating the AuthorizedView.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — 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).
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — 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).
Returns
-
(::Google::Protobuf::FieldMask) — 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).