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.
Implements
IMessageImportDocumentsResponse, IEquatableImportDocumentsResponse, IDeepCloneableImportDocumentsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ImportDocumentsResponse()
public ImportDocumentsResponse()
ImportDocumentsResponse(ImportDocumentsResponse)
public ImportDocumentsResponse(ImportDocumentsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ImportDocumentsResponse |
Properties
ErrorConfig
public ImportErrorConfig ErrorConfig { get; set; }
Echoes the destination for the complete errors in the request if set.
Property Value | |
---|---|
Type | Description |
ImportErrorConfig |
ErrorSamples
public RepeatedField<Status> ErrorSamples { get; }
A sample of errors encountered while processing the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |