Class: Google::Cloud::Bigtable::Admin::V2::UpdateAuthorizedViewRequest

Inherits:
Object
  • Object
show all
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

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//instances//tables/

/authorizedViews/.

Returns:

/authorizedViews/



936
937
938
939
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 936

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.

Returns:

  • (::Boolean)

    Optional. If true, ignore the safety checks when updating the AuthorizedView.



936
937
938
939
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 936

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).

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).



936
937
938
939
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 936

class UpdateAuthorizedViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end