|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface GtfsRealtime.FeedHeaderOrBuilder
| Method Summary | |
|---|---|
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; |
| Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder |
|---|
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
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).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||