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 available for `SerializedPolicyTag` is 2.14.0, with several older versions also accessible, ranging from 2.13.0 down to 1.2.0, as seen in the version history."],["`SerializedPolicyTag` is a nested protocol buffer that represents a policy tag and all its descendants, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, found within the `Google.Cloud.DataCatalog.V1` namespace and the `Google.Cloud.DataCatalog.V1.dll` assembly, includes properties for managing child policy tags (`ChildPolicyTags`), descriptions (`Description`), display names (`DisplayName`), and policy tag resource names (`PolicyTag`)."],["The `SerializedPolicyTag` class has two constructors: a default constructor `SerializedPolicyTag()` and a copy constructor `SerializedPolicyTag(SerializedPolicyTag other)` for creating instances."],["The `Description` and `DisplayName` properties of the `SerializedPolicyTag` have specific length limitations, with `Description` capped at 2000 bytes and `DisplayName` at 200 bytes when encoded in UTF-8."]]],[]]