Google Cloud Retail V2 Client - Class UserEventInputConfig (1.4.2)

Reference documentation and code samples for the Google Cloud Retail V2 Client class UserEventInputConfig.

The input config source for user events.

Generated from protobuf message google.cloud.retail.v2.UserEventInputConfig

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ user_event_inline_source Google\Cloud\Retail\V2\UserEventInlineSource

Required. The Inline source for the input content for UserEvents.

↳ gcs_source Google\Cloud\Retail\V2\GcsSource

Required. Google Cloud Storage location for the input content.

↳ big_query_source Google\Cloud\Retail\V2\BigQuerySource

Required. BigQuery input source.

getUserEventInlineSource

Required. The Inline source for the input content for UserEvents.

Returns
TypeDescription
Google\Cloud\Retail\V2\UserEventInlineSource|null

hasUserEventInlineSource

setUserEventInlineSource

Required. The Inline source for the input content for UserEvents.

Parameter
NameDescription
var Google\Cloud\Retail\V2\UserEventInlineSource
Returns
TypeDescription
$this

getGcsSource

Required. Google Cloud Storage location for the input content.

Returns
TypeDescription
Google\Cloud\Retail\V2\GcsSource|null

hasGcsSource

setGcsSource

Required. Google Cloud Storage location for the input content.

Parameter
NameDescription
var Google\Cloud\Retail\V2\GcsSource
Returns
TypeDescription
$this

getBigQuerySource

Required. BigQuery input source.

Returns
TypeDescription
Google\Cloud\Retail\V2\BigQuerySource|null

hasBigQuerySource

setBigQuerySource

Required. BigQuery input source.

Parameter
NameDescription
var Google\Cloud\Retail\V2\BigQuerySource
Returns
TypeDescription
$this

getSource

Returns
TypeDescription
string