public sealed class ExportTaxonomiesResponse : IMessage<ExportTaxonomiesResponse>, IEquatable<ExportTaxonomiesResponse>, IDeepCloneable<ExportTaxonomiesResponse>, IBufferMessage, IMessage
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 details the `ExportTaxonomiesResponse` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically across multiple versions ranging from 1.2.0 to the latest 2.14.0."],["The `ExportTaxonomiesResponse` class is a response message type for the `ExportTaxonomies` operation within the Google Cloud Data Catalog API and is used to encapsulate the result of said operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling data within the Google.Protobuf framework."],["The primary property of `ExportTaxonomiesResponse` is `Taxonomies`, a `RepeatedField` that contains a list of `SerializedTaxonomy` objects, which is used to contain a list of taxonomies and their associated policy tags."],["The available constructors for this class are the default constructor `ExportTaxonomiesResponse()` and an overload allowing it to be copied, `ExportTaxonomiesResponse(ExportTaxonomiesResponse other)`."]]],[]]