public sealed class GetTagTemplateRequest : IMessage<GetTagTemplateRequest>, IEquatable<GetTagTemplateRequest>, IDeepCloneable<GetTagTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class GetTagTemplateRequest.
Request message for
[GetTagTemplate][google.cloud.datacatalog.v1.DataCatalog.GetTagTemplate].
[[["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 `GetTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The content covers multiple versions of the API, ranging from version 1.2.0 up to the latest version 2.14.0, allowing users to navigate to the documentation of the version they are currently using."],["The `GetTagTemplateRequest` class is used to retrieve a specific tag template, implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's constructors, including a default constructor and one that accepts another `GetTagTemplateRequest` object, as well as the `Name` and `TagTemplateName` properties."],["The `Name` property is required for the API to find a specific tag template, this is the resource name the API uses."]]],[]]