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 documentation for the `GetTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.8.0."],["The `GetTagTemplateRequest` class is used to request a tag template from the Data Catalog API, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page includes a list of versions for the `GetTagTemplateRequest` class, ranging from version 2.14.0 (latest) down to 1.2.0, offering developers access to historical versions."],["The `GetTagTemplateRequest` class has properties such as `Name`, a string that holds the name of the tag template to get, and `TagTemplateName`, a typed view over the `Name` property."],["The documentation also lists the constructors for `GetTagTemplateRequest`, including a default constructor and one that accepts another `GetTagTemplateRequest` object as a parameter."]]],[]]