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 content details the `ImportTaxonomiesResponse` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used as the response message for importing taxonomies."],["It outlines the different versions of the `ImportTaxonomiesResponse` class, ranging from version 1.2.0 up to the latest, 2.14.0, each with its own unique documentation link."],["The `ImportTaxonomiesResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within the .NET environment."],["The class also includes two constructors: a default one and another that takes an `ImportTaxonomiesResponse` object as a parameter for creating copies."],["The `Taxonomies` property, of type `RepeatedField\u003cTaxonomy\u003e`, is a key attribute of this class, representing the collection of imported taxonomies."]]],[]]