Google Maps Route Optimization V1 Client - Class OptimizeToursUriResponse (0.6.0)

Reference documentation and code samples for the Google Maps Route Optimization V1 Client class OptimizeToursUriResponse.

A response returned by the OptimizeToursUri method.

Generated from protobuf message google.maps.routeoptimization.v1.OptimizeToursUriResponse

Namespace

Google \ Maps \ RouteOptimization \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ output Uri

Optional. The URI of the Cloud Storage object containing the OptimizeToursResponse encoded as either JSON or textproto. If the object was encoded as JSON, the extension of the object name will be .json. If the object was encoded as textproto, the extension of the object name will be .txtpb. The crc32_checksum of the resource can be used to verify the contents of the resource have not been modified.

getOutput

Optional. The URI of the Cloud Storage object containing the OptimizeToursResponse encoded as either JSON or textproto. If the object was encoded as JSON, the extension of the object name will be .json. If the object was encoded as textproto, the extension of the object name will be .txtpb.

The crc32_checksum of the resource can be used to verify the contents of the resource have not been modified.

Returns
Type Description
Uri|null

hasOutput

clearOutput

setOutput

Optional. The URI of the Cloud Storage object containing the OptimizeToursResponse encoded as either JSON or textproto. If the object was encoded as JSON, the extension of the object name will be .json. If the object was encoded as textproto, the extension of the object name will be .txtpb.

The crc32_checksum of the resource can be used to verify the contents of the resource have not been modified.

Parameter
Name Description
var Uri
Returns
Type Description
$this