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 the `Google.Cloud.DiscoveryEngine.V1` namespace."],["This class represents the response received after executing an `ImportDocumentsRequest` operation, returned within the `google.longrunning.Operations.response` field if the operation succeeds."],["`ImportDocumentsResponse` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ErrorConfig` to manage error destinations and `ErrorSamples` to access a sample of errors encountered during the import process."],["There are seven different versions of the `ImportDocumentsResponse` reference documentation listed, ranging from version `1.0.0-beta06` to the latest version, `1.6.0`."]]],[]]