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

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

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

Methods in com.google.transit.realtime that return GtfsRealtime.TimeRange
 GtfsRealtime.TimeRange GtfsRealtime.TimeRange.Builder.build()
           
 GtfsRealtime.TimeRange GtfsRealtime.TimeRange.Builder.buildPartial()
           
 GtfsRealtime.TimeRange GtfsRealtime.AlertOrBuilder.getActivePeriod(int index)
          repeated .transit_realtime.TimeRange active_period = 1;
 GtfsRealtime.TimeRange GtfsRealtime.Alert.getActivePeriod(int index)
          repeated .transit_realtime.TimeRange active_period = 1;
 GtfsRealtime.TimeRange GtfsRealtime.Alert.Builder.getActivePeriod(int index)
          repeated .transit_realtime.TimeRange active_period = 1;
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.getDefaultInstance()
           
 GtfsRealtime.TimeRange GtfsRealtime.TimeRange.getDefaultInstanceForType()
           
 GtfsRealtime.TimeRange GtfsRealtime.TimeRange.Builder.getDefaultInstanceForType()
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseDelimitedFrom(InputStream input)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseFrom(byte[] data)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseFrom(com.google.protobuf.ByteString data)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseFrom(com.google.protobuf.CodedInputStream input)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseFrom(InputStream input)
           
static GtfsRealtime.TimeRange GtfsRealtime.TimeRange.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.google.transit.realtime that return types with arguments of type GtfsRealtime.TimeRange
 List<GtfsRealtime.TimeRange> GtfsRealtime.AlertOrBuilder.getActivePeriodList()
          repeated .transit_realtime.TimeRange active_period = 1;
 List<GtfsRealtime.TimeRange> GtfsRealtime.Alert.getActivePeriodList()
          repeated .transit_realtime.TimeRange active_period = 1;
 List<GtfsRealtime.TimeRange> GtfsRealtime.Alert.Builder.getActivePeriodList()
          repeated .transit_realtime.TimeRange active_period = 1;
 com.google.protobuf.Parser<GtfsRealtime.TimeRange> GtfsRealtime.TimeRange.getParserForType()
           
 

Methods in com.google.transit.realtime with parameters of type GtfsRealtime.TimeRange
 GtfsRealtime.Alert.Builder GtfsRealtime.Alert.Builder.addActivePeriod(GtfsRealtime.TimeRange value)
          repeated .transit_realtime.TimeRange active_period = 1;
 GtfsRealtime.Alert.Builder GtfsRealtime.Alert.Builder.addActivePeriod(int index, GtfsRealtime.TimeRange value)
          repeated .transit_realtime.TimeRange active_period = 1;
 GtfsRealtime.TimeRange.Builder GtfsRealtime.TimeRange.Builder.mergeFrom(GtfsRealtime.TimeRange other)
           
static GtfsRealtime.TimeRange.Builder GtfsRealtime.TimeRange.newBuilder(GtfsRealtime.TimeRange prototype)
           
 GtfsRealtime.Alert.Builder GtfsRealtime.Alert.Builder.setActivePeriod(int index, GtfsRealtime.TimeRange value)
          repeated .transit_realtime.TimeRange active_period = 1;
 

Method parameters in com.google.transit.realtime with type arguments of type GtfsRealtime.TimeRange
 GtfsRealtime.Alert.Builder GtfsRealtime.Alert.Builder.addAllActivePeriod(Iterable<? extends GtfsRealtime.TimeRange> values)
          repeated .transit_realtime.TimeRange active_period = 1;
 



Copyright © 2015. All Rights Reserved.