public sealed class ImportUserEventsRequest : IMessage<ImportUserEventsRequest>, IEquatable<ImportUserEventsRequest>, IDeepCloneable<ImportUserEventsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ImportUserEventsRequest.
Request message for the ImportUserEvents request.
Implements
IMessageImportUserEventsRequest, IEquatableImportUserEventsRequest, IDeepCloneableImportUserEventsRequest, IBufferMessage, 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 |
string |
ParentAsCatalogName
public CatalogName ParentAsCatalogName { get; set; }
CatalogName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CatalogName |