Uses of Class
com.google.cloud.tasks.v2beta2.RetryConfig.NumAttemptsCase
-
Packages that use RetryConfig.NumAttemptsCase Package Description com.google.cloud.tasks.v2beta2 A client to Cloud Tasks API -
-
Uses of RetryConfig.NumAttemptsCase in com.google.cloud.tasks.v2beta2
Methods in com.google.cloud.tasks.v2beta2 that return RetryConfig.NumAttemptsCase Modifier and Type Method Description static RetryConfig.NumAttemptsCase
RetryConfig.NumAttemptsCase. forNumber(int value)
RetryConfig.NumAttemptsCase
RetryConfig.Builder. getNumAttemptsCase()
RetryConfig.NumAttemptsCase
RetryConfig. getNumAttemptsCase()
RetryConfig.NumAttemptsCase
RetryConfigOrBuilder. getNumAttemptsCase()
static RetryConfig.NumAttemptsCase
RetryConfig.NumAttemptsCase. valueOf(int value)
Deprecated.static RetryConfig.NumAttemptsCase
RetryConfig.NumAttemptsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static RetryConfig.NumAttemptsCase[]
RetryConfig.NumAttemptsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-