Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 70179a4

Browse files
chore: Update gapic-generator-python to v1.11.3 (#135)
* chore: Update gapic-generator-python to v1.11.3 PiperOrigin-RevId: 546899192 Source-Link: googleapis/googleapis@e6b1691 Source-Link: https://github.com/googleapis/googleapis-gen/commit/0b3917c421cbda7fcb67092e16c33f3ea46f4bc7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b79c067 commit 70179a4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

google/cloud/optimization_v1/types/fleet_routing.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,8 @@ class ShipmentModel(proto.Message):
686686
1970 (i.e. seconds: 0, nanos: 0) is used as default.
687687
global_end_time (google.protobuf.timestamp_pb2.Timestamp):
688688
If unset, 00:00:00 UTC, January 1, 1971 (i.e.
689-
seconds: 31536000, nanos: 0) is used as default.
689+
seconds: 31536000, nanos: 0)
690+
is used as default.
690691
global_duration_cost_per_hour (float):
691692
The "global duration" of the overall plan is the difference
692693
between the earliest effective start time and the latest
@@ -1330,10 +1331,10 @@ class Shipment(proto.Message):
13301331

13311332
class VisitRequest(proto.Message):
13321333
r"""Request for a visit which can be done by a vehicle: it has a
1333-
geo-location (or two, see below), opening and closing times
1334-
represented by time windows, and a service duration time (time
1335-
spent by the vehicle once it has arrived to pickup or drop off
1336-
goods).
1334+
geo-location
1335+
(or two, see below), opening and closing times represented by
1336+
time windows, and a service duration time (time spent by the
1337+
vehicle once it has arrived to pickup or drop off goods).
13371338
13381339
Attributes:
13391340
arrival_location (google.type.latlng_pb2.LatLng):

0 commit comments

Comments
 (0)