Class GoogleCloudDiscoveryengineV1alphaImportDocumentsResponse
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 GoogleCloudDiscoveryengineV1alphaImportDocumentsResponse : IDirectResponseSchema
Properties
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 GoogleCloudDiscoveryengineV1alphaImportErrorConfig ErrorConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaImportErrorConfig |
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> |