googleapis / googleapis/google-cloud-node
[dataflow] Add "name" parameter in aggregatedListJobs request
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 712
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 99
Description
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
**Is your feature request related to a problem? Please describe.**
The rest API supports the optional parameter "name" to filter the list of jobs by name. https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs/aggregated
We would like to use the @google-cloud/dataflow client API to have this functionality
**Describe the solution you'd like**
Be able to pass in a jobName and receive a list of jobs with this name
**Describe alternatives you've considered**
Using the REST API directly
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.