Class GoogleCloudDiscoveryengineV1betaImportDocumentsResponse
Response of the 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
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaImportDocumentsResponse : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ErrorConfig
Echoes the destination for the complete errors in the request if set.
Declaration
[JsonProperty("errorConfig")]
public virtual GoogleCloudDiscoveryengineV1betaImportErrorConfig ErrorConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1betaImportErrorConfig | 
ErrorSamples
A sample of errors encountered while processing the request.
Declaration
[JsonProperty("errorSamples")]
public virtual IList<GoogleRpcStatus> ErrorSamples { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleRpcStatus> |