Package | Description |
---|---|
com.google.transit.realtime |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GtfsRealtime.TimeRange> |
GtfsRealtime.TimeRange.PARSER |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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; |
Modifier and Type | Method and Description |
---|---|
GtfsRealtime.Alert.Builder |
GtfsRealtime.Alert.Builder.addAllActivePeriod(Iterable<? extends GtfsRealtime.TimeRange> values)
repeated .transit_realtime.TimeRange active_period = 1; |
Copyright © 2019. All rights reserved.