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-04-09 UTC."],[[["The webpage provides documentation for the `GetPolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, with version 2.14.0 being the latest and listing other previous versions all the way to 1.2.0."],["`GetPolicyTagRequest` is used as the request message for the `GetPolicyTag` operation, part of the `PolicyTagManager` in the Data Catalog API."],["The `GetPolicyTagRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties: `Name` which is a required string representing the resource name of the policy tag, and `PolicyTagName`, a typed view over the `Name` property."],["The page documents two constructors for the `GetPolicyTagRequest` class: a default constructor and one that takes another `GetPolicyTagRequest` object as a parameter."]]],[]]