public sealed class ImportUserEventsRequest : IMessage<ImportUserEventsRequest>, IEquatable<ImportUserEventsRequest>, IDeepCloneable<ImportUserEventsRequest>, IBufferMessage, IMessage
Request message for the ImportUserEvents request.
Inheritance
System.Object > ImportUserEventsRequestImplements
Google.Protobuf.IMessage<ImportUserEventsRequest>, System.IEquatable<ImportUserEventsRequest>, Google.Protobuf.IDeepCloneable<ImportUserEventsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ImportUserEventsRequest()
public ImportUserEventsRequest()
ImportUserEventsRequest(ImportUserEventsRequest)
public ImportUserEventsRequest(ImportUserEventsRequest other)
Parameter | |
---|---|
Name | Description |
other | ImportUserEventsRequest |
Properties
ErrorsConfig
public ImportErrorsConfig ErrorsConfig { get; set; }
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Property Value | |
---|---|
Type | Description |
ImportErrorsConfig |
InputConfig
public UserEventInputConfig InputConfig { get; set; }
Required. The desired input location of the data.
Property Value | |
---|---|
Type | Description |
UserEventInputConfig |
Parent
public string Parent { get; set; }
Required. "projects/1234/locations/global/catalogs/default_catalog"
Property Value | |
---|---|
Type | Description |
System.String |