public static interface GtfsRealtime.EntitySelectorOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.EntitySelector>
Modifier and Type | Method and Description |
---|---|
String |
getAgencyId()
optional string agency_id = 1; |
com.google.protobuf.ByteString |
getAgencyIdBytes()
optional string agency_id = 1; |
String |
getRouteId()
optional string route_id = 2; |
com.google.protobuf.ByteString |
getRouteIdBytes()
optional string route_id = 2; |
int |
getRouteType()
optional int32 route_type = 3; |
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()
optional string agency_id = 1; |
boolean |
hasRouteId()
optional string route_id = 2; |
boolean |
hasRouteType()
optional int32 route_type = 3; |
boolean |
hasStopId()
optional string stop_id = 5; |
boolean |
hasTrip()
optional .transit_realtime.TripDescriptor trip = 4; |
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
boolean hasAgencyId()
optional string agency_id = 1;
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.
String getAgencyId()
optional string agency_id = 1;
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.
com.google.protobuf.ByteString getAgencyIdBytes()
optional string agency_id = 1;
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.
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()
optional int32 route_type = 3;
corresponds to route_type in GTFS.
int getRouteType()
optional int32 route_type = 3;
corresponds to route_type in GTFS.
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.