public sealed class UpdateTagTemplateRequest : IMessage<UpdateTagTemplateRequest>, IEquatable<UpdateTagTemplateRequest>, IDeepCloneable<UpdateTagTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UpdateTagTemplateRequest.
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 and is_publicly_readable 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.
Note: Updating the is_publicly_readable field may require up to 12
hours to take effect in search results.
[[["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 provides reference documentation for the `UpdateTagTemplateRequest` class within the Google Cloud Data Catalog V1 API, specifically for .NET developers."],["The content covers the various versions of the `UpdateTagTemplateRequest` class, ranging from version 1.2.0 to the latest version 2.14.0, with the current focus being on the 2.3.0 version."],["The `UpdateTagTemplateRequest` class, which is used to update a tag template, inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one (`UpdateTagTemplateRequest()`) and one that accepts another `UpdateTagTemplateRequest` instance for cloning, and it also contains properties for `TagTemplate` and `UpdateMask`."],["The documentation outlines the functionality of the properties in the class, specifying that the `TagTemplate` property is required and that only `display_name` and `is_publicly_readable` can be overwritten by the `UpdateMask` property."]]],[]]