public sealed class SerializedTaxonomy : IMessage<SerializedTaxonomy>, IEquatable<SerializedTaxonomy>, IDeepCloneable<SerializedTaxonomy>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class SerializedTaxonomy.
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 provided content details the `SerializedTaxonomy` class within the Google Cloud Data Catalog v1 API, which is used for representing and handling taxonomies and policy tag hierarchies."],["The latest version available is 2.14.0, and the content page itself is referencing version 2.5.0, but there is a list of versions going back to 1.2.0 to browse."],["`SerializedTaxonomy` is part of the `Google.Cloud.DataCatalog.V1` namespace, found within the `Google.Cloud.DataCatalog.V1.dll` assembly, and it inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `SerializedTaxonomy` class include `ActivatedPolicyTypes`, `Description`, `DisplayName`, and `PolicyTags`, which manage policy type activation, textual descriptions, display names, and top-level policy tags respectively."],["The class has two constructors, one with no parameters and the other taking another `SerializedTaxonomy` as a parameter, both of which provide ways to create a new instance of `SerializedTaxonomy`."]]],[]]