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 namespace represents a nested protocol buffer for a policy tag and its descendants."],["This class, part of the Data Catalog v1 API, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SerializedPolicyTag` has properties such as `ChildPolicyTags`, `Description`, `DisplayName`, and `PolicyTag` to manage and describe the policy tag and its relationships."],["Version history for `SerializedPolicyTag` is available from version 1.2.0 up to the latest version, 2.14.0, providing access to past iterations of the class."],["Constructors are provided for both creating a new `SerializedPolicyTag` and copying an existing `SerializedPolicyTag`, to offer flexibility in object creation."]]],[]]