Skip to content

Commit 11fb7ce

Browse files
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: googleapis/googleapis@155f256 Source-Link: googleapis/googleapis-gen@99f5783 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUtZGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6Ijk5ZjU3ODM2MjRhZjgyZTM4ZjBiOWJmZTliMzE5OTExYjM1ODAzZDUifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <omairnaveed@ymail.com>
1 parent b855629 commit 11fb7ce

File tree

1 file changed

+6
-8
lines changed
  • packages/google-maps-fleetengine-delivery/google/maps/fleetengine_delivery_v1/types

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -328,16 +328,14 @@ class VehicleStop(proto.Message):
328328
Required. The location of the stop. Note that the locations
329329
in the ``Task``\ s might not exactly match this location,
330330
but will be within a short distance of it. This field won't
331-
be populated in the response of either a ``GetTask``, or a
332-
``SearchTasks`` call.
331+
be populated in the response of a ``GetTask`` call.
333332
tasks (MutableSequence[google.maps.fleetengine_delivery_v1.types.VehicleStop.TaskInfo]):
334333
The list of ``Task``\ s to be performed at this stop. This
335-
field won't be populated in the response of either a
336-
``GetTask`` or ``SearchTasks`` call.
334+
field won't be populated in the response of a ``GetTask``
335+
call.
337336
state (google.maps.fleetengine_delivery_v1.types.VehicleStop.State):
338337
The state of the ``VehicleStop``. This field won't be
339-
populated in the response of either a ``GetTask``, or a
340-
``SearchTasks`` call.
338+
populated in the response of a ``GetTask`` call.
341339
"""
342340

343341
class State(proto.Enum):
@@ -366,8 +364,8 @@ class TaskInfo(proto.Message):
366364
Attributes:
367365
task_id (str):
368366
The Task ID. This field won't be populated in the response
369-
of either a ``GetTask``, or a ``SearchTasks`` call. Task IDs
370-
are subject to the following restrictions:
367+
of a ``GetTask`` call. Task IDs are subject to the following
368+
restrictions:
371369
372370
- Must be a valid Unicode string.
373371
- Limited to a maximum length of 64 characters.

0 commit comments

Comments
 (0)