public sealed class SerializedTaxonomy : IMessage<SerializedTaxonomy>, IEquatable<SerializedTaxonomy>, IDeepCloneable<SerializedTaxonomy>, IBufferMessage, IMessage
Message representing a taxonomy, including its policy tags in hierarchy, as a
nested proto. 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 content provides documentation for the `SerializedTaxonomy` class within the `Google.Cloud.DataCatalog.V1` namespace, covering versions from 1.2.0 up to the latest version, 2.14.0."],["`SerializedTaxonomy` is a message class used for representing a taxonomy and its policy tags for operations like replacement, import, and export, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes properties such as `ActivatedPolicyTypes`, `Description`, `DisplayName`, and `PolicyTags`, allowing for detailed configuration and information storage about the taxonomy."],["There are two constructors, a default one, and one that takes another `SerializedTaxonomy` as a parameter for copying, which are both found within the `Google.Cloud.DataCatalog.V1.dll` assembly."],["The page details the inheritance from the Object class, as well as which members are inherited from it, and has links to documentation regarding these members."]]],[]]