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-21 UTC."],[[["This document provides reference information for the `UpdateTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `UpdateTagTemplateRequest` class is used to construct messages for updating tag templates in the Data Catalog, with the `TagTemplate` and `UpdateMask` properties allowing you to specify which template to update and the fields to be overwritten."],["The documentation covers versions of the API, ranging from 1.2.0 to the latest version 2.14.0, each linking to the respective documentation for the `UpdateTagTemplateRequest` class in that specific version."],["The `UpdateTagTemplateRequest` class inherits from multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the base `object` class."],["The class has two constructors: one empty, and another that accepts an `UpdateTagTemplateRequest` object, and two updatable properties, `TagTemplate` and `UpdateMask`, which are both objects."]]],[]]