Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class ImportUserEventsRequest.
Request message for the ImportUserEvents request.
Generated from protobuf message google.cloud.recommendationengine.v1beta1.ImportUserEventsRequest
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. |
↳ request_id |
string
Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source. |
↳ input_config |
InputConfig
Required. The desired input location of the data. |
↳ errors_config |
ImportErrorsConfig
Optional. The desired location of errors incurred during the Import. |
getParent
Required.
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
Returns | |
---|---|
Type | Description |
string |
setParent
Required.
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRequestId
Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations.
Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.
Returns | |
---|---|
Type | Description |
string |
setRequestId
Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations.
Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInputConfig
Required. The desired input location of the data.
Returns | |
---|---|
Type | Description |
InputConfig|null |
hasInputConfig
clearInputConfig
setInputConfig
Required. The desired input location of the data.
Parameter | |
---|---|
Name | Description |
var |
InputConfig
|
Returns | |
---|---|
Type | Description |
$this |
getErrorsConfig
Optional. The desired location of errors incurred during the Import.
Returns | |
---|---|
Type | Description |
ImportErrorsConfig|null |
hasErrorsConfig
clearErrorsConfig
setErrorsConfig
Optional. The desired location of errors incurred during the Import.
Parameter | |
---|---|
Name | Description |
var |
ImportErrorsConfig
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required.
|
requestId |
string
Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source. |
inputConfig |
InputConfig
Required. The desired input location of the data. |
errorsConfig |
ImportErrorsConfig
Optional. The desired location of errors incurred during the Import. |
Returns | |
---|---|
Type | Description |
ImportUserEventsRequest |