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-25 UTC."],[[["The page provides documentation for the `SerializedTaxonomy` class within the `Google.Cloud.DataCatalog.V1` namespace, covering versions from 1.2.0 to 2.14.0, with 2.14.0 being the latest."],["`SerializedTaxonomy` is a protocol buffer class used for representing a taxonomy and its policy tag hierarchy for tasks like taxonomy replacement, import, and export."],["The `SerializedTaxonomy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["Key properties of `SerializedTaxonomy` include `ActivatedPolicyTypes`, `Description`, `DisplayName`, and `PolicyTags`, each serving a specific purpose related to defining a taxonomy."],["The class can be instantiated using two constructors: a default constructor `SerializedTaxonomy()` and a constructor that takes another `SerializedTaxonomy` instance as a parameter, `SerializedTaxonomy(SerializedTaxonomy other)`."]]],[]]