googleapis / gapic-generator-python

Generate Python API client libraries from Protocol Buffers.
Apache License 2.0
122 stars 69 forks source link

[async rest] refactor missing parameter logic for async rest #2222

Open ohmayr opened 1 month ago

ohmayr commented 1 month ago

Similar to what we're doing for LROs in google-api-core, move the missing parameter logic to raise an exception from the client layer to the async rest transport layer.