Google Cloud Retail V2 Client - Class ProductInputConfig (2.1.1)

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

The input config source for products.

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

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ product_inline_source ProductInlineSource

The Inline source for the input content for products.

↳ gcs_source GcsSource

Google Cloud Storage location for the input content.

↳ big_query_source BigQuerySource

BigQuery input source.

getProductInlineSource

The Inline source for the input content for products.

Returns
Type Description
ProductInlineSource|null

hasProductInlineSource

setProductInlineSource

The Inline source for the input content for products.

Parameter
Name Description
var ProductInlineSource
Returns
Type Description
$this

getGcsSource

Google Cloud Storage location for the input content.

Returns
Type Description
GcsSource|null

hasGcsSource

setGcsSource

Google Cloud Storage location for the input content.

Parameter
Name Description
var GcsSource
Returns
Type Description
$this

getBigQuerySource

BigQuery input source.

Returns
Type Description
BigQuerySource|null

hasBigQuerySource

setBigQuerySource

BigQuery input source.

Parameter
Name Description
var BigQuerySource
Returns
Type Description
$this

getSource

Returns
Type Description
string