Skip to content

Commit

Permalink
docs: [fleetengine-delivery] update comment link for ListTasks filter (
Browse files Browse the repository at this point in the history
…#5661)

* docs: update comment link for ListTasks filter

PiperOrigin-RevId: 671458761

Source-Link: googleapis/googleapis@d302931

Source-Link: googleapis/googleapis-gen@fe4884a
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUtZGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6ImZlNDg4NGE5ZDIwMTM2NDdjMzRkZGNkNGY4ZGYxZDFkODhjOWVlZDQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Sep 12, 2024
1 parent 6c41b8c commit 1b10ce5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ message ListTasksRequest {
// 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 [List
// tasks](https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
// tasks](https://developers.google.com/maps/documentation/mobility/fleet-engine/journeys/tasks/find-tasks#filter_listed_tasks).
string filter = 6 [(google.api.field_behavior) = OPTIONAL];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function main(parent) {
* 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 List
* tasks (https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
* tasks (https://developers.google.com/maps/documentation/mobility/fleet-engine/journeys/tasks/find-tasks#filter_listed_tasks).
*/
// const filter = 'abc123'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ export class DeliveryServiceClient {
* 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 [List
* tasks](https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
* tasks](https://developers.google.com/maps/documentation/mobility/fleet-engine/journeys/tasks/find-tasks#filter_listed_tasks).
* @param {object} [options]
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
* @returns {Promise} - The promise which resolves to an array.
Expand Down Expand Up @@ -1478,7 +1478,7 @@ export class DeliveryServiceClient {
* 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 [List
* tasks](https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
* tasks](https://developers.google.com/maps/documentation/mobility/fleet-engine/journeys/tasks/find-tasks#filter_listed_tasks).
* @param {object} [options]
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
* @returns {Stream}
Expand Down Expand Up @@ -1550,7 +1550,7 @@ export class DeliveryServiceClient {
* 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 [List
* tasks](https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
* tasks](https://developers.google.com/maps/documentation/mobility/fleet-engine/journeys/tasks/find-tasks#filter_listed_tasks).
* @param {object} [options]
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
* @returns {Object}
Expand Down

0 comments on commit 1b10ce5

Please sign in to comment.