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 `SerializedPolicyTag` class in the Google.Cloud.DataCatalog.V1 API represents a nested protocol buffer for a policy tag and its descendants, and it can be found under version 2.7.0, with the latest being 2.14.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the `object` class."],["The `SerializedPolicyTag` class has constructors for creating a new instance and for copying from another `SerializedPolicyTag` instance."],["It includes properties like `ChildPolicyTags` to represent children of the tag, `Description` for the tag's description, `DisplayName` for the policy tag name, and `PolicyTag` for the resource name."],["All versions from 1.2.0 to the current latest version 2.14.0 are available to be browsed."]]],[]]