Class ImportUserEventsResponse (1.1.0)

public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage

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 > ImportUserEventsResponse

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ImportUserEventsResponse()

public ImportUserEventsResponse()

ImportUserEventsResponse(ImportUserEventsResponse)

public ImportUserEventsResponse(ImportUserEventsResponse other)
Parameter
NameDescription
otherImportUserEventsResponse

Properties

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

A sample of errors encountered while processing the request.

Property Value
TypeDescription
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
TypeDescription
ImportErrorsConfig

ImportSummary

public UserEventImportSummary ImportSummary { get; set; }

Aggregated statistics of user event import status.

Property Value
TypeDescription
UserEventImportSummary