Skip to content

Commit

Permalink
docs: correct link in ListTasks documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628409831
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 26, 2024
1 parent 60536a2 commit 2802c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/maps/fleetengine/delivery/v1/delivery_api.proto
Expand Up @@ -554,8 +554,8 @@ message ListTasksRequest {
// Optional. A filter query to apply when listing Tasks. See
// http://aip.dev/160 for examples of filter syntax. If you don't specify a
// value, or if you filter on an empty string, then all Tasks are returned.
// For information about the Task properties that you can filter on, see [Task
// list](/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list_tasks).
// For information about the Task properties that you can filter on, see [List
// tasks](https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
string filter = 6 [(google.api.field_behavior) = OPTIONAL];
}

Expand Down

0 comments on commit 2802c22

Please sign in to comment.