public interface FallbackInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FallbackReason |
getReason()
The reason why fallback response was used instead of the original response.
|
int |
getReasonValue()
The reason why fallback response was used instead of the original response.
|
FallbackRoutingMode |
getRoutingMode()
Routing mode used for the response.
|
int |
getRoutingModeValue()
Routing mode used for the response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRoutingModeValue()
Routing mode used for the response. If fallback was triggered, the mode may be different from routing preference set in the original client request.
.google.maps.routing.v2.FallbackRoutingMode routing_mode = 1;FallbackRoutingMode getRoutingMode()
Routing mode used for the response. If fallback was triggered, the mode may be different from routing preference set in the original client request.
.google.maps.routing.v2.FallbackRoutingMode routing_mode = 1;int getReasonValue()
The reason why fallback response was used instead of the original response. This field is only populated when the fallback mode is triggered and the fallback response is returned.
.google.maps.routing.v2.FallbackReason reason = 2;FallbackReason getReason()
The reason why fallback response was used instead of the original response. This field is only populated when the fallback mode is triggered and the fallback response is returned.
.google.maps.routing.v2.FallbackReason reason = 2;Copyright © 2025 Google LLC. All rights reserved.