Google Cloud Retail V2 Client - Class OutputConfig (2.1.1)

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

The output configuration setting.

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

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_destination OutputConfig\GcsDestination

The Google Cloud Storage location where the output is to be written to.

↳ bigquery_destination OutputConfig\BigQueryDestination

The BigQuery location where the output is to be written to.

getGcsDestination

The Google Cloud Storage location where the output is to be written to.

Returns
Type Description
OutputConfig\GcsDestination|null

hasGcsDestination

setGcsDestination

The Google Cloud Storage location where the output is to be written to.

Parameter
Name Description
var OutputConfig\GcsDestination
Returns
Type Description
$this

getBigqueryDestination

The BigQuery location where the output is to be written to.

Returns
Type Description
OutputConfig\BigQueryDestination|null

hasBigqueryDestination

setBigqueryDestination

The BigQuery location where the output is to be written to.

Parameter
Name Description
var OutputConfig\BigQueryDestination
Returns
Type Description
$this

getDestination

Returns
Type Description
string