public sealed class SerializedPolicyTag : IMessage<SerializedPolicyTag>, IEquatable<SerializedPolicyTag>, IDeepCloneable<SerializedPolicyTag>, IBufferMessage, IMessage
Message representing one policy tag, including all its descendant policy
tags, as a nested proto.
Description of the serialized policy tag. The length of the description is
limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an
empty description.
[[["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` within the `Google.Cloud.DataCatalog.V1` namespace is 2.14.0, with a range of other versions from 2.13.0 down to 1.2.0 also accessible."],["`SerializedPolicyTag` is a message class that represents a policy tag and its descendant policy tags in a nested format, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides constructors for creating instances, either default or by copying another `SerializedPolicyTag` object."],["Key properties of the `SerializedPolicyTag` include `ChildPolicyTags`, representing its children, as well as `Description`, `DisplayName`, and `PolicyTag` to define the tag's attributes and identifier."],["This class inherits members from `Object`, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, as well as its implemented interfaces."]]],[]]