gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Add support for the following parameters in async REST

Open ohmayr opened this issue 1 year ago • 0 comments

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",

ohmayr avatar Sep 10 '24 18:09 ohmayr