Class: Google::Cloud::DataCatalog::V1::UpdateTagRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Request message for UpdateTag.

Instance Attribute Summary collapse

Instance Attribute Details

#tag::Google::Cloud::DataCatalog::V1::Tag

Returns Required. The updated tag. The "name" field must be set.

Returns:



1180
1181
1182
1183
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1180

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

#update_mask::Google::Protobuf::FieldMask

Returns Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name fields.

In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.

Returns:

  • (::Google::Protobuf::FieldMask)

    Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name fields.

    In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.



1180
1181
1182
1183
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1180

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