Class ImportUserEventsResponse (1.0.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

System.Object > ImportUserEventsResponse

Implements

Google.Protobuf.IMessage<ImportUserEventsResponse>, System.IEquatable<ImportUserEventsResponse>, Google.Protobuf.IDeepCloneable<ImportUserEventsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Google.Protobuf.Collections.RepeatedField<Google.Rpc.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