Class GoogleCloudDiscoveryengineLoggingImportErrorContext
The error payload that is populated on LRO import APIs, including the following: *
google.cloud.discoveryengine.v1alpha.DocumentService.ImportDocuments
*
google.cloud.discoveryengine.v1alpha.UserEventService.ImportUserEvents
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineLoggingImportErrorContext : IDirectResponseSchema
Properties
Document
The detailed content which caused the error on importing a document.
Declaration
[JsonProperty("document")]
public virtual string Document { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsPath
Google Cloud Storage file path of the import source. Can be set for batch operation error.
Declaration
[JsonProperty("gcsPath")]
public virtual string GcsPath { get; set; }
Property Value
Type | Description |
---|---|
string |
LineNumber
Line number of the content in file. Should be empty for permission or batch operation error.
Declaration
[JsonProperty("lineNumber")]
public virtual string LineNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Operation
The operation resource name of the LRO.
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEvent
The detailed content which caused the error on importing a user event.
Declaration
[JsonProperty("userEvent")]
public virtual string UserEvent { get; set; }
Property Value
Type | Description |
---|---|
string |