public sealed class ExportTaxonomiesResponse : IMessage<ExportTaxonomiesResponse>, IEquatable<ExportTaxonomiesResponse>, IDeepCloneable<ExportTaxonomiesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ExportTaxonomiesResponse.
Response message for
[ExportTaxonomies][google.cloud.datacatalog.v1.PolicyTagManagerSerialization.ExportTaxonomies].
[[["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."],[[["This webpage provides reference documentation for the `ExportTaxonomiesResponse` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The `ExportTaxonomiesResponse` class is part of the `Google.Cloud.DataCatalog.V1` namespace and is used as the response message for the `ExportTaxonomies` operation, and is found within the `Google.Cloud.DataCatalog.V1.dll` assembly."],["The page documents various versions of the API, from 1.2.0 up to 2.14.0, with 2.14.0 being the latest, and it highlights the 2.13.0 version in more detail."],["The `ExportTaxonomiesResponse` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A primary property of the `ExportTaxonomiesResponse` class is `Taxonomies`, which is a `RepeatedField` of `SerializedTaxonomy` and contains the list of taxonomies and policy tags as nested protocol buffers."]]],[]]