OptimizeToursUriResponse

  • The locations.optimizeToursUri method returns a response with a JSON representation.

  • The JSON response includes an output field, containing a URI.

  • The output field is an optional object that refers to a Cloud Storage object.

  • The Cloud Storage object can contain the OptimizeToursResponse in either JSON or textproto format, identifiable by the file extension .json or .txtpb, respectively.

A response returned by the locations.optimizeToursUri method.

JSON representation
{
  "output": {
    object (Uri)
  }
}
Fields
output

object (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.