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."],[[["This webpage provides documentation for the `ImportTaxonomiesResponse` class within the Google.Cloud.DataCatalog.V1 namespace, detailing its structure and usage."],["The latest version of the `ImportTaxonomiesResponse` is 2.14.0, and previous versions ranging from 2.13.0 down to 1.2.0 are also available."],["`ImportTaxonomiesResponse` is a response message for importing taxonomies and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportTaxonomiesResponse` class contains a `Taxonomies` property of type `RepeatedField\u003cTaxonomy\u003e`, which holds the imported taxonomies."],["The class inherits from Object, meaning it has access to methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]