Closed 1232ynp closed 1 year ago
v1 uses call_function to run CloudFunctions system tests. I wanted to do the same system test with v2. Specifically, the system built with CloudFunctions + CloudScheduler + CloudPub/Sub is tested with the CI/CD step using CloudBuild.
Added call_function in v2. Please leave a review.
Hi @1232ynp,
Thanks for reporting this issue and opening a pull request. The call_function
functionality is not available in functions v2 API itself. I'm going to close the PR as this feature is not present on the back end.
I will keep this issue open so that we can provide updates as we receive them from the API team.
Please use the following support page to reach out to the API support team directly: https://cloud.google.com/functions/docs/getting-support
Googlers see b/200729263
I've filed a feature request in the public issue tracker here https://b.corp.google.com/issues/278353662. I'm going to close this issue as a duplicate of https://b.corp.google.com/issues/278353662.
v1 has call_function as shown below. Why is it not present in v2?
https://github.com/googleapis/python-functions/blob/c8835727e808c97bf3ec04b2732693e2eaa319fe/google/cloud/functions_v1/services/cloud_functions_service/client.py#L1081