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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_destination |
Google\Cloud\Retail\V2\OutputConfig\GcsDestination
The Google Cloud Storage location where the output is to be written to. |
↳ bigquery_destination |
Google\Cloud\Retail\V2\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 |
Google\Cloud\Retail\V2\OutputConfig\GcsDestination|null |
hasGcsDestination
setGcsDestination
The Google Cloud Storage location where the output is to be written to.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\OutputConfig\GcsDestination
|
Returns | |
---|---|
Type | Description |
$this |
getBigqueryDestination
The BigQuery location where the output is to be written to.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\OutputConfig\BigQueryDestination|null |
hasBigqueryDestination
setBigqueryDestination
The BigQuery location where the output is to be written to.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\OutputConfig\BigQueryDestination
|
Returns | |
---|---|
Type | Description |
$this |
getDestination
Returns | |
---|---|
Type | Description |
string |