Data Catalog v1 API - Class GetTagTemplateRequest (2.11.0)

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].

Inheritance

object > GetTagTemplateRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

GetTagTemplateRequest()

public GetTagTemplateRequest()

GetTagTemplateRequest(GetTagTemplateRequest)

public GetTagTemplateRequest(GetTagTemplateRequest other)
Parameter
NameDescription
otherGetTagTemplateRequest

Properties

Name

public string Name { get; set; }

Required. The name of the tag template to get.

Property Value
TypeDescription
string

TagTemplateName

public TagTemplateName TagTemplateName { get; set; }

TagTemplateName-typed view over the Name resource name property.

Property Value
TypeDescription
TagTemplateName