google-cloud-node
google-cloud-node copied to clipboard
v2.FunctionServiceClient listFunctions* not returning results when CloudFunctionsServiceClient does
- 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
- Use the example code from the README to listFunctions: it works!
- Switch
CloudFunctionsServiceClient
tov2.FunctionServiceClient
, and now it is no longer returning any results. (for eitherlistFunctions
orlistFunctionsAsync
)
Hi!
Thanks for raising this issue! I was able to recreate this behavior and it seems to be a problem with the API. I will raise this to the appropriate team and update this issue once resolved.
Thanks!