Reference documentation and code samples for the Google Cloud Retail V2 Client class GcsDestination.
The Google Cloud Storage output destination configuration.
Generated from protobuf message google.cloud.retail.v2.OutputConfig.GcsDestination
Namespace
Google \ Cloud \ Retail \ V2 \ OutputConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ output_uri_prefix |
string
Required. The output uri prefix for saving output data to json files. Some mapping examples are as follows: output_uri_prefix sample output(assuming the object is foo.json) ======================== ============================================= gs://bucket/ gs://bucket/foo.json gs://bucket/folder/ gs://bucket/folder/foo.json gs://bucket/folder/item_ gs://bucket/folder/item_foo.json |
getOutputUriPrefix
Required. The output uri prefix for saving output data to json files.
Some mapping examples are as follows: output_uri_prefix sample output(assuming the object is foo.json) ======================== ============================================= gs://bucket/ gs://bucket/foo.json gs://bucket/folder/ gs://bucket/folder/foo.json gs://bucket/folder/item_ gs://bucket/folder/item_foo.json
Returns | |
---|---|
Type | Description |
string |
setOutputUriPrefix
Required. The output uri prefix for saving output data to json files.
Some mapping examples are as follows: output_uri_prefix sample output(assuming the object is foo.json) ======================== ============================================= gs://bucket/ gs://bucket/foo.json gs://bucket/folder/ gs://bucket/folder/foo.json gs://bucket/folder/item_ gs://bucket/folder/item_foo.json
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |