public static final class GtfsRealtime.VehiclePosition.Builder extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<GtfsRealtime.VehiclePosition,GtfsRealtime.VehiclePosition.Builder> implements GtfsRealtime.VehiclePositionOrBuilder
transit_realtime.VehiclePosition
Realtime positioning information for a given vehicle.
| Modifier and Type | Method and Description |
|---|---|
GtfsRealtime.VehiclePosition |
build() |
GtfsRealtime.VehiclePosition |
buildPartial() |
GtfsRealtime.VehiclePosition.Builder |
clear() |
GtfsRealtime.VehiclePosition.Builder |
clearCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6; |
GtfsRealtime.VehiclePosition.Builder |
clearCurrentStatus()
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO]; |
GtfsRealtime.VehiclePosition.Builder |
clearCurrentStopSequence()
optional uint32 current_stop_sequence = 3; |
GtfsRealtime.VehiclePosition.Builder |
clearOccupancyStatus()
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9; |
GtfsRealtime.VehiclePosition.Builder |
clearPosition()
optional .transit_realtime.Position position = 2; |
GtfsRealtime.VehiclePosition.Builder |
clearStopId()
optional string stop_id = 7; |
GtfsRealtime.VehiclePosition.Builder |
clearTimestamp()
optional uint64 timestamp = 5; |
GtfsRealtime.VehiclePosition.Builder |
clearTrip()
optional .transit_realtime.TripDescriptor trip = 1; |
GtfsRealtime.VehiclePosition.Builder |
clearVehicle()
optional .transit_realtime.VehicleDescriptor vehicle = 8; |
GtfsRealtime.VehiclePosition.Builder |
clone() |
GtfsRealtime.VehiclePosition.CongestionLevel |
getCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6; |
GtfsRealtime.VehiclePosition.VehicleStopStatus |
getCurrentStatus()
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO]; |
int |
getCurrentStopSequence()
optional uint32 current_stop_sequence = 3; |
GtfsRealtime.VehiclePosition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
GtfsRealtime.VehiclePosition.OccupancyStatus |
getOccupancyStatus()
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9; |
GtfsRealtime.Position |
getPosition()
optional .transit_realtime.Position position = 2; |
GtfsRealtime.Position.Builder |
getPositionBuilder()
optional .transit_realtime.Position position = 2; |
GtfsRealtime.PositionOrBuilder |
getPositionOrBuilder()
optional .transit_realtime.Position position = 2; |
String |
getStopId()
optional string stop_id = 7; |
com.google.protobuf.ByteString |
getStopIdBytes()
optional string stop_id = 7; |
long |
getTimestamp()
optional uint64 timestamp = 5; |
GtfsRealtime.TripDescriptor |
getTrip()
optional .transit_realtime.TripDescriptor trip = 1; |
GtfsRealtime.TripDescriptor.Builder |
getTripBuilder()
optional .transit_realtime.TripDescriptor trip = 1; |
GtfsRealtime.TripDescriptorOrBuilder |
getTripOrBuilder()
optional .transit_realtime.TripDescriptor trip = 1; |
GtfsRealtime.VehicleDescriptor |
getVehicle()
optional .transit_realtime.VehicleDescriptor vehicle = 8; |
GtfsRealtime.VehicleDescriptor.Builder |
getVehicleBuilder()
optional .transit_realtime.VehicleDescriptor vehicle = 8; |
GtfsRealtime.VehicleDescriptorOrBuilder |
getVehicleOrBuilder()
optional .transit_realtime.VehicleDescriptor vehicle = 8; |
boolean |
hasCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6; |
boolean |
hasCurrentStatus()
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO]; |
boolean |
hasCurrentStopSequence()
optional uint32 current_stop_sequence = 3; |
boolean |
hasOccupancyStatus()
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9; |
boolean |
hasPosition()
optional .transit_realtime.Position position = 2; |
boolean |
hasStopId()
optional string stop_id = 7; |
boolean |
hasTimestamp()
optional uint64 timestamp = 5; |
boolean |
hasTrip()
optional .transit_realtime.TripDescriptor trip = 1; |
boolean |
hasVehicle()
optional .transit_realtime.VehicleDescriptor vehicle = 8; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GtfsRealtime.VehiclePosition.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GtfsRealtime.VehiclePosition.Builder |
mergeFrom(GtfsRealtime.VehiclePosition other) |
GtfsRealtime.VehiclePosition.Builder |
mergeFrom(com.google.protobuf.Message other) |
GtfsRealtime.VehiclePosition.Builder |
mergePosition(GtfsRealtime.Position value)
optional .transit_realtime.Position position = 2; |
GtfsRealtime.VehiclePosition.Builder |
mergeTrip(GtfsRealtime.TripDescriptor value)
optional .transit_realtime.TripDescriptor trip = 1; |
GtfsRealtime.VehiclePosition.Builder |
mergeVehicle(GtfsRealtime.VehicleDescriptor value)
optional .transit_realtime.VehicleDescriptor vehicle = 8; |
GtfsRealtime.VehiclePosition.Builder |
setCongestionLevel(GtfsRealtime.VehiclePosition.CongestionLevel value)
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6; |
GtfsRealtime.VehiclePosition.Builder |
setCurrentStatus(GtfsRealtime.VehiclePosition.VehicleStopStatus value)
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO]; |
GtfsRealtime.VehiclePosition.Builder |
setCurrentStopSequence(int value)
optional uint32 current_stop_sequence = 3; |
GtfsRealtime.VehiclePosition.Builder |
setOccupancyStatus(GtfsRealtime.VehiclePosition.OccupancyStatus value)
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9; |
GtfsRealtime.VehiclePosition.Builder |
setPosition(GtfsRealtime.Position.Builder builderForValue)
optional .transit_realtime.Position position = 2; |
GtfsRealtime.VehiclePosition.Builder |
setPosition(GtfsRealtime.Position value)
optional .transit_realtime.Position position = 2; |
GtfsRealtime.VehiclePosition.Builder |
setStopId(String value)
optional string stop_id = 7; |
GtfsRealtime.VehiclePosition.Builder |
setStopIdBytes(com.google.protobuf.ByteString value)
optional string stop_id = 7; |
GtfsRealtime.VehiclePosition.Builder |
setTimestamp(long value)
optional uint64 timestamp = 5; |
GtfsRealtime.VehiclePosition.Builder |
setTrip(GtfsRealtime.TripDescriptor.Builder builderForValue)
optional .transit_realtime.TripDescriptor trip = 1; |
GtfsRealtime.VehiclePosition.Builder |
setTrip(GtfsRealtime.TripDescriptor value)
optional .transit_realtime.TripDescriptor trip = 1; |
GtfsRealtime.VehiclePosition.Builder |
setVehicle(GtfsRealtime.VehicleDescriptor.Builder builderForValue)
optional .transit_realtime.VehicleDescriptor vehicle = 8; |
GtfsRealtime.VehiclePosition.Builder |
setVehicle(GtfsRealtime.VehicleDescriptor value)
optional .transit_realtime.VehicleDescriptor vehicle = 8; |
addExtension, addRepeatedField, clearExtension, clearField, extensionsAreInitialized, getAllFields, getExtension, getExtension, getExtensionCount, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, mergeExtensionFields, parseUnknownField, setExtension, setExtension, setField, setRepeatedFieldclearOneof, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getUnknownFields, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GtfsRealtime.VehiclePosition.Builder>public GtfsRealtime.VehiclePosition.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.ExtendableBuilder<GtfsRealtime.VehiclePosition,GtfsRealtime.VehiclePosition.Builder>public GtfsRealtime.VehiclePosition.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.ExtendableBuilder<GtfsRealtime.VehiclePosition,GtfsRealtime.VehiclePosition.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GtfsRealtime.VehiclePosition.Builder>public GtfsRealtime.VehiclePosition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.VehiclePosition>getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GtfsRealtime.VehiclePosition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GtfsRealtime.VehiclePosition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GtfsRealtime.VehiclePosition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GtfsRealtime.VehiclePosition.Builder>public GtfsRealtime.VehiclePosition.Builder mergeFrom(GtfsRealtime.VehiclePosition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.ExtendableBuilder<GtfsRealtime.VehiclePosition,GtfsRealtime.VehiclePosition.Builder>public GtfsRealtime.VehiclePosition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GtfsRealtime.VehiclePosition.Builder>IOExceptionpublic boolean hasTrip()
optional .transit_realtime.TripDescriptor trip = 1;
The Trip that this vehicle is serving. Can be empty or partial if the vehicle can not be identified with a given trip instance.
hasTrip in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.TripDescriptor getTrip()
optional .transit_realtime.TripDescriptor trip = 1;
The Trip that this vehicle is serving. Can be empty or partial if the vehicle can not be identified with a given trip instance.
getTrip in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setTrip(GtfsRealtime.TripDescriptor value)
optional .transit_realtime.TripDescriptor trip = 1;
The Trip that this vehicle is serving. Can be empty or partial if the vehicle can not be identified with a given trip instance.
public GtfsRealtime.VehiclePosition.Builder setTrip(GtfsRealtime.TripDescriptor.Builder builderForValue)
optional .transit_realtime.TripDescriptor trip = 1;
The Trip that this vehicle is serving. Can be empty or partial if the vehicle can not be identified with a given trip instance.
public GtfsRealtime.VehiclePosition.Builder mergeTrip(GtfsRealtime.TripDescriptor value)
optional .transit_realtime.TripDescriptor trip = 1;
The Trip that this vehicle is serving. Can be empty or partial if the vehicle can not be identified with a given trip instance.
public GtfsRealtime.VehiclePosition.Builder clearTrip()
optional .transit_realtime.TripDescriptor trip = 1;
The Trip that this vehicle is serving. Can be empty or partial if the vehicle can not be identified with a given trip instance.
public GtfsRealtime.TripDescriptor.Builder getTripBuilder()
optional .transit_realtime.TripDescriptor trip = 1;
The Trip that this vehicle is serving. Can be empty or partial if the vehicle can not be identified with a given trip instance.
public GtfsRealtime.TripDescriptorOrBuilder getTripOrBuilder()
optional .transit_realtime.TripDescriptor trip = 1;
The Trip that this vehicle is serving. Can be empty or partial if the vehicle can not be identified with a given trip instance.
getTripOrBuilder in interface GtfsRealtime.VehiclePositionOrBuilderpublic boolean hasVehicle()
optional .transit_realtime.VehicleDescriptor vehicle = 8;
Additional information on the vehicle that is serving this trip.
hasVehicle in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehicleDescriptor getVehicle()
optional .transit_realtime.VehicleDescriptor vehicle = 8;
Additional information on the vehicle that is serving this trip.
getVehicle in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setVehicle(GtfsRealtime.VehicleDescriptor value)
optional .transit_realtime.VehicleDescriptor vehicle = 8;
Additional information on the vehicle that is serving this trip.
public GtfsRealtime.VehiclePosition.Builder setVehicle(GtfsRealtime.VehicleDescriptor.Builder builderForValue)
optional .transit_realtime.VehicleDescriptor vehicle = 8;
Additional information on the vehicle that is serving this trip.
public GtfsRealtime.VehiclePosition.Builder mergeVehicle(GtfsRealtime.VehicleDescriptor value)
optional .transit_realtime.VehicleDescriptor vehicle = 8;
Additional information on the vehicle that is serving this trip.
public GtfsRealtime.VehiclePosition.Builder clearVehicle()
optional .transit_realtime.VehicleDescriptor vehicle = 8;
Additional information on the vehicle that is serving this trip.
public GtfsRealtime.VehicleDescriptor.Builder getVehicleBuilder()
optional .transit_realtime.VehicleDescriptor vehicle = 8;
Additional information on the vehicle that is serving this trip.
public GtfsRealtime.VehicleDescriptorOrBuilder getVehicleOrBuilder()
optional .transit_realtime.VehicleDescriptor vehicle = 8;
Additional information on the vehicle that is serving this trip.
getVehicleOrBuilder in interface GtfsRealtime.VehiclePositionOrBuilderpublic boolean hasPosition()
optional .transit_realtime.Position position = 2;
Current position of this vehicle.
hasPosition in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.Position getPosition()
optional .transit_realtime.Position position = 2;
Current position of this vehicle.
getPosition in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setPosition(GtfsRealtime.Position value)
optional .transit_realtime.Position position = 2;
Current position of this vehicle.
public GtfsRealtime.VehiclePosition.Builder setPosition(GtfsRealtime.Position.Builder builderForValue)
optional .transit_realtime.Position position = 2;
Current position of this vehicle.
public GtfsRealtime.VehiclePosition.Builder mergePosition(GtfsRealtime.Position value)
optional .transit_realtime.Position position = 2;
Current position of this vehicle.
public GtfsRealtime.VehiclePosition.Builder clearPosition()
optional .transit_realtime.Position position = 2;
Current position of this vehicle.
public GtfsRealtime.Position.Builder getPositionBuilder()
optional .transit_realtime.Position position = 2;
Current position of this vehicle.
public GtfsRealtime.PositionOrBuilder getPositionOrBuilder()
optional .transit_realtime.Position position = 2;
Current position of this vehicle.
getPositionOrBuilder in interface GtfsRealtime.VehiclePositionOrBuilderpublic boolean hasCurrentStopSequence()
optional uint32 current_stop_sequence = 3;
The stop sequence index of the current stop. The meaning of current_stop_sequence (i.e., the stop that it refers to) is determined by current_status. If current_status is missing IN_TRANSIT_TO is assumed.
hasCurrentStopSequence in interface GtfsRealtime.VehiclePositionOrBuilderpublic int getCurrentStopSequence()
optional uint32 current_stop_sequence = 3;
The stop sequence index of the current stop. The meaning of current_stop_sequence (i.e., the stop that it refers to) is determined by current_status. If current_status is missing IN_TRANSIT_TO is assumed.
getCurrentStopSequence in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setCurrentStopSequence(int value)
optional uint32 current_stop_sequence = 3;
The stop sequence index of the current stop. The meaning of current_stop_sequence (i.e., the stop that it refers to) is determined by current_status. If current_status is missing IN_TRANSIT_TO is assumed.
public GtfsRealtime.VehiclePosition.Builder clearCurrentStopSequence()
optional uint32 current_stop_sequence = 3;
The stop sequence index of the current stop. The meaning of current_stop_sequence (i.e., the stop that it refers to) is determined by current_status. If current_status is missing IN_TRANSIT_TO is assumed.
public boolean hasStopId()
optional string stop_id = 7;
Identifies the current stop. The value must be the same as in stops.txt in the corresponding GTFS feed.
hasStopId in interface GtfsRealtime.VehiclePositionOrBuilderpublic String getStopId()
optional string stop_id = 7;
Identifies the current stop. The value must be the same as in stops.txt in the corresponding GTFS feed.
getStopId in interface GtfsRealtime.VehiclePositionOrBuilderpublic com.google.protobuf.ByteString getStopIdBytes()
optional string stop_id = 7;
Identifies the current stop. The value must be the same as in stops.txt in the corresponding GTFS feed.
getStopIdBytes in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setStopId(String value)
optional string stop_id = 7;
Identifies the current stop. The value must be the same as in stops.txt in the corresponding GTFS feed.
public GtfsRealtime.VehiclePosition.Builder clearStopId()
optional string stop_id = 7;
Identifies the current stop. The value must be the same as in stops.txt in the corresponding GTFS feed.
public GtfsRealtime.VehiclePosition.Builder setStopIdBytes(com.google.protobuf.ByteString value)
optional string stop_id = 7;
Identifies the current stop. The value must be the same as in stops.txt in the corresponding GTFS feed.
public boolean hasCurrentStatus()
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
The exact status of the vehicle with respect to the current stop. Ignored if current_stop_sequence is missing.
hasCurrentStatus in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.VehicleStopStatus getCurrentStatus()
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
The exact status of the vehicle with respect to the current stop. Ignored if current_stop_sequence is missing.
getCurrentStatus in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setCurrentStatus(GtfsRealtime.VehiclePosition.VehicleStopStatus value)
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
The exact status of the vehicle with respect to the current stop. Ignored if current_stop_sequence is missing.
public GtfsRealtime.VehiclePosition.Builder clearCurrentStatus()
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
The exact status of the vehicle with respect to the current stop. Ignored if current_stop_sequence is missing.
public boolean hasTimestamp()
optional uint64 timestamp = 5;
Moment at which the vehicle's position was measured. In POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC).
hasTimestamp in interface GtfsRealtime.VehiclePositionOrBuilderpublic long getTimestamp()
optional uint64 timestamp = 5;
Moment at which the vehicle's position was measured. In POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC).
getTimestamp in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setTimestamp(long value)
optional uint64 timestamp = 5;
Moment at which the vehicle's position was measured. In POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC).
public GtfsRealtime.VehiclePosition.Builder clearTimestamp()
optional uint64 timestamp = 5;
Moment at which the vehicle's position was measured. In POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC).
public boolean hasCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;hasCongestionLevel in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.CongestionLevel getCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;getCongestionLevel in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setCongestionLevel(GtfsRealtime.VehiclePosition.CongestionLevel value)
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;public GtfsRealtime.VehiclePosition.Builder clearCongestionLevel()
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;public boolean hasOccupancyStatus()
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;hasOccupancyStatus in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.OccupancyStatus getOccupancyStatus()
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;getOccupancyStatus in interface GtfsRealtime.VehiclePositionOrBuilderpublic GtfsRealtime.VehiclePosition.Builder setOccupancyStatus(GtfsRealtime.VehiclePosition.OccupancyStatus value)
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;public GtfsRealtime.VehiclePosition.Builder clearOccupancyStatus()
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;Copyright © 2020. All rights reserved.