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."],[[["The latest version of the `ImportDocumentsResponse` class is 1.0.0-beta18, which is part of the Google.Cloud.DiscoveryEngine.V1Beta namespace."],["This class serves as the response to an `ImportDocumentsRequest` and is returned when the long-running operation is successful, providing details about the import process."],["The `ImportDocumentsResponse` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ImportDocumentsResponse` class has properties such as `ErrorConfig`, which shows the destination for errors, and `ErrorSamples`, which contains a sampling of errors that may have occurred during the import process."],["There are 2 constructors available to instantiate an `ImportDocumentsResponse` object: The default `ImportDocumentsResponse()` and `ImportDocumentsResponse(ImportDocumentsResponse other)`."]]],[]]