public static interface GtfsRealtime.VehicleDescriptorOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.VehicleDescriptor>
Modifier and Type | Method and Description |
---|---|
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
String |
getLabel()
optional string label = 2; |
com.google.protobuf.ByteString |
getLabelBytes()
optional string label = 2; |
String |
getLicensePlate()
optional string license_plate = 3; |
com.google.protobuf.ByteString |
getLicensePlateBytes()
optional string license_plate = 3; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasLabel()
optional string label = 2; |
boolean |
hasLicensePlate()
optional string license_plate = 3; |
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
boolean hasId()
optional string id = 1;
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.
String getId()
optional string id = 1;
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.
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
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.
boolean hasLabel()
optional string label = 2;
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
String getLabel()
optional string label = 2;
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
com.google.protobuf.ByteString getLabelBytes()
optional string label = 2;
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
boolean hasLicensePlate()
optional string license_plate = 3;
The license plate of the vehicle.
String getLicensePlate()
optional string license_plate = 3;
The license plate of the vehicle.
com.google.protobuf.ByteString getLicensePlateBytes()
optional string license_plate = 3;
The license plate of the vehicle.
Copyright © 2019. All rights reserved.