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-21 UTC."],[[["The content focuses on the `ExportTaxonomiesResponse` class within the `Google.Cloud.DataCatalog.V1` namespace in the .NET library, detailing its structure and available versions."],["Version 2.14.0 is the latest release, with multiple earlier versions, from 2.13.0 down to 1.2.0, also listed for the `ExportTaxonomiesResponse` class."],["`ExportTaxonomiesResponse` is a message type used as a response to the `ExportTaxonomies` function and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportTaxonomiesResponse` class has two constructors, one parameterless and another that accepts another `ExportTaxonomiesResponse` object for parameter, `other`, which is used to create a copy."],["The class provides a `Taxonomies` property of type `RepeatedField\u003cSerializedTaxonomy\u003e` that is used to retrieve a list of nested protocol buffers, containing the taxonomies and policy tags."]]],[]]