Update RetrySettings guide to use the java.time methods #11027
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: docs
Improvement to the documentation for an API.
https://github.com/googleapis/google-cloud-java/blob/main/docs/client_retries.md has some sample code that uses the gax methods for setting RetrySettings that use java.threeten. Given googleapis/sdk-platform-java#1872 has been merged, we should update the guide to make use of the new methods that use java.time to encourage users to use those methods instead.
For example:
should be rewritten to:
The text was updated successfully, but these errors were encountered: