Reference documentation and code samples for the Google Maps Route Optimization V1 Client class OutputConfig.
Specify a destination for BatchOptimizeTours results.
Generated from protobuf message google.maps.routeoptimization.v1.OutputConfig
Namespace
Google \ Maps \ RouteOptimization \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_destination |
Google\Maps\RouteOptimization\V1\GcsDestination
The Google Cloud Storage location to write the output to. |
↳ data_format |
int
Required. The output data format. |
getGcsDestination
The Google Cloud Storage location to write the output to.
Returns | |
---|---|
Type | Description |
Google\Maps\RouteOptimization\V1\GcsDestination|null |
hasGcsDestination
setGcsDestination
The Google Cloud Storage location to write the output to.
Parameter | |
---|---|
Name | Description |
var |
Google\Maps\RouteOptimization\V1\GcsDestination
|
Returns | |
---|---|
Type | Description |
$this |
getDataFormat
Required. The output data format.
Returns | |
---|---|
Type | Description |
int |
setDataFormat
Required. The output data format.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDestination
Returns | |
---|---|
Type | Description |
string |