public sealed class ImportTaxonomiesResponse : IMessage<ImportTaxonomiesResponse>, IEquatable<ImportTaxonomiesResponse>, IDeepCloneable<ImportTaxonomiesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ImportTaxonomiesResponse.
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-25 UTC."],[[["This page provides reference documentation for the `ImportTaxonomiesResponse` class within the Google Cloud Data Catalog v1 API."],["It details the different versions of the `ImportTaxonomiesResponse` class, ranging from version 1.2.0 to the latest version 2.14.0, including the current 2.9.0 version."],["The `ImportTaxonomiesResponse` class is the response message for importing taxonomies in the Data Catalog, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has one property, `Taxonomies`, which is a repeated field for the imported taxonomies and is of type `RepeatedField\u003cTaxonomy\u003e`."],["It lists the class's constructors, including a parameterless constructor and one that accepts another `ImportTaxonomiesResponse` object."]]],[]]