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 page provides reference documentation for the `UpdateTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The `UpdateTagTemplateRequest` class is a request message used for updating tag templates in the Data Catalog, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `UpdateTagTemplateRequest` class is 2.14.0, but the page covers versions ranging from 1.2.0 to 2.14.0, with the currently displayed version being 2.13.0."],["The class includes properties such as `TagTemplate` (the template to update) and `UpdateMask` (specifying which fields to overwrite), with the `name` field in the template being required for updates."],["The class allows for updating certain fields on the tag template such as the `display_name` and `is_publicly_readable`, the latter of which might take up to 12 hours to effect search results."]]],[]]