public static interface GtfsRealtime.VehicleDescriptorOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<GtfsRealtime.VehicleDescriptor>
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Internal system identification of the vehicle.
|
com.google.protobuf.ByteString |
getIdBytes()
Internal system identification of the vehicle.
|
String |
getLabel()
User visible label, i.e., something that must be shown to the passenger to
help identify the correct vehicle.
|
com.google.protobuf.ByteString |
getLabelBytes()
User visible label, i.e., something that must be shown to the passenger to
help identify the correct vehicle.
|
String |
getLicensePlate()
The license plate of the vehicle.
|
com.google.protobuf.ByteString |
getLicensePlateBytes()
The license plate of the vehicle.
|
boolean |
hasId()
Internal system identification of the vehicle.
|
boolean |
hasLabel()
User visible label, i.e., something that must be shown to the passenger to
help identify the correct vehicle.
|
boolean |
hasLicensePlate()
The license plate of the vehicle.
|
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasId()
Internal system identification of the vehicle. Should be unique per vehicle, and can be used for tracking the vehicle as it proceeds through the system.
optional string id = 1;String getId()
Internal system identification of the vehicle. Should be unique per vehicle, and can be used for tracking the vehicle as it proceeds through the system.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
Internal system identification of the vehicle. Should be unique per vehicle, and can be used for tracking the vehicle as it proceeds through the system.
optional string id = 1;boolean hasLabel()
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
optional string label = 2;String getLabel()
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
optional string label = 2;com.google.protobuf.ByteString getLabelBytes()
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
optional string label = 2;boolean hasLicensePlate()
The license plate of the vehicle.
optional string license_plate = 3;String getLicensePlate()
The license plate of the vehicle.
optional string license_plate = 3;com.google.protobuf.ByteString getLicensePlateBytes()
The license plate of the vehicle.
optional string license_plate = 3;Copyright © 2019. All rights reserved.