Discovery Engine v1beta API - Class ImportDocumentsResponse (1.0.0-beta11)

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.

Inheritance

object > ImportDocumentsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ImportDocumentsResponse()

public ImportDocumentsResponse()

ImportDocumentsResponse(ImportDocumentsResponse)

public ImportDocumentsResponse(ImportDocumentsResponse other)
Parameter
NameDescription
otherImportDocumentsResponse

Properties

ErrorConfig

public ImportErrorConfig ErrorConfig { get; set; }

Echoes the destination for the complete errors in the request if set.

Property Value
TypeDescription
ImportErrorConfig

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

A sample of errors encountered while processing the request.

Property Value
TypeDescription
RepeatedFieldStatus