public static interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder extends com.google.protobuf.GeneratedMessageV3.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()
Must be the same as in stops.txt in the corresponding GTFS feed.
|
com.google.protobuf.ByteString |
getStopIdBytes()
Must be the same as in stops.txt in the corresponding GTFS feed.
|
int |
getStopSequence()
Must be the same as in stop_times.txt in the corresponding GTFS feed.
|
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()
Must be the same as in stops.txt in the corresponding GTFS feed.
|
boolean |
hasStopSequence()
Must be the same as in stop_times.txt in the corresponding GTFS feed.
|
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasStopSequence()
Must be the same as in stop_times.txt in the corresponding GTFS feed.
optional uint32 stop_sequence = 1;int getStopSequence()
Must be the same as in stop_times.txt in the corresponding GTFS feed.
optional uint32 stop_sequence = 1;boolean hasStopId()
Must be the same as in stops.txt in the corresponding GTFS feed.
optional string stop_id = 4;String getStopId()
Must be the same as in stops.txt in the corresponding GTFS feed.
optional string stop_id = 4;com.google.protobuf.ByteString getStopIdBytes()
Must be the same as in stops.txt in the corresponding GTFS feed.
optional string stop_id = 4;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.