public sealed class SerializedPolicyTag : IMessage<SerializedPolicyTag>, IEquatable<SerializedPolicyTag>, IDeepCloneable<SerializedPolicyTag>, IBufferMessage, IMessage
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 latest version of the `SerializedPolicyTag` class is 2.14.0, part of the Google.Cloud.DataCatalog.V1 namespace, which is a nested protocol buffer representing a policy tag and its descendants."],["The `SerializedPolicyTag` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for protocol buffer message handling, equality comparisons, deep cloning, and buffer message functionalities."],["This class provides properties such as `ChildPolicyTags`, which is a collection of child policy tags, as well as `Description`, `DisplayName`, and `PolicyTag` for describing and identifying the policy tag."],["The provided documentation contains versions of the SerializedPolicyTag class ranging from 2.14.0 to 1.2.0."]]],[]]