| Modifier and Type | Method and Description |
|---|---|
static TransitVehicle.TransitVehicleType |
TransitVehicle.TransitVehicleType.forNumber(int value) |
TransitVehicle.TransitVehicleType |
TransitVehicleOrBuilder.getType()
The type of vehicle used.
|
TransitVehicle.TransitVehicleType |
TransitVehicle.getType()
The type of vehicle used.
|
TransitVehicle.TransitVehicleType |
TransitVehicle.Builder.getType()
The type of vehicle used.
|
static TransitVehicle.TransitVehicleType |
TransitVehicle.TransitVehicleType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransitVehicle.TransitVehicleType |
TransitVehicle.TransitVehicleType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransitVehicle.TransitVehicleType |
TransitVehicle.TransitVehicleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitVehicle.TransitVehicleType[] |
TransitVehicle.TransitVehicleType.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<TransitVehicle.TransitVehicleType> |
TransitVehicle.TransitVehicleType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TransitVehicle.Builder |
TransitVehicle.Builder.setType(TransitVehicle.TransitVehicleType value)
The type of vehicle used.
|
Copyright © 2025 Google LLC. All rights reserved.