Show / Hide Table of Contents

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

Inheritance
object
GoogleCloudDiscoveryengineLoggingImportErrorContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX