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