Class GetTagTemplateRequest (1.2.0)

public sealed class GetTagTemplateRequest : IMessage<GetTagTemplateRequest>, IEquatable<GetTagTemplateRequest>, IDeepCloneable<GetTagTemplateRequest>, IBufferMessage, IMessage

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. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
Property Value
TypeDescription
String

TagTemplateName

public TagTemplateName TagTemplateName { get; set; }

TagTemplateName-typed view over the Name resource name property.

Property Value
TypeDescription
TagTemplateName