public sealed class GetTagTemplateRequest : IMessage<GetTagTemplateRequest>, IEquatable<GetTagTemplateRequest>, IDeepCloneable<GetTagTemplateRequest>, IBufferMessage, IMessage
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."],[[["The `GetTagTemplateRequest` class is a request message used to retrieve a specific tag template within the Google Cloud Data Catalog."],["This class is part of the `Google.Cloud.DataCatalog.V1` namespace and is implemented in the `Google.Cloud.DataCatalog.V1.dll` assembly, and is available in various versions, with 2.14.0 being the latest."],["`GetTagTemplateRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class includes two constructors, one parameterless and one that accepts another `GetTagTemplateRequest` object to create a copy."],["Key properties of the `GetTagTemplateRequest` class include `Name` (a string representing the tag template name) and `TagTemplateName` (a `TagTemplateName`-typed view of the resource name)."]]],[]]