public sealed class ImportTaxonomiesResponse : IMessage<ImportTaxonomiesResponse>, IEquatable<ImportTaxonomiesResponse>, IDeepCloneable<ImportTaxonomiesResponse>, IBufferMessage, IMessage
Response message for
[ImportTaxonomies][google.cloud.datacatalog.v1.PolicyTagManagerSerialization.ImportTaxonomies].
[[["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."],[[["This webpage details the `ImportTaxonomiesResponse` class within the `Google.Cloud.DataCatalog.V1` namespace, which is part of the Google Cloud Data Catalog .NET library."],["The `ImportTaxonomiesResponse` class is a response message for importing taxonomies, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the DataCatalog.V1 API, ranging from the latest version `2.14.0` back to `1.2.0`, along with the current version of `1.7.0`."],["The `ImportTaxonomiesResponse` class includes a `Taxonomies` property, which is a `RepeatedField` of `Taxonomy` objects, representing the imported taxonomies."],["The page provides information on the `ImportTaxonomiesResponse` constructors, including a default constructor and one that accepts another `ImportTaxonomiesResponse` object as a parameter."]]],[]]