googleapis / googleapis/google-cloud-node
v2.FunctionServiceClient listFunctions* not returning results when CloudFunctionsServiceClient does
Open
api: cloudfunctions
external
priority: p2
type: bug
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 712
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 99
Description
1) Is this a client library issue or a product issue?
Issue with the `@google-cloud/functions` npm package.
#### Environment details
- OS: macOS
- Node.js version: 16.13.2
- npm version: 8.1.2
- `@google-cloud/functions` version: 2.2.0
#### Steps to reproduce
1. Use the example code from the README to listFunctions: it works!
2. Switch `CloudFunctionsServiceClient` to `v2.FunctionServiceClient`, and now it is no longer returning any results. (for either `listFunctions` or `listFunctionsAsync`)
3.
Contributor guide
Assessment
This issue has not been assessed yet.