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-25 UTC."],[[["The latest version of the `ImportTaxonomiesResponse` is 2.14.0, and there are multiple previous versions available, ranging from 2.13.0 down to 1.2.0."],["`ImportTaxonomiesResponse` is a message type used in the Google Cloud Data Catalog API, specifically in the `PolicyTagManagerSerialization` section, and it serves as the response for importing taxonomies."],["This `ImportTaxonomiesResponse` class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportTaxonomiesResponse` object has a property called `Taxonomies`, which is a `RepeatedField` containing imported `Taxonomy` objects."],["There are two constructors available for creating an `ImportTaxonomiesResponse` object, one being a default constructor, and the second allows an existing `ImportTaxonomiesResponse` object to be cloned."]]],[]]