Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::UpdateTagTemplateRequest (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::UpdateTagTemplateRequest.

Request message for UpdateTagTemplate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#tag_template

def tag_template() -> ::Google::Cloud::DataCatalog::V1beta1::TagTemplate
Returns

#tag_template=

def tag_template=(value) -> ::Google::Cloud::DataCatalog::V1beta1::TagTemplate
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Names of fields whose values to overwrite on a tag template. Currently, only display_name can be overwritten.

    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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Names of fields whose values to overwrite on a tag template. Currently, only display_name can be overwritten.

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

    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.