Investigate if a transport parameter is needed for REST
LRO client classes
#726
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
We currently have separate client classes for each combination of
[async, sync] x [gRPC, REST]
transports. We also maintain separate transport classes for REST.Given the above case, it's worth figuring out if a transport parameter adds any value in the
REST
client classes.The text was updated successfully, but these errors were encountered: