| Modifier and Type | Method and Description |
|---|---|
FallbackInfo |
FallbackInfo.Builder.build() |
FallbackInfo |
FallbackInfo.Builder.buildPartial() |
static FallbackInfo |
FallbackInfo.getDefaultInstance() |
FallbackInfo |
FallbackInfo.getDefaultInstanceForType() |
FallbackInfo |
FallbackInfo.Builder.getDefaultInstanceForType() |
FallbackInfo |
ComputeRoutesResponseOrBuilder.getFallbackInfo()
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 |
RouteMatrixElement.getFallbackInfo()
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 |
RouteMatrixElement.Builder.getFallbackInfo()
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 |
ComputeRoutesResponse.getFallbackInfo()
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 |
ComputeRoutesResponse.Builder.getFallbackInfo()
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 |
RouteMatrixElementOrBuilder.getFallbackInfo()
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.
|
static FallbackInfo |
FallbackInfo.parseDelimitedFrom(InputStream input) |
static FallbackInfo |
FallbackInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FallbackInfo |
FallbackInfo.parseFrom(byte[] data) |
static FallbackInfo |
FallbackInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FallbackInfo |
FallbackInfo.parseFrom(ByteBuffer data) |
static FallbackInfo |
FallbackInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FallbackInfo |
FallbackInfo.parseFrom(com.google.protobuf.ByteString data) |
static FallbackInfo |
FallbackInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FallbackInfo |
FallbackInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static FallbackInfo |
FallbackInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FallbackInfo |
FallbackInfo.parseFrom(InputStream input) |
static FallbackInfo |
FallbackInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FallbackInfo> |
FallbackInfo.getParserForType() |
static com.google.protobuf.Parser<FallbackInfo> |
FallbackInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
RouteMatrixElement.Builder |
RouteMatrixElement.Builder.mergeFallbackInfo(FallbackInfo value)
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.mergeFallbackInfo(FallbackInfo value)
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(FallbackInfo other) |
static FallbackInfo.Builder |
FallbackInfo.newBuilder(FallbackInfo prototype) |
RouteMatrixElement.Builder |
RouteMatrixElement.Builder.setFallbackInfo(FallbackInfo value)
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 value)
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.