Reference documentation and code samples for the Google Cloud Retail V2 Client class OutputResult.
Output result that stores the information about where the exported data is stored.
Generated from protobuf message google.cloud.retail.v2.OutputResult
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bigquery_result |
array<Google\Cloud\Retail\V2\BigQueryOutputResult>
The BigQuery location where the result is stored. |
↳ gcs_result |
array<Google\Cloud\Retail\V2\GcsOutputResult>
The Google Cloud Storage location where the result is stored. |
getBigqueryResult
The BigQuery location where the result is stored.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBigqueryResult
The BigQuery location where the result is stored.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Retail\V2\BigQueryOutputResult>
|
Returns | |
---|---|
Type | Description |
$this |
getGcsResult
The Google Cloud Storage location where the result is stored.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setGcsResult
The Google Cloud Storage location where the result is stored.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Retail\V2\GcsOutputResult>
|
Returns | |
---|---|
Type | Description |
$this |