public sealed class ImportDocumentsResponse : IMessage<ImportDocumentsResponse>, IEquatable<ImportDocumentsResponse>, IDeepCloneable<ImportDocumentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ImportDocumentsResponse.
Response of the
[ImportDocumentsRequest][google.cloud.discoveryengine.v1.ImportDocumentsRequest].
If the long running operation is done, then this message is returned by the
google.longrunning.Operations.response field if the operation was successful.
[[["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 document provides reference information for the `ImportDocumentsResponse` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0, and shows it is the response to an `ImportDocumentsRequest`."],["The `ImportDocumentsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["It includes properties like `ErrorConfig`, which specifies the destination for errors, and `ErrorSamples`, which contains a sample of errors encountered during the import process."],["The latest version for this class is 1.6.0, with versions back to 1.0.0-beta06 also available."],["This class inherits members from the object class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]