public sealed class ImportDocumentsResponse : IMessage<ImportDocumentsResponse>, IEquatable<ImportDocumentsResponse>, IDeepCloneable<ImportDocumentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportDocumentsResponse.
Response of the
[ImportDocumentsRequest][google.cloud.discoveryengine.v1beta.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 documentation details the `ImportDocumentsResponse` class, which is part of the Discovery Engine v1beta API within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is found in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["The `ImportDocumentsResponse` class is the response returned after a successful `ImportDocumentsRequest` long-running operation, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `ErrorConfig` of type `ImportErrorConfig`, which shows the destination for errors, and `ErrorSamples`, which is a collection of `Status` messages that represent a sample of the errors encountered while processing."],["The documentation outlines that the class has two constructors, a default constructor and another that accepts an `ImportDocumentsResponse` object."]]],[]]