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.5.0, and outlines how 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."],["This class includes properties for handling errors during the import process, such as `ErrorConfig` which details the destination of complete errors, and `ErrorSamples` which contains a sampling of errors encountered."],["The document shows other versions of the `ImportDocumentsResponse` class that exist, ranging from 1.0.0-beta06 to the latest 1.6.0."]]],[]]