public sealed class ImportDataResponse : IMessage<ImportDataResponse>, IEquatable<ImportDataResponse>, IDeepCloneable<ImportDataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class ImportDataResponse.
The response to a request to import data to Parallelstore.
[[["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 page provides documentation for the `ImportDataResponse` class within the Parallelstore v1 API, version 1.0.0 and 1.1.0, which is used to represent the response when data is imported into Parallelstore."],["The `ImportDataResponse` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as shown in the inheritance section."],["The namespace for `ImportDataResponse` is `Google.Cloud.Parallelstore.V1`, and it is located within the `Google.Cloud.Parallelstore.V1.dll` assembly."],["The `ImportDataResponse` class has two constructors, one default and another that allows for the creation of an object by cloning another `ImportDataResponse` instance."]]],[]]