Class GoogleCloudDiscoveryengineV1betaImportUserEventsResponse
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.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaImportUserEventsResponse : 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 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> |
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? |