timestamp property

  1. @TagNumber(4)
Int64 get timestamp

The most recent moment at which the vehicle's real-time progress was measured to estimate StopTimes in the future. When StopTimes in the past are provided, arrival/departure times may be earlier than this value. In POSIX time (i.e., the number of seconds since January 1st 1970 00:00:00 UTC).

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get timestamp => $_getI64(3);
  1. @TagNumber(4)
set timestamp (Int64 v)

Implementation

@$pb.TagNumber(4)
set timestamp($fixnum.Int64 v) { $_setInt64(3, v); }