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, with version 2.14.0 being the most recent version."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer operations."],["It contains properties such as `ChildPolicyTags`, `Description`, `DisplayName`, and `PolicyTag`, enabling the management of child policy tags, descriptions, display names, and resource names respectively."],["The class offers two constructors: a default constructor `SerializedPolicyTag()` and one that accepts another `SerializedPolicyTag` object, `SerializedPolicyTag(SerializedPolicyTag other)`, for creating copies."],["Documentation and code samples are available for multiple versions, ranging from version 1.2.0 up to the most recent 2.14.0, in the Google Cloud Data Catalog v1 API."]]],[]]