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].
[[["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-04-09 UTC."],[[["The latest version available for the `GetPolicyTagRequest` is 2.14.0, and there are multiple previous versions available, ranging from 2.13.0 down to 1.2.0."],["`GetPolicyTagRequest` is a class in the Google.Cloud.DataCatalog.V1 namespace that is used as a request message for the GetPolicyTag operation within the Data Catalog v1 API."],["The class `GetPolicyTagRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for message handling and object manipulation."],["The `GetPolicyTagRequest` class includes properties like `Name` (a string representing the resource name of the policy tag) and `PolicyTagName` (a typed view over the name property)."],["The `GetPolicyTagRequest` class can be instantiated using two constructors, one being empty, the other copying the data from an existing `GetPolicyTagRequest` object."]]],[]]