Google Cloud Discovery Engine V1 Client - Class InlineSource (1.0.0-RC1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class InlineSource.

The inline source for the input config for ImportUserEvents method.

Generated from protobuf message google.cloud.discoveryengine.v1.ImportUserEventsRequest.InlineSource

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ ImportUserEventsRequest

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ user_events array<Google\Cloud\DiscoveryEngine\V1\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\V1\UserEvent>
Returns
Type Description
$this