trip property

  1. @TagNumber(1)
TripDescriptor get trip

The Trip that this message applies to. There can be at most one TripUpdate entity for each actual trip instance. If there is none, that means there is no prediction information available. It does not mean that the trip is progressing according to schedule.

Implementation

@$pb.TagNumber(1)
TripDescriptor get trip => $_getN(0);
  1. @TagNumber(1)
set trip (TripDescriptor v)

Implementation

@$pb.TagNumber(1)
set trip(TripDescriptor v) { setField(1, v); }