googleapis / googleapis/google-cloud-python
Add support for the following parameters in async REST
Open
priority: p2
type: feature request
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.8k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 122
Description
The following parameters need to be supported in asynchronous REST transport class for feature parity with synchronous REST:
```
"google.api_core.client_options.ClientOptions.credentials_file",
"google.api_core.client_options.ClientOptions.scopes",
"google.api_core.client_options.ClientOptions.quota_project_id",
"google.api_core.client_options.ClientOptions.client_cert_source",
"google.api_core.client_options.ClientOptions.api_audience",
```
Contributor guide
Assessment
This issue has not been assessed yet.