Data Catalog v1 API - Class GetPolicyTagRequest (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class GetPolicyTagRequest.

Request message for [GetPolicyTag][google.cloud.datacatalog.v1.PolicyTagManager.GetPolicyTag].

Inheritance

object > GetPolicyTagRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

GetPolicyTagRequest()

public GetPolicyTagRequest()

GetPolicyTagRequest(GetPolicyTagRequest)

public GetPolicyTagRequest(GetPolicyTagRequest other)
Parameter
NameDescription
otherGetPolicyTagRequest

Properties

Name

public string Name { get; set; }

Required. Resource name of the policy tag.

Property Value
TypeDescription
string

PolicyTagName

public PolicyTagName PolicyTagName { get; set; }

PolicyTagName-typed view over the Name resource name property.

Property Value
TypeDescription
PolicyTagName