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 page provides reference documentation for the `UpdateTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `UpdateTagTemplateRequest` class is used to request an update to a tag template, as part of the `DataCatalog.UpdateTagTemplate` function."],["The latest version of the API is `2.14.0`, and the page displays a history of other versions of the `UpdateTagTemplateRequest` class, going back to `1.2.0`."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with specific properties including `TagTemplate` and `UpdateMask`."],["The `UpdateMask` property specifies which fields of the tag template to update, while the `TagTemplate` property contains the actual template to update, and only `display_name` and `is_publicly_readable` can be updated."]]],[]]