public static interface GtfsRealtime.FeedHeaderOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.FeedHeader>
Modifier and Type | Method and Description |
---|---|
String |
getGtfsRealtimeVersion()
required string gtfs_realtime_version = 1; |
com.google.protobuf.ByteString |
getGtfsRealtimeVersionBytes()
required string gtfs_realtime_version = 1; |
GtfsRealtime.FeedHeader.Incrementality |
getIncrementality()
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET]; |
long |
getTimestamp()
optional uint64 timestamp = 3; |
boolean |
hasGtfsRealtimeVersion()
required string gtfs_realtime_version = 1; |
boolean |
hasIncrementality()
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET]; |
boolean |
hasTimestamp()
optional uint64 timestamp = 3; |
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
boolean hasGtfsRealtimeVersion()
required string gtfs_realtime_version = 1;
Version of the feed specification. The current version is 1.0.
String getGtfsRealtimeVersion()
required string gtfs_realtime_version = 1;
Version of the feed specification. The current version is 1.0.
com.google.protobuf.ByteString getGtfsRealtimeVersionBytes()
required string gtfs_realtime_version = 1;
Version of the feed specification. The current version is 1.0.
boolean hasIncrementality()
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
GtfsRealtime.FeedHeader.Incrementality getIncrementality()
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
boolean hasTimestamp()
optional uint64 timestamp = 3;
This timestamp identifies the moment when the content of this feed has been created (in server time). In POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC).
long getTimestamp()
optional uint64 timestamp = 3;
This timestamp identifies the moment when the content of this feed has been created (in server time). In POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC).
Copyright © 2018. All rights reserved.