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-04-09 UTC."],[[["This document outlines the `UpdateTagTemplateRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its functionality for updating tag templates."],["The `UpdateTagTemplateRequest` class, which is used for updating tag templates, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `UpdateTagTemplateRequest()` and a copy constructor `UpdateTagTemplateRequest(UpdateTagTemplateRequest other)`."],["The class has two properties: `TagTemplate`, which is required and specifies the template to update, and `UpdateMask`, which determines which fields to overwrite."],["The content lists the different versions of the UpdateTagTemplateRequest class from 1.2.0 to 2.14.0, along with their corresponding links."]]],[]]