Class RetryOption

java.lang.Object
com.google.cloud.RetryOption
All Implemented Interfaces:
Serializable

@BetaApi public class RetryOption extends Object implements Serializable
This class represents an options wrapper around the RetrySettings class and is an alternative way of initializing it. The retry options are usually provided in a form of varargs for methods that wait for changes in the status of a resource, do poll operations or retry on failures.
See Also: