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, as part of the Data Catalog v1 API."],["The latest version of the documentation available is 2.14.0, but the current page is for version 2.8.0, with documentation spanning versions from 1.2.0 to 2.14.0 available for review."],["`SerializedPolicyTag` includes properties such as `ChildPolicyTags`, `Description`, `DisplayName`, and `PolicyTag`, which respectively handle child tags, tag descriptions, display names, and resource names."],["The class is implemented using IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits members from the object class."],["The class offers two constructors: a default `SerializedPolicyTag()` constructor, and one which clones an existing `SerializedPolicyTag` object, `SerializedPolicyTag(SerializedPolicyTag other)`."]]],[]]