Retail v2 API - Class ImportUserEventsRequest (2.8.0)

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.

Inheritance

object > ImportUserEventsRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ImportUserEventsRequest()

public ImportUserEventsRequest()

ImportUserEventsRequest(ImportUserEventsRequest)

public ImportUserEventsRequest(ImportUserEventsRequest other)
Parameter
NameDescription
otherImportUserEventsRequest

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

InputConfig

public UserEventInputConfig InputConfig { get; set; }

Required. The desired input location of the data.

Property Value
TypeDescription
UserEventInputConfig

Parent

public string Parent { get; set; }

Required. projects/1234/locations/global/catalogs/default_catalog

Property Value
TypeDescription
string

ParentAsCatalogName

public CatalogName ParentAsCatalogName { get; set; }

CatalogName-typed view over the Parent resource name property.

Property Value
TypeDescription
CatalogName