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 page provides reference documentation for the `GetTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `GetTagTemplateRequest` class is used to create a request message for retrieving a tag template, as part of the `Google.Cloud.DataCatalog.V1` namespace."],["The latest API version is 2.14.0, and the current page specifically references version 2.13.0, with a range of versions from 2.14.0 to 1.2.0 available for access."],["The `GetTagTemplateRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main properties of the `GetTagTemplateRequest` class are `Name`, which is a required string specifying the name of the tag template, and `TagTemplateName`, a typed view of the `Name` property."]]],[]]