From 11fb7cee853fde7e87a1856325f9b756e5106b33 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:10:31 -0400 Subject: [PATCH] docs: [google-maps-fleetengine-delivery] remove comment about deleted SearchTasks method (#12683) BEGIN_COMMIT_OVERRIDE docs: remove comment about deleted SearchTasks method END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 632239342 Source-Link: https://github.com/googleapis/googleapis/commit/155f256ebe0bc6586d7df23d10472444340da320 Source-Link: https://github.com/googleapis/googleapis-gen/commit/99f5783624af82e38f0b9bfe9b319911b35803d5 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUtZGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6Ijk5ZjU3ODM2MjRhZjgyZTM4ZjBiOWJmZTliMzE5OTExYjM1ODAzZDUifQ== --------- Co-authored-by: Owl Bot Co-authored-by: ohmayr --- .../types/delivery_vehicles.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/types/delivery_vehicles.py b/packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/types/delivery_vehicles.py index e0a09ec5980b..b53f7d6b9b27 100644 --- a/packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/types/delivery_vehicles.py +++ b/packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/types/delivery_vehicles.py @@ -328,16 +328,14 @@ class VehicleStop(proto.Message): Required. The location of the stop. Note that the locations in the ``Task``\ s might not exactly match this location, but will be within a short distance of it. This field won't - be populated in the response of either a ``GetTask``, or a - ``SearchTasks`` call. + be populated in the response of a ``GetTask`` call. tasks (MutableSequence[google.maps.fleetengine_delivery_v1.types.VehicleStop.TaskInfo]): The list of ``Task``\ s to be performed at this stop. This - field won't be populated in the response of either a - ``GetTask`` or ``SearchTasks`` call. + field won't be populated in the response of a ``GetTask`` + call. state (google.maps.fleetengine_delivery_v1.types.VehicleStop.State): The state of the ``VehicleStop``. This field won't be - populated in the response of either a ``GetTask``, or a - ``SearchTasks`` call. + populated in the response of a ``GetTask`` call. """ class State(proto.Enum): @@ -366,8 +364,8 @@ class TaskInfo(proto.Message): Attributes: task_id (str): The Task ID. This field won't be populated in the response - of either a ``GetTask``, or a ``SearchTasks`` call. Task IDs - are subject to the following restrictions: + of a ``GetTask`` call. Task IDs are subject to the following + restrictions: - Must be a valid Unicode string. - Limited to a maximum length of 64 characters.