Google Cloud Discovery Engine V1beta Client - Class InlineSource (0.4.0)

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 \ ImportUserEventsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUserEvents

Required. A list of user events to import. Recommended max of 10k items.

Parameter
NameDescription
var array<Google\Cloud\DiscoveryEngine\V1beta\UserEvent>
Returns
TypeDescription
$this