public sealed class SerializedTaxonomy : IMessage<SerializedTaxonomy>, IEquatable<SerializedTaxonomy>, IDeepCloneable<SerializedTaxonomy>, IBufferMessage, IMessage
A nested protocol buffer that represents a taxonomy and the hierarchy of its
policy tags. Used for taxonomy replacement, import, and
export.
[[["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-21 UTC."],[[["This webpage details the `SerializedTaxonomy` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to represent a taxonomy and its policy tag hierarchy in a nested protocol buffer format for actions like replacement, import, and export."],["The `SerializedTaxonomy` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionality for message handling, equality comparison, deep cloning, and buffer-based operations."],["Key properties of `SerializedTaxonomy` include `ActivatedPolicyTypes`, which lists the activated policy types per taxonomy, `Description` for a text description, `DisplayName` for the taxonomy's name, and `PolicyTags` for the top-level policy tags."],["There are multiple versions of the `SerializedTaxonomy` that are hyperlinked on this page, ranging from the most recent 2.14.0 version, all the way down to version 1.2.0, the current document describing version 1.8.0."],["The class has two constructors; a parameterless one, and one that takes another SerializedTaxonomy as an argument."]]],[]]