gax-python icon indicating copy to clipboard operation
gax-python copied to clipboard

Longrunning should use the service's YAML config, not longrunning's.

Open lukesneeringer opened this issue 8 years ago • 0 comments

The client google.gapic.longrunning is passed certain information; this should include the client_config, which should take precedence over the values in operations_client_config.json.

Currently, the retry_params in the latter file seem to take precedence, which effectively cuts off API-level configuration for LRO operations.

lukesneeringer avatar Mar 08 '17 15:03 lukesneeringer