| Modifier and Type | Method and Description |
|---|---|
static RetryConfig.NumAttemptsCase |
RetryConfig.NumAttemptsCase.forNumber(int value) |
RetryConfig.NumAttemptsCase |
RetryConfig.getNumAttemptsCase() |
RetryConfig.NumAttemptsCase |
RetryConfig.Builder.getNumAttemptsCase() |
RetryConfig.NumAttemptsCase |
RetryConfigOrBuilder.getNumAttemptsCase() |
static RetryConfig.NumAttemptsCase |
RetryConfig.NumAttemptsCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Copyright © 2024 Google LLC. All rights reserved.