public sealed class GetPolicyTagRequest : IMessage<GetPolicyTagRequest>, IEquatable<GetPolicyTagRequest>, IDeepCloneable<GetPolicyTagRequest>, IBufferMessage, IMessage
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-03-25 UTC."],[[["This webpage details the `GetPolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to request policy tag information in the Google Cloud Data Catalog."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are multiple versions of the `GetPolicyTagRequest` object documented, spanning from version 1.2.0 up to the latest version 2.14.0, with the page containing versions 1.6.0 and above."],["The `GetPolicyTagRequest` class has two constructors: a default one and another that accepts another `GetPolicyTagRequest` object as a parameter, and it contains the properties `Name` and `PolicyTagName` related to the requested resource."],["The GetPolicyTagRequest class requires a resource name of the policy tag to function, which is set within the `Name` property, and has a `PolicyTagName` property that gives a typed view over this resource name."]]],[]]