| Modifier and Type | Method and Description |
|---|---|
static RouteMatrixElementCondition |
RouteMatrixElementCondition.forNumber(int value) |
RouteMatrixElementCondition |
RouteMatrixElement.getCondition()
Indicates whether the route was found or not.
|
RouteMatrixElementCondition |
RouteMatrixElement.Builder.getCondition()
Indicates whether the route was found or not.
|
RouteMatrixElementCondition |
RouteMatrixElementOrBuilder.getCondition()
Indicates whether the route was found or not.
|
static RouteMatrixElementCondition |
RouteMatrixElementCondition.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RouteMatrixElementCondition |
RouteMatrixElementCondition.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RouteMatrixElementCondition |
RouteMatrixElementCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteMatrixElementCondition[] |
RouteMatrixElementCondition.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<RouteMatrixElementCondition> |
RouteMatrixElementCondition.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RouteMatrixElement.Builder |
RouteMatrixElement.Builder.setCondition(RouteMatrixElementCondition value)
Indicates whether the route was found or not.
|
Copyright © 2025 Google LLC. All rights reserved.