Uses of Class
com.google.transit.realtime.GtfsRealtime.TripUpdate

Uses of GtfsRealtime.TripUpdate in com.google.transit.realtime
 

Fields in com.google.transit.realtime with type parameters of type GtfsRealtime.TripUpdate
static com.google.protobuf.Parser<GtfsRealtime.TripUpdate> GtfsRealtime.TripUpdate.PARSER
           
 

Methods in com.google.transit.realtime that return GtfsRealtime.TripUpdate
 GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.Builder.build()
           
 GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.Builder.buildPartial()
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.getDefaultInstance()
           
 GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.getDefaultInstanceForType()
           
 GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.Builder.getDefaultInstanceForType()
           
 GtfsRealtime.TripUpdate GtfsRealtime.FeedEntityOrBuilder.getTripUpdate()
          optional .transit_realtime.TripUpdate trip_update = 3;
 GtfsRealtime.TripUpdate GtfsRealtime.FeedEntity.getTripUpdate()
          optional .transit_realtime.TripUpdate trip_update = 3;
 GtfsRealtime.TripUpdate GtfsRealtime.FeedEntity.Builder.getTripUpdate()
          optional .transit_realtime.TripUpdate trip_update = 3;
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseDelimitedFrom(InputStream input)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseFrom(byte[] data)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseFrom(com.google.protobuf.ByteString data)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseFrom(com.google.protobuf.CodedInputStream input)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseFrom(InputStream input)
           
static GtfsRealtime.TripUpdate GtfsRealtime.TripUpdate.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.google.transit.realtime that return types with arguments of type GtfsRealtime.TripUpdate
 com.google.protobuf.Parser<GtfsRealtime.TripUpdate> GtfsRealtime.TripUpdate.getParserForType()
           
 

Methods in com.google.transit.realtime with parameters of type GtfsRealtime.TripUpdate
 GtfsRealtime.TripUpdate.Builder GtfsRealtime.TripUpdate.Builder.mergeFrom(GtfsRealtime.TripUpdate other)
           
 GtfsRealtime.FeedEntity.Builder GtfsRealtime.FeedEntity.Builder.mergeTripUpdate(GtfsRealtime.TripUpdate value)
          optional .transit_realtime.TripUpdate trip_update = 3;
static GtfsRealtime.TripUpdate.Builder GtfsRealtime.TripUpdate.newBuilder(GtfsRealtime.TripUpdate prototype)
           
 GtfsRealtime.FeedEntity.Builder GtfsRealtime.FeedEntity.Builder.setTripUpdate(GtfsRealtime.TripUpdate value)
          optional .transit_realtime.TripUpdate trip_update = 3;
 



Copyright © 2015. All Rights Reserved.