| Modifier and Type | Method and Description |
|---|---|
static BackoffMode |
BackoffMode.forNumber(int value) |
BackoffMode |
Retry.getBackoffMode()
Optional.
|
BackoffMode |
Retry.Builder.getBackoffMode()
Optional.
|
BackoffMode |
RetryOrBuilder.getBackoffMode()
Optional.
|
BackoffMode |
RetryPhase.getBackoffMode()
Output only.
|
BackoffMode |
RetryPhase.Builder.getBackoffMode()
Output only.
|
BackoffMode |
RetryPhaseOrBuilder.getBackoffMode()
Output only.
|
static BackoffMode |
BackoffMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BackoffMode |
BackoffMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BackoffMode |
BackoffMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackoffMode[] |
BackoffMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<BackoffMode> |
BackoffMode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Retry.Builder |
Retry.Builder.setBackoffMode(BackoffMode value)
Optional.
|
RetryPhase.Builder |
RetryPhase.Builder.setBackoffMode(BackoffMode value)
Output only.
|
Copyright © 2024 Google LLC. All rights reserved.