Google Maps Route Optimization V1 Client - Class OutputConfig (0.5.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_destination 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
GcsDestination|null

hasGcsDestination

setGcsDestination

The Google Cloud Storage location to write the output to.

Parameter
Name Description
var GcsDestination
Returns
Type Description
$this

getDataFormat

Required. The output data format.

Returns
Type Description
int Enum of type DataFormat.

setDataFormat

Required. The output data format.

Parameter
Name Description
var int

Enum of type DataFormat.

Returns
Type Description
$this

getDestination

Returns
Type Description
string