public static interface GtfsRealtime.EntitySelectorOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<GtfsRealtime.EntitySelector>
| Modifier and Type | Method and Description |
|---|---|
String |
getAgencyId()
The values of the fields should correspond to the appropriate fields in the
GTFS feed.
|
com.google.protobuf.ByteString |
getAgencyIdBytes()
The values of the fields should correspond to the appropriate fields in the
GTFS feed.
|
String |
getRouteId()
optional string route_id = 2; |
com.google.protobuf.ByteString |
getRouteIdBytes()
optional string route_id = 2; |
int |
getRouteType()
corresponds to route_type in GTFS.
|
String |
getStopId()
optional string stop_id = 5; |
com.google.protobuf.ByteString |
getStopIdBytes()
optional string stop_id = 5; |
GtfsRealtime.TripDescriptor |
getTrip()
optional .transit_realtime.TripDescriptor trip = 4; |
GtfsRealtime.TripDescriptorOrBuilder |
getTripOrBuilder()
optional .transit_realtime.TripDescriptor trip = 4; |
boolean |
hasAgencyId()
The values of the fields should correspond to the appropriate fields in the
GTFS feed.
|
boolean |
hasRouteId()
optional string route_id = 2; |
boolean |
hasRouteType()
corresponds to route_type in GTFS.
|
boolean |
hasStopId()
optional string stop_id = 5; |
boolean |
hasTrip()
optional .transit_realtime.TripDescriptor trip = 4; |
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasAgencyId()
The values of the fields should correspond to the appropriate fields in the GTFS feed. At least one specifier must be given. If several are given, then the matching has to apply to all the given specifiers.
optional string agency_id = 1;String getAgencyId()
The values of the fields should correspond to the appropriate fields in the GTFS feed. At least one specifier must be given. If several are given, then the matching has to apply to all the given specifiers.
optional string agency_id = 1;com.google.protobuf.ByteString getAgencyIdBytes()
The values of the fields should correspond to the appropriate fields in the GTFS feed. At least one specifier must be given. If several are given, then the matching has to apply to all the given specifiers.
optional string agency_id = 1;boolean hasRouteId()
optional string route_id = 2;String getRouteId()
optional string route_id = 2;com.google.protobuf.ByteString getRouteIdBytes()
optional string route_id = 2;boolean hasRouteType()
corresponds to route_type in GTFS.
optional int32 route_type = 3;int getRouteType()
corresponds to route_type in GTFS.
optional int32 route_type = 3;boolean hasTrip()
optional .transit_realtime.TripDescriptor trip = 4;GtfsRealtime.TripDescriptor getTrip()
optional .transit_realtime.TripDescriptor trip = 4;GtfsRealtime.TripDescriptorOrBuilder getTripOrBuilder()
optional .transit_realtime.TripDescriptor trip = 4;boolean hasStopId()
optional string stop_id = 5;String getStopId()
optional string stop_id = 5;com.google.protobuf.ByteString getStopIdBytes()
optional string stop_id = 5;Copyright © 2019. All rights reserved.