Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1ImportUserEventsResponse

Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.

Inheritance
object
GoogleCloudDiscoveryengineV1ImportUserEventsResponse
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 GoogleCloudDiscoveryengineV1ImportUserEventsResponse : 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 if this field was set in the request.

Declaration
[JsonProperty("errorConfig")]
public virtual GoogleCloudDiscoveryengineV1ImportErrorConfig ErrorConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1ImportErrorConfig

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>

JoinedEventsCount

Count of user events imported with complete existing Documents.

Declaration
[JsonProperty("joinedEventsCount")]
public virtual long? JoinedEventsCount { get; set; }
Property Value
Type Description
long?

UnjoinedEventsCount

Count of user events imported, but with Document information not found in the existing Branch.

Declaration
[JsonProperty("unjoinedEventsCount")]
public virtual long? UnjoinedEventsCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX