Skip to content

Commit ef9152e

Browse files
docs: [google-maps-fleetengine-delivery] updated incorrect reference to Task.journeySharingInfo (#12322)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 607471050 Source-Link: googleapis/googleapis@18a7146 Source-Link: googleapis/googleapis-gen@dd1c4cc Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUtZGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6ImRkMWM0Y2M2MGQ4NmNkOWJhZjFmY2I0OTAwMzVhZWUyM2YzNWZlOTUifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 38dde99 commit ef9152e

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/services/delivery_service/async_client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -922,8 +922,8 @@ async def sample_create_task():
922922
Note: gRPC and REST APIs use different field naming
923923
conventions. For example, the
924924
Task.journey_sharing_info field in the gRPC API and
925-
the DeliveryVehicle.journeySharingInfo field in the
926-
REST API refer to the same field.
925+
the Task.journeySharingInfo field in the REST API
926+
refer to the same field.
927927
928928
"""
929929
# Create or coerce a protobuf request object.
@@ -1055,8 +1055,8 @@ async def sample_get_task():
10551055
Note: gRPC and REST APIs use different field naming
10561056
conventions. For example, the
10571057
Task.journey_sharing_info field in the gRPC API and
1058-
the DeliveryVehicle.journeySharingInfo field in the
1059-
REST API refer to the same field.
1058+
the Task.journeySharingInfo field in the REST API
1059+
refer to the same field.
10601060
10611061
"""
10621062
# Create or coerce a protobuf request object.
@@ -1349,8 +1349,8 @@ async def sample_update_task():
13491349
Note: gRPC and REST APIs use different field naming
13501350
conventions. For example, the
13511351
Task.journey_sharing_info field in the gRPC API and
1352-
the DeliveryVehicle.journeySharingInfo field in the
1353-
REST API refer to the same field.
1352+
the Task.journeySharingInfo field in the REST API
1353+
refer to the same field.
13541354
13551355
"""
13561356
# Create or coerce a protobuf request object.

packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/services/delivery_service/client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,8 +1344,8 @@ def sample_create_task():
13441344
Note: gRPC and REST APIs use different field naming
13451345
conventions. For example, the
13461346
Task.journey_sharing_info field in the gRPC API and
1347-
the DeliveryVehicle.journeySharingInfo field in the
1348-
REST API refer to the same field.
1347+
the Task.journeySharingInfo field in the REST API
1348+
refer to the same field.
13491349
13501350
"""
13511351
# Create or coerce a protobuf request object.
@@ -1474,8 +1474,8 @@ def sample_get_task():
14741474
Note: gRPC and REST APIs use different field naming
14751475
conventions. For example, the
14761476
Task.journey_sharing_info field in the gRPC API and
1477-
the DeliveryVehicle.journeySharingInfo field in the
1478-
REST API refer to the same field.
1477+
the Task.journeySharingInfo field in the REST API
1478+
refer to the same field.
14791479
14801480
"""
14811481
# Create or coerce a protobuf request object.
@@ -1762,8 +1762,8 @@ def sample_update_task():
17621762
Note: gRPC and REST APIs use different field naming
17631763
conventions. For example, the
17641764
Task.journey_sharing_info field in the gRPC API and
1765-
the DeliveryVehicle.journeySharingInfo field in the
1766-
REST API refer to the same field.
1765+
the Task.journeySharingInfo field in the REST API
1766+
refer to the same field.
17671767
17681768
"""
17691769
# Create or coerce a protobuf request object.

packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/services/delivery_service/transports/rest.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@ def __call__(
757757
Note: gRPC and REST APIs use different field naming
758758
conventions. For example, the
759759
``Task.journey_sharing_info`` field in the gRPC API and
760-
the ``DeliveryVehicle.journeySharingInfo`` field in the
761-
REST API refer to the same field.
760+
the ``Task.journeySharingInfo`` field in the REST API
761+
refer to the same field.
762762
763763
"""
764764

@@ -964,8 +964,8 @@ def __call__(
964964
Note: gRPC and REST APIs use different field naming
965965
conventions. For example, the
966966
``Task.journey_sharing_info`` field in the gRPC API and
967-
the ``DeliveryVehicle.journeySharingInfo`` field in the
968-
REST API refer to the same field.
967+
the ``Task.journeySharingInfo`` field in the REST API
968+
refer to the same field.
969969
970970
"""
971971

@@ -1533,8 +1533,8 @@ def __call__(
15331533
Note: gRPC and REST APIs use different field naming
15341534
conventions. For example, the
15351535
``Task.journey_sharing_info`` field in the gRPC API and
1536-
the ``DeliveryVehicle.journeySharingInfo`` field in the
1537-
REST API refer to the same field.
1536+
the ``Task.journeySharingInfo`` field in the REST API
1537+
refer to the same field.
15381538
15391539
"""
15401540

packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/types/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class Task(proto.Message):
4545
4646
Note: gRPC and REST APIs use different field naming conventions. For
4747
example, the ``Task.journey_sharing_info`` field in the gRPC API and
48-
the ``DeliveryVehicle.journeySharingInfo`` field in the REST API
49-
refer to the same field.
48+
the ``Task.journeySharingInfo`` field in the REST API refer to the
49+
same field.
5050
5151
Attributes:
5252
name (str):

0 commit comments

Comments
 (0)