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.
Inheritance
System.Object
ImportUserEventsResponse
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class ImportUserEventsResponse : IMessage<ImportUserEventsResponse>, IEquatable<ImportUserEventsResponse>, IDeepCloneable<ImportUserEventsResponse>, IBufferMessage, IMessage
Constructors
ImportUserEventsResponse()
Declaration
public ImportUserEventsResponse()
ImportUserEventsResponse(ImportUserEventsResponse)
Declaration
public ImportUserEventsResponse(ImportUserEventsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ImportUserEventsResponse | other |
Properties
ErrorSamples
A sample of errors encountered while processing the request.
Declaration
public RepeatedField<Status> ErrorSamples { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Status> |
ErrorsConfig
Echoes the destination for the complete errors if this field was set in the request.
Declaration
public ImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type | Description |
---|---|
ImportErrorsConfig |
ImportSummary
Aggregated statistics of user event import status.
Declaration
public UserEventImportSummary ImportSummary { get; set; }
Property Value
Type | Description |
---|---|
UserEventImportSummary |