public static interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TripUpdate.StopTimeUpdate>
Modifier and Type | Method and Description |
---|---|
GtfsRealtime.TripUpdate.StopTimeEvent |
getArrival()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2; |
GtfsRealtime.TripUpdate.StopTimeEventOrBuilder |
getArrivalOrBuilder()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2; |
GtfsRealtime.TripUpdate.StopTimeEvent |
getDeparture()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3; |
GtfsRealtime.TripUpdate.StopTimeEventOrBuilder |
getDepartureOrBuilder()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3; |
GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship |
getScheduleRelationship()
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED]; |
String |
getStopId()
optional string stop_id = 4; |
com.google.protobuf.ByteString |
getStopIdBytes()
optional string stop_id = 4; |
int |
getStopSequence()
optional uint32 stop_sequence = 1; |
boolean |
hasArrival()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2; |
boolean |
hasDeparture()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3; |
boolean |
hasScheduleRelationship()
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED]; |
boolean |
hasStopId()
optional string stop_id = 4; |
boolean |
hasStopSequence()
optional uint32 stop_sequence = 1; |
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
boolean hasStopSequence()
optional uint32 stop_sequence = 1;
Must be the same as in stop_times.txt in the corresponding GTFS feed.
int getStopSequence()
optional uint32 stop_sequence = 1;
Must be the same as in stop_times.txt in the corresponding GTFS feed.
boolean hasStopId()
optional string stop_id = 4;
Must be the same as in stops.txt in the corresponding GTFS feed.
String getStopId()
optional string stop_id = 4;
Must be the same as in stops.txt in the corresponding GTFS feed.
com.google.protobuf.ByteString getStopIdBytes()
optional string stop_id = 4;
Must be the same as in stops.txt in the corresponding GTFS feed.
boolean hasArrival()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
GtfsRealtime.TripUpdate.StopTimeEvent getArrival()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getArrivalOrBuilder()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
boolean hasDeparture()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
GtfsRealtime.TripUpdate.StopTimeEvent getDeparture()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getDepartureOrBuilder()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
boolean hasScheduleRelationship()
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship getScheduleRelationship()
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
Copyright © 2019. All rights reserved.