public sealed class UpdateTagTemplateRequest : IMessage<UpdateTagTemplateRequest>, IEquatable<UpdateTagTemplateRequest>, IDeepCloneable<UpdateTagTemplateRequest>, IBufferMessage, IMessage
Request message for
[UpdateTagTemplate][google.cloud.datacatalog.v1.DataCatalog.UpdateTagTemplate].
Names of fields whose values to overwrite on a tag template. Currently,
only display_name 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This webpage details the `UpdateTagTemplateRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, a component of the Google Cloud Data Catalog .NET library, with the latest version being 2.14.0."],["The `UpdateTagTemplateRequest` class is used to send a request for updating a tag template, as part of the `UpdateTagTemplate` method of the DataCatalog service, inheriting from multiple interfaces like IMessage, IEquatable, and IDeepCloneable."],["The class allows updating a template, requiring the template's `name` to be set, with the `TagTemplate` property representing the template to update."],["It also features the `UpdateMask` property, which lets you specify which fields of the tag template to overwrite during the update operation, with `display_name` being the only currently overwritable field."],["The webpage contains documentation of many previous versions all the way back to version 1.2.0 of the `UpdateTagTemplateRequest` for this library."]]],[]]