| Modifier and Type | Method and Description |
|---|---|
static GtfsRealtime.VehiclePosition.CongestionLevel |
GtfsRealtime.VehiclePosition.CongestionLevel.forNumber(int value) |
GtfsRealtime.VehiclePosition.CongestionLevel |
GtfsRealtime.VehiclePositionOrBuilder.getCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6; |
GtfsRealtime.VehiclePosition.CongestionLevel |
GtfsRealtime.VehiclePosition.getCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6; |
GtfsRealtime.VehiclePosition.CongestionLevel |
GtfsRealtime.VehiclePosition.Builder.getCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6; |
static GtfsRealtime.VehiclePosition.CongestionLevel |
GtfsRealtime.VehiclePosition.CongestionLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GtfsRealtime.VehiclePosition.CongestionLevel |
GtfsRealtime.VehiclePosition.CongestionLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GtfsRealtime.VehiclePosition.CongestionLevel |
GtfsRealtime.VehiclePosition.CongestionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GtfsRealtime.VehiclePosition.CongestionLevel[] |
GtfsRealtime.VehiclePosition.CongestionLevel.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<GtfsRealtime.VehiclePosition.CongestionLevel> |
GtfsRealtime.VehiclePosition.CongestionLevel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GtfsRealtime.VehiclePosition.Builder |
GtfsRealtime.VehiclePosition.Builder.setCongestionLevel(GtfsRealtime.VehiclePosition.CongestionLevel value)
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6; |
Copyright © 2019. All rights reserved.