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-03-25 UTC."],[[["This webpage provides reference documentation for the `GetPolicyTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.12.0."],["The `GetPolicyTagRequest` class is used to construct request messages for retrieving a specific policy tag from the Data Catalog."],["It inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties, `Name` (a string) and `PolicyTagName` (a `PolicyTagName` object), for specifying the requested policy tag."],["The provided content includes a list of versions of `GetPolicyTagRequest` ranging from 2.14.0 down to 1.2.0, with 2.14.0 being the most recent."]]],[]]