Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions google/cloud/optimization_v1/types/fleet_routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,8 @@ class ShipmentModel(proto.Message):
1970 (i.e. seconds: 0, nanos: 0) is used as default.
global_end_time (google.protobuf.timestamp_pb2.Timestamp):
If unset, 00:00:00 UTC, January 1, 1971 (i.e.
seconds: 31536000, nanos: 0) is used as default.
seconds: 31536000, nanos: 0)
is used as default.
global_duration_cost_per_hour (float):
The "global duration" of the overall plan is the difference
between the earliest effective start time and the latest
Expand Down Expand Up @@ -1330,10 +1331,10 @@ class Shipment(proto.Message):

class VisitRequest(proto.Message):
r"""Request for a visit which can be done by a vehicle: it has a
geo-location (or two, see below), opening and closing times
represented by time windows, and a service duration time (time
spent by the vehicle once it has arrived to pickup or drop off
goods).
geo-location
(or two, see below), opening and closing times represented by
time windows, and a service duration time (time spent by the
vehicle once it has arrived to pickup or drop off goods).

Attributes:
arrival_location (google.type.latlng_pb2.LatLng):
Expand Down