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."],[[["This webpage details the `GetTagTemplateRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, showing it's used for requesting a tag template from Google Cloud Data Catalog."],["The `GetTagTemplateRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, comparison, cloning, and buffer management."],["It has two constructors, one default and one that accepts another `GetTagTemplateRequest` for creating a new object based on an existing one, alongside two properties: `Name` (a string) and `TagTemplateName` (a `TagTemplateName`-typed view), to specify the resource name."],["The page lists numerous versions of the `GetTagTemplateRequest` class, from version 2.14.0 (latest) down to version 1.2.0, providing a historical view of its development and available releases."]]],[]]