Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::UpdateTagTemplateFieldRequest.
Request message for UpdateTagTemplateField.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
- (::String) — Required. The name of the tag template field.
#name=
def name=(value) -> ::String
- value (::String) — Required. The name of the tag template field.
- (::String) — Required. The name of the tag template field.
#tag_template_field
def tag_template_field() -> ::Google::Cloud::DataCatalog::V1::TagTemplateField
- (::Google::Cloud::DataCatalog::V1::TagTemplateField) — Required. The template to update.
#tag_template_field=
def tag_template_field=(value) -> ::Google::Cloud::DataCatalog::V1::TagTemplateField
- value (::Google::Cloud::DataCatalog::V1::TagTemplateField) — Required. The template to update.
- (::Google::Cloud::DataCatalog::V1::TagTemplateField) — Required. The template to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) — Optional. Names of fields whose values to overwrite on an individual field
of a tag template. The following fields are modifiable:
display_name
type.enum_type
is_required
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 with one exception: when updating an enum type, the provided values are merged with the existing values. Therefore, enum values can only be added, existing enum values cannot be deleted or renamed.
Additionally, updating a template field from optional to required is not allowed.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) — Optional. Names of fields whose values to overwrite on an individual field
of a tag template. The following fields are modifiable:
display_name
type.enum_type
is_required
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 with one exception: when updating an enum type, the provided values are merged with the existing values. Therefore, enum values can only be added, existing enum values cannot be deleted or renamed.
Additionally, updating a template field from optional to required is not allowed.
-
(::Google::Protobuf::FieldMask) — Optional. Names of fields whose values to overwrite on an individual field
of a tag template. The following fields are modifiable:
display_name
type.enum_type
is_required
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 with one exception: when updating an enum type, the provided values are merged with the existing values. Therefore, enum values can only be added, existing enum values cannot be deleted or renamed.
Additionally, updating a template field from optional to required is not allowed.