Implement maxAttempts
inside the RetrySettings for GAPICs
#2306
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
RetrySettingsComposer doesn't have logic to create set the
maxAttempts
value:sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java
Lines 495 to 588 in 087253a
Searching through google-cloud-java shows that there aren't any occurrences of setMaxAttempts being generated in the StubSettings: https://github.com/search?q=repo%3Agoogleapis%2Fgoogle-cloud-java%20setMaxAttempts&type=code
The text was updated successfully, but these errors were encountered: