public static interface GtfsRealtime.FeedHeaderOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<GtfsRealtime.FeedHeader>
| Modifier and Type | Method and Description |
|---|---|
String |
getGtfsRealtimeVersion()
Version of the feed specification.
|
com.google.protobuf.ByteString |
getGtfsRealtimeVersionBytes()
Version of the feed specification.
|
GtfsRealtime.FeedHeader.Incrementality |
getIncrementality()
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET]; |
long |
getTimestamp()
This timestamp identifies the moment when the content of this feed has been
created (in server time).
|
boolean |
hasGtfsRealtimeVersion()
Version of the feed specification.
|
boolean |
hasIncrementality()
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET]; |
boolean |
hasTimestamp()
This timestamp identifies the moment when the content of this feed has been
created (in server time).
|
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasGtfsRealtimeVersion()
Version of the feed specification. The current version is 2.0. Valid versions are "2.0", "1.0".
required string gtfs_realtime_version = 1;String getGtfsRealtimeVersion()
Version of the feed specification. The current version is 2.0. Valid versions are "2.0", "1.0".
required string gtfs_realtime_version = 1;com.google.protobuf.ByteString getGtfsRealtimeVersionBytes()
Version of the feed specification. The current version is 2.0. Valid versions are "2.0", "1.0".
required string gtfs_realtime_version = 1;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()
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).
optional uint64 timestamp = 3;long getTimestamp()
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).
optional uint64 timestamp = 3;Copyright © 2019. All rights reserved.