public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 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
IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ImportUserEventsResponse()
public ImportUserEventsResponse()
ImportUserEventsResponse(ImportUserEventsResponse)
public ImportUserEventsResponse(ImportUserEventsResponse other)
Parameter | |
---|---|
Name | Description |
other | ImportUserEventsResponse |
Properties
ErrorSamples
public RepeatedField<Status> ErrorSamples { get; }
A sample of errors encountered while processing the request.
Property Value | |
---|---|
Type | Description |
RepeatedField<Status> |
ErrorsConfig
public ImportErrorsConfig ErrorsConfig { get; set; }
Echoes the destination for the complete errors if this field was set in the request.
Property Value | |
---|---|
Type | Description |
ImportErrorsConfig |
ImportSummary
public UserEventImportSummary ImportSummary { get; set; }
Aggregated statistics of user event import status.
Property Value | |
---|---|
Type | Description |
UserEventImportSummary |