Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.FunctionServiceClient listFunctions* not returning results when CloudFunctionsServiceClient does #3538

Open
jacobsandlund opened this issue Aug 18, 2022 · 1 comment
Labels
api: cloudfunctions Issues related to the Cloud Run functions API. external This issue is blocked on a bug with the actual product. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@jacobsandlund
Copy link

  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)
@jacobsandlund jacobsandlund added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 18, 2022
@product-auto-label product-auto-label bot added the api: cloudfunctions Issues related to the Cloud Run functions API. label Aug 18, 2022
@rogerthatdev rogerthatdev self-assigned this Aug 25, 2022
@rogerthatdev
Copy link

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!

@iennae iennae added the external This issue is blocked on a bug with the actual product. label Aug 26, 2022
@sofisl sofisl transferred this issue from googleapis/nodejs-functions Nov 11, 2022
@rogerthatdev rogerthatdev removed their assignment Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudfunctions Issues related to the Cloud Run functions API. external This issue is blocked on a bug with the actual product. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants