| Modifier and Type | Method and Description |
|---|---|
FallbackInfo.Builder |
FallbackInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FallbackInfo.Builder |
FallbackInfo.Builder.clear() |
FallbackInfo.Builder |
FallbackInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FallbackInfo.Builder |
FallbackInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FallbackInfo.Builder |
FallbackInfo.Builder.clearReason()
The reason why fallback response was used instead of the original response.
|
FallbackInfo.Builder |
FallbackInfo.Builder.clearRoutingMode()
Routing mode used for the response.
|
FallbackInfo.Builder |
FallbackInfo.Builder.clone() |
FallbackInfo.Builder |
RouteMatrixElement.Builder.getFallbackInfoBuilder()
In some cases when the server is not able to compute the route with the
given preferences for this particular origin/destination pair, it may
fall back to using a different mode of computation.
|
FallbackInfo.Builder |
ComputeRoutesResponse.Builder.getFallbackInfoBuilder()
In some cases when the server is not able to compute the route results with
all of the input preferences, it may fallback to using a different way of
computation.
|
FallbackInfo.Builder |
FallbackInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FallbackInfo.Builder |
FallbackInfo.Builder.mergeFrom(FallbackInfo other) |
FallbackInfo.Builder |
FallbackInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
FallbackInfo.Builder |
FallbackInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FallbackInfo.Builder |
FallbackInfo.newBuilder() |
static FallbackInfo.Builder |
FallbackInfo.newBuilder(FallbackInfo prototype) |
FallbackInfo.Builder |
FallbackInfo.newBuilderForType() |
protected FallbackInfo.Builder |
FallbackInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FallbackInfo.Builder |
FallbackInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FallbackInfo.Builder |
FallbackInfo.Builder.setReason(FallbackReason value)
The reason why fallback response was used instead of the original response.
|
FallbackInfo.Builder |
FallbackInfo.Builder.setReasonValue(int value)
The reason why fallback response was used instead of the original response.
|
FallbackInfo.Builder |
FallbackInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FallbackInfo.Builder |
FallbackInfo.Builder.setRoutingMode(FallbackRoutingMode value)
Routing mode used for the response.
|
FallbackInfo.Builder |
FallbackInfo.Builder.setRoutingModeValue(int value)
Routing mode used for the response.
|
FallbackInfo.Builder |
FallbackInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FallbackInfo.Builder |
FallbackInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RouteMatrixElement.Builder |
RouteMatrixElement.Builder.setFallbackInfo(FallbackInfo.Builder builderForValue)
In some cases when the server is not able to compute the route with the
given preferences for this particular origin/destination pair, it may
fall back to using a different mode of computation.
|
ComputeRoutesResponse.Builder |
ComputeRoutesResponse.Builder.setFallbackInfo(FallbackInfo.Builder builderForValue)
In some cases when the server is not able to compute the route results with
all of the input preferences, it may fallback to using a different way of
computation.
|
Copyright © 2025 Google LLC. All rights reserved.