Reference documentation and code samples for the Google Maps Route Optimization V1 Client class OptimizeToursUriRequest.
A request used by the OptimizeToursUri
method.
Generated from protobuf message google.maps.routeoptimization.v1.OptimizeToursUriRequest
Namespace
Google \ Maps \ RouteOptimization \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Target project or location to make a call. Format: * * projects/{project-id}
* * projects/{project-id}/locations/{location-id}
If no location is specified, a region will be chosen automatically.
↳ input
↳ output
getParent
Required. Target project or location to make a call.
Format:
-
projects/{project-id} -
projects/{project-id}/locations/{location-id}If no location is specified, a region will be chosen automatically.
string
setParent
Required. Target project or location to make a call.
Format:
-
projects/{project-id} -
projects/{project-id}/locations/{location-id}If no location is specified, a region will be chosen automatically.
var
string
$this
getInput
Required. The URI of the Cloud Storage object containing the OptimizeToursRequest
.
hasInput
clearInput
setInput
Required. The URI of the Cloud Storage object containing the OptimizeToursRequest
.
$this
getOutput
Required. The URI of the Cloud Storage object that will contain the OptimizeToursResponse
.
hasOutput
clearOutput
setOutput
Required. The URI of the Cloud Storage object that will contain the OptimizeToursResponse
.
$this

