| Modifier and Type | Method and Description |
|---|---|
static TransitPreferences.TransitRoutingPreference |
TransitPreferences.TransitRoutingPreference.forNumber(int value) |
TransitPreferences.TransitRoutingPreference |
TransitPreferencesOrBuilder.getRoutingPreference()
A routing preference that, when specified, influences the `TRANSIT` route
returned.
|
TransitPreferences.TransitRoutingPreference |
TransitPreferences.getRoutingPreference()
A routing preference that, when specified, influences the `TRANSIT` route
returned.
|
TransitPreferences.TransitRoutingPreference |
TransitPreferences.Builder.getRoutingPreference()
A routing preference that, when specified, influences the `TRANSIT` route
returned.
|
static TransitPreferences.TransitRoutingPreference |
TransitPreferences.TransitRoutingPreference.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransitPreferences.TransitRoutingPreference |
TransitPreferences.TransitRoutingPreference.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransitPreferences.TransitRoutingPreference |
TransitPreferences.TransitRoutingPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitPreferences.TransitRoutingPreference[] |
TransitPreferences.TransitRoutingPreference.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<TransitPreferences.TransitRoutingPreference> |
TransitPreferences.TransitRoutingPreference.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TransitPreferences.Builder |
TransitPreferences.Builder.setRoutingPreference(TransitPreferences.TransitRoutingPreference value)
A routing preference that, when specified, influences the `TRANSIT` route
returned.
|
Copyright © 2025 Google LLC. All rights reserved.