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.NumAttemptsCaseRetryConfig.NumAttemptsCase. forNumber(int value)RetryConfig.NumAttemptsCaseRetryConfig.Builder. getNumAttemptsCase()RetryConfig.NumAttemptsCaseRetryConfig. getNumAttemptsCase()RetryConfig.NumAttemptsCaseRetryConfigOrBuilder. getNumAttemptsCase()static RetryConfig.NumAttemptsCaseRetryConfig.NumAttemptsCase. valueOf(int value)Deprecated.static RetryConfig.NumAttemptsCaseRetryConfig.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.
-