public sealed class SerializedPolicyTag : IMessage<SerializedPolicyTag>, IEquatable<SerializedPolicyTag>, IDeepCloneable<SerializedPolicyTag>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class SerializedPolicyTag.
A nested protocol buffer that represents a policy tag and all its
descendants.
[[["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."],[[["The documentation covers the `SerializedPolicyTag` class within the Google Cloud Data Catalog V1 API, offering a nested protocol buffer representation of a policy tag and its descendants."],["The latest version of the documentation available is for version 2.14.0, but multiple versions of the documentation are available, from 2.0.0 all the way to 2.14.0, with some of the prior 1.X.X series."],["`SerializedPolicyTag` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ChildPolicyTags`, `Description`, `DisplayName`, and `PolicyTag`, which describe the nested tags, any associated description, the display name, and the resource name of the policy tag respectively."],["`SerializedPolicyTag` has two constructors: a parameterless one and another with a `SerializedPolicyTag` parameter, allowing for initialization with or without existing data."]]],[]]