Skip to content

Commit

Permalink
docs: remove comment about deleted SearchTasks method
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632239342
  • Loading branch information
Google APIs authored and Copybara-Service committed May 9, 2024
1 parent 11ebe1f commit 155f256
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions google/maps/fleetengine/delivery/v1/delivery_vehicles.proto
Expand Up @@ -216,9 +216,8 @@ message VehicleJourneySegment {
message VehicleStop {
// Additional information about the Task performed at this stop.
message TaskInfo {
// 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:
// The Task ID. This field won't be populated in the response 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 Expand Up @@ -256,15 +255,14 @@ message VehicleStop {

// 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.
// of it. This field won't be populated in the response of a `GetTask` call.
LocationInfo planned_location = 1 [(google.api.field_behavior) = REQUIRED];

// 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.
// populated in the response of a `GetTask` call.
repeated TaskInfo tasks = 2;

// The state of the `VehicleStop`. This field won't be populated in the
// response of either a `GetTask`, or a `SearchTasks` call.
// response of a `GetTask` call.
State state = 3;
}

0 comments on commit 155f256

Please sign in to comment.