Class: Google::Cloud::DataCatalog::V1::UpdateTagTemplateRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#tag_template::Google::Cloud::DataCatalog::V1::TagTemplate

Returns Required. The template to update. The name field must be set.

Returns:



1128
1129
1130
1131
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1128

class UpdateTagTemplateRequest
  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 template. Currently, only display_name and is_publicly_readable can be overwritten.

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.

Note: Updating the is_publicly_readable field may require up to 12 hours to take effect in search results.

Returns:

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

    Names of fields whose values to overwrite on a tag template. Currently, only display_name and is_publicly_readable can be overwritten.

    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.

    Note: Updating the is_publicly_readable field may require up to 12 hours to take effect in search results.



1128
1129
1130
1131
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1128

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