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 latest version of the `SerializedTaxonomy` is 2.14.0, part of the Google.Cloud.DataCatalog.V1 library, with a range of other versions available from 2.13.0 down to 1.2.0."],["`SerializedTaxonomy` is a class used to represent a taxonomy and its policy tag hierarchy within a nested protocol buffer, supporting operations like taxonomy replacement, import, and export."],["The `SerializedTaxonomy` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a variety of functionalities."],["The class includes properties such as `ActivatedPolicyTypes`, `Description`, `DisplayName`, and `PolicyTags`, enabling the configuration and management of taxonomy details, including policy types, descriptions, and tags."],["The class `SerializedTaxonomy` is contained in the `Google.Cloud.DataCatalog.V1` namespace and within the Google.Cloud.DataCatalog.V1.dll assembly."]]],[]]