Skip to content

Commit

Permalink
docs: [google-maps-fleetengine-delivery] remove comment about deleted…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
3 people authored May 10, 2024
1 parent b855629 commit 11fb7ce
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 11fb7ce

Please sign in to comment.