Reference documentation and code samples for the Google Cloud Retail V2 Client class UserEventInlineSource.
The inline source for the input config for ImportUserEvents method.
Generated from protobuf message google.cloud.retail.v2.UserEventInlineSource
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_events |
array<Google\Cloud\Retail\V2\UserEvent>
Required. A list of user events to import. Recommended max of 10k items. |
getUserEvents
Required. A list of user events to import. Recommended max of 10k items.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUserEvents
Required. A list of user events to import. Recommended max of 10k items.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Retail\V2\UserEvent>
|
Returns | |
---|---|
Type | Description |
$this |