| Modifier and Type | Method and Description |
|---|---|
static FallbackReason |
FallbackReason.forNumber(int value) |
FallbackReason |
FallbackInfo.getReason()
The reason why fallback response was used instead of the original response.
|
FallbackReason |
FallbackInfo.Builder.getReason()
The reason why fallback response was used instead of the original response.
|
FallbackReason |
FallbackInfoOrBuilder.getReason()
The reason why fallback response was used instead of the original response.
|
static FallbackReason |
FallbackReason.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FallbackReason |
FallbackReason.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FallbackReason |
FallbackReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FallbackReason[] |
FallbackReason.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<FallbackReason> |
FallbackReason.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
FallbackInfo.Builder |
FallbackInfo.Builder.setReason(FallbackReason value)
The reason why fallback response was used instead of the original response.
|
Copyright © 2025 Google LLC. All rights reserved.