Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class InlineSource.
The inline source for the input config for ImportUserEvents method.
Generated from protobuf message google.cloud.discoveryengine.v1beta.ImportUserEventsRequest.InlineSource
Namespace
Google \ Cloud \ DiscoveryEngine \ V1beta \ ImportUserEventsRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_events |
array<Google\Cloud\DiscoveryEngine\V1beta\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\DiscoveryEngine\V1beta\UserEvent>
|
Returns | |
---|---|
Type | Description |
$this |