| Modifier and Type | Method and Description |
|---|---|
static RouteLabel |
RouteLabel.forNumber(int value) |
RouteLabel |
Route.getRouteLabels(int index)
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
RouteLabel |
Route.Builder.getRouteLabels(int index)
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
RouteLabel |
RouteOrBuilder.getRouteLabels(int index)
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
static RouteLabel |
RouteLabel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RouteLabel |
RouteLabel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RouteLabel |
RouteLabel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteLabel[] |
RouteLabel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteLabel> |
Route.getRouteLabelsList()
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
List<RouteLabel> |
Route.Builder.getRouteLabelsList()
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
List<RouteLabel> |
RouteOrBuilder.getRouteLabelsList()
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
static com.google.protobuf.Internal.EnumLiteMap<RouteLabel> |
RouteLabel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.addRouteLabels(RouteLabel value)
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
Route.Builder |
Route.Builder.setRouteLabels(int index,
RouteLabel value)
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.addAllRouteLabels(Iterable<? extends RouteLabel> values)
Labels for the `Route` that are useful to identify specific properties
of the route to compare against others.
|
Copyright © 2025 Google LLC. All rights reserved.