public sealed class UpdateTagTemplateFieldRequest : IMessage<UpdateTagTemplateFieldRequest>, IEquatable<UpdateTagTemplateFieldRequest>, IDeepCloneable<UpdateTagTemplateFieldRequest>, IBufferMessage, IMessage
Request message for
[UpdateTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.UpdateTagTemplateField].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eUpdateTagTemplateFieldRequest\u003c/code\u003e is 2.14.0, with multiple previous versions dating back to 1.2.0 listed.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateTagTemplateFieldRequest\u003c/code\u003e is a request message used to update a tag template field within the Google Cloud Data Catalog service, and it implements various interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTagTemplateFieldRequest\u003c/code\u003e class contains properties such as \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eTagTemplateField\u003c/code\u003e, \u003ccode\u003eTagTemplateFieldName\u003c/code\u003e, and \u003ccode\u003eUpdateMask\u003c/code\u003e, allowing for detailed specification of the update operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateMask\u003c/code\u003e property provides granular control over which fields of the tag template are modified during the update operation, including \u003ccode\u003edisplay_name\u003c/code\u003e, \u003ccode\u003etype.enum_type\u003c/code\u003e, and \u003ccode\u003eis_required\u003c/code\u003e, but has limitations on making a template field from optional to required.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor to create a new \u003ccode\u003eUpdateTagTemplateFieldRequest\u003c/code\u003e with default values, as well as a copy constructor to duplicate an existing \u003ccode\u003eUpdateTagTemplateFieldRequest\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]