public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportUserEventsResponse.
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
IMessageImportUserEventsResponse, IEquatableImportUserEventsResponse, IDeepCloneableImportUserEventsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ImportUserEventsResponse()
public ImportUserEventsResponse()
ImportUserEventsResponse(ImportUserEventsResponse)
public ImportUserEventsResponse(ImportUserEventsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ImportUserEventsResponse |
Properties
ErrorConfig
public ImportErrorConfig ErrorConfig { get; set; }
Echoes the destination for the complete errors if this field was set in the request.
Property Value | |
---|---|
Type | Description |
ImportErrorConfig |
ErrorSamples
public RepeatedField<Status> ErrorSamples { get; }
A sample of errors encountered while processing the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |
JoinedEventsCount
public long JoinedEventsCount { get; set; }
Count of user events imported with complete existing Documents.
Property Value | |
---|---|
Type | Description |
long |
UnjoinedEventsCount
public long UnjoinedEventsCount { get; set; }
Count of user events imported, but with Document information not found in the existing Branch.
Property Value | |
---|---|
Type | Description |
long |