Google Cloud Retail V2 Client - Class ImportUserEventsRequest (1.5.0)

Reference documentation and code samples for the Google Cloud Retail V2 Client class ImportUserEventsRequest.

Request message for the ImportUserEvents request.

Generated from protobuf message google.cloud.retail.v2.ImportUserEventsRequest

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ input_config Google\Cloud\Retail\V2\UserEventInputConfig

Required. The desired input location of the data.

↳ errors_config Google\Cloud\Retail\V2\ImportErrorsConfig

The desired location of errors incurred during the Import. Cannot be set for inline user event imports.

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInputConfig

Required. The desired input location of the data.

Returns
TypeDescription
Google\Cloud\Retail\V2\UserEventInputConfig|null

hasInputConfig

clearInputConfig

setInputConfig

Required. The desired input location of the data.

Parameter
NameDescription
var Google\Cloud\Retail\V2\UserEventInputConfig
Returns
TypeDescription
$this

getErrorsConfig

The desired location of errors incurred during the Import. Cannot be set for inline user event imports.

Returns
TypeDescription
Google\Cloud\Retail\V2\ImportErrorsConfig|null

hasErrorsConfig

clearErrorsConfig

setErrorsConfig

The desired location of errors incurred during the Import. Cannot be set for inline user event imports.

Parameter
NameDescription
var Google\Cloud\Retail\V2\ImportErrorsConfig
Returns
TypeDescription
$this