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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. |
↳ 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 | |
---|---|
Type | Description |
string |
setParent
Required. projects/1234/locations/global/catalogs/default_catalog
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInputConfig
Required. The desired input location of the data.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\UserEventInputConfig|null |
hasInputConfig
clearInputConfig
setInputConfig
Required. The desired input location of the data.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\UserEventInputConfig
|
Returns | |
---|---|
Type | Description |
$this |
getErrorsConfig
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\ImportErrorsConfig
|
Returns | |
---|---|
Type | Description |
$this |