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."],[[["The `ImportDocumentsResponse` class is part of the Google Cloud Discovery Engine v1 API, specifically in version 1.1.0, and is the response type for the `ImportDocumentsRequest`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `ImportDocumentsResponse` class includes properties like `ErrorConfig` to manage error destinations, and `ErrorSamples` which contains a collection of errors encountered during the request processing."],["There are multiple versions of the `ImportDocumentsResponse` class, with 1.6.0 being the latest, and they are all part of the same family, following the inheritance chain of the `object` class."]]],[]]