gtfs

package
v0.0.0-...-f9f6af2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_Alert_Cause         = Alert_UNKNOWN_CAUSE
	Default_Alert_Effect        = Alert_UNKNOWN_EFFECT
	Default_Alert_SeverityLevel = Alert_UNKNOWN_SEVERITY
)

Default values for Alert fields.

View Source
const (
	Default_VehiclePosition_CarriageDetails_OccupancyStatus     = VehiclePosition_NO_DATA_AVAILABLE
	Default_VehiclePosition_CarriageDetails_OccupancyPercentage = int32(-1)
)

Default values for VehiclePosition_CarriageDetails fields.

View Source
const (
	Default_FeedEntity_IsDeleted = bool(false)
)

Default values for FeedEntity fields.

View Source
const (
	Default_FeedHeader_Incrementality = FeedHeader_FULL_DATASET
)

Default values for FeedHeader fields.

View Source
const (
	Default_TripUpdate_StopTimeUpdate_ScheduleRelationship = TripUpdate_StopTimeUpdate_SCHEDULED
)

Default values for TripUpdate_StopTimeUpdate fields.

View Source
const (
	Default_VehiclePosition_CurrentStatus = VehiclePosition_IN_TRANSIT_TO
)

Default values for VehiclePosition fields.

Variables

View Source
var (
	FeedHeader_Incrementality_name = map[int32]string{
		0: "FULL_DATASET",
		1: "DIFFERENTIAL",
	}
	FeedHeader_Incrementality_value = map[string]int32{
		"FULL_DATASET": 0,
		"DIFFERENTIAL": 1,
	}
)

Enum value maps for FeedHeader_Incrementality.

View Source
var (
	TripUpdate_StopTimeUpdate_ScheduleRelationship_name = map[int32]string{
		0: "SCHEDULED",
		1: "SKIPPED",
		2: "NO_DATA",
		3: "UNSCHEDULED",
	}
	TripUpdate_StopTimeUpdate_ScheduleRelationship_value = map[string]int32{
		"SCHEDULED":   0,
		"SKIPPED":     1,
		"NO_DATA":     2,
		"UNSCHEDULED": 3,
	}
)

Enum value maps for TripUpdate_StopTimeUpdate_ScheduleRelationship.

View Source
var (
	VehiclePosition_VehicleStopStatus_name = map[int32]string{
		0: "INCOMING_AT",
		1: "STOPPED_AT",
		2: "IN_TRANSIT_TO",
	}
	VehiclePosition_VehicleStopStatus_value = map[string]int32{
		"INCOMING_AT":   0,
		"STOPPED_AT":    1,
		"IN_TRANSIT_TO": 2,
	}
)

Enum value maps for VehiclePosition_VehicleStopStatus.

View Source
var (
	VehiclePosition_CongestionLevel_name = map[int32]string{
		0: "UNKNOWN_CONGESTION_LEVEL",
		1: "RUNNING_SMOOTHLY",
		2: "STOP_AND_GO",
		3: "CONGESTION",
		4: "SEVERE_CONGESTION",
	}
	VehiclePosition_CongestionLevel_value = map[string]int32{
		"UNKNOWN_CONGESTION_LEVEL": 0,
		"RUNNING_SMOOTHLY":         1,
		"STOP_AND_GO":              2,
		"CONGESTION":               3,
		"SEVERE_CONGESTION":        4,
	}
)

Enum value maps for VehiclePosition_CongestionLevel.

View Source
var (
	VehiclePosition_OccupancyStatus_name = map[int32]string{
		0: "EMPTY",
		1: "MANY_SEATS_AVAILABLE",
		2: "FEW_SEATS_AVAILABLE",
		3: "STANDING_ROOM_ONLY",
		4: "CRUSHED_STANDING_ROOM_ONLY",
		5: "FULL",
		6: "NOT_ACCEPTING_PASSENGERS",
		7: "NO_DATA_AVAILABLE",
		8: "NOT_BOARDABLE",
	}
	VehiclePosition_OccupancyStatus_value = map[string]int32{
		"EMPTY":                      0,
		"MANY_SEATS_AVAILABLE":       1,
		"FEW_SEATS_AVAILABLE":        2,
		"STANDING_ROOM_ONLY":         3,
		"CRUSHED_STANDING_ROOM_ONLY": 4,
		"FULL":                       5,
		"NOT_ACCEPTING_PASSENGERS":   6,
		"NO_DATA_AVAILABLE":          7,
		"NOT_BOARDABLE":              8,
	}
)

Enum value maps for VehiclePosition_OccupancyStatus.

View Source
var (
	Alert_Cause_name = map[int32]string{
		1:  "UNKNOWN_CAUSE",
		2:  "OTHER_CAUSE",
		3:  "TECHNICAL_PROBLEM",
		4:  "STRIKE",
		5:  "DEMONSTRATION",
		6:  "ACCIDENT",
		7:  "HOLIDAY",
		8:  "WEATHER",
		9:  "MAINTENANCE",
		10: "CONSTRUCTION",
		11: "POLICE_ACTIVITY",
		12: "MEDICAL_EMERGENCY",
	}
	Alert_Cause_value = map[string]int32{
		"UNKNOWN_CAUSE":     1,
		"OTHER_CAUSE":       2,
		"TECHNICAL_PROBLEM": 3,
		"STRIKE":            4,
		"DEMONSTRATION":     5,
		"ACCIDENT":          6,
		"HOLIDAY":           7,
		"WEATHER":           8,
		"MAINTENANCE":       9,
		"CONSTRUCTION":      10,
		"POLICE_ACTIVITY":   11,
		"MEDICAL_EMERGENCY": 12,
	}
)

Enum value maps for Alert_Cause.

View Source
var (
	Alert_Effect_name = map[int32]string{
		1:  "NO_SERVICE",
		2:  "REDUCED_SERVICE",
		3:  "SIGNIFICANT_DELAYS",
		4:  "DETOUR",
		5:  "ADDITIONAL_SERVICE",
		6:  "MODIFIED_SERVICE",
		7:  "OTHER_EFFECT",
		8:  "UNKNOWN_EFFECT",
		9:  "STOP_MOVED",
		10: "NO_EFFECT",
		11: "ACCESSIBILITY_ISSUE",
	}
	Alert_Effect_value = map[string]int32{
		"NO_SERVICE":          1,
		"REDUCED_SERVICE":     2,
		"SIGNIFICANT_DELAYS":  3,
		"DETOUR":              4,
		"ADDITIONAL_SERVICE":  5,
		"MODIFIED_SERVICE":    6,
		"OTHER_EFFECT":        7,
		"UNKNOWN_EFFECT":      8,
		"STOP_MOVED":          9,
		"NO_EFFECT":           10,
		"ACCESSIBILITY_ISSUE": 11,
	}
)

Enum value maps for Alert_Effect.

View Source
var (
	Alert_SeverityLevel_name = map[int32]string{
		1: "UNKNOWN_SEVERITY",
		2: "INFO",
		3: "WARNING",
		4: "SEVERE",
	}
	Alert_SeverityLevel_value = map[string]int32{
		"UNKNOWN_SEVERITY": 1,
		"INFO":             2,
		"WARNING":          3,
		"SEVERE":           4,
	}
)

Enum value maps for Alert_SeverityLevel.

View Source
var (
	TripDescriptor_ScheduleRelationship_name = map[int32]string{
		0: "SCHEDULED",
		1: "ADDED",
		2: "UNSCHEDULED",
		3: "CANCELED",
		5: "REPLACEMENT",
		6: "DUPLICATED",
	}
	TripDescriptor_ScheduleRelationship_value = map[string]int32{
		"SCHEDULED":   0,
		"ADDED":       1,
		"UNSCHEDULED": 2,
		"CANCELED":    3,
		"REPLACEMENT": 5,
		"DUPLICATED":  6,
	}
)

Enum value maps for TripDescriptor_ScheduleRelationship.

View Source
var File_gtfs_realtime_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Alert

type Alert struct {

	// Time when the alert should be shown to the user. If missing, the
	// alert will be shown as long as it appears in the feed.
	// If multiple ranges are given, the alert will be shown during all of them.
	ActivePeriod []*TimeRange `protobuf:"bytes,1,rep,name=active_period,json=activePeriod" json:"active_period,omitempty"`
	// Entities whose users we should notify of this alert.
	InformedEntity []*EntitySelector `protobuf:"bytes,5,rep,name=informed_entity,json=informedEntity" json:"informed_entity,omitempty"`
	Cause          *Alert_Cause      `protobuf:"varint,6,opt,name=cause,enum=transit_realtime.Alert_Cause,def=1" json:"cause,omitempty"`
	Effect         *Alert_Effect     `protobuf:"varint,7,opt,name=effect,enum=transit_realtime.Alert_Effect,def=8" json:"effect,omitempty"`
	// The URL which provides additional information about the alert.
	Url *TranslatedString `protobuf:"bytes,8,opt,name=url" json:"url,omitempty"`
	// Alert header. Contains a short summary of the alert text as plain-text.
	HeaderText *TranslatedString `protobuf:"bytes,10,opt,name=header_text,json=headerText" json:"header_text,omitempty"`
	// Full description for the alert as plain-text. The information in the
	// description should add to the information of the header.
	DescriptionText *TranslatedString `protobuf:"bytes,11,opt,name=description_text,json=descriptionText" json:"description_text,omitempty"`
	// Text for alert header to be used in text-to-speech implementations. This field is the text-to-speech version of header_text.
	TtsHeaderText *TranslatedString `protobuf:"bytes,12,opt,name=tts_header_text,json=ttsHeaderText" json:"tts_header_text,omitempty"`
	// Text for full description for the alert to be used in text-to-speech implementations. This field is the text-to-speech version of description_text.
	TtsDescriptionText *TranslatedString    `protobuf:"bytes,13,opt,name=tts_description_text,json=ttsDescriptionText" json:"tts_description_text,omitempty"`
	SeverityLevel      *Alert_SeverityLevel `` /* 143-byte string literal not displayed */
	// TranslatedImage to be displayed along the alert text. Used to explain visually the alert effect of a detour, station closure, etc. The image must enhance the understanding of the alert. Any essential information communicated within the image must also be contained in the alert text.
	// The following types of images are discouraged : image containing mainly text, marketing or branded images that add no additional information.
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	Image *TranslatedImage `protobuf:"bytes,15,opt,name=image" json:"image,omitempty"`
	// Text describing the appearance of the linked image in the `image` field (e.g., in case the image can't be displayed
	// or the user can't see the image for accessibility reasons). See the HTML spec for alt image text - https://html.spec.whatwg.org/#alt.
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	ImageAlternativeText *TranslatedString `protobuf:"bytes,16,opt,name=image_alternative_text,json=imageAlternativeText" json:"image_alternative_text,omitempty"`
	// contains filtered or unexported fields
}

An alert, indicating some sort of incident in the public transit network.

func (*Alert) Descriptor deprecated

func (*Alert) Descriptor() ([]byte, []int)

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) GetActivePeriod

func (x *Alert) GetActivePeriod() []*TimeRange

func (*Alert) GetCause

func (x *Alert) GetCause() Alert_Cause

func (*Alert) GetDescriptionText

func (x *Alert) GetDescriptionText() *TranslatedString

func (*Alert) GetEffect

func (x *Alert) GetEffect() Alert_Effect

func (*Alert) GetHeaderText

func (x *Alert) GetHeaderText() *TranslatedString

func (*Alert) GetImage

func (x *Alert) GetImage() *TranslatedImage

func (*Alert) GetImageAlternativeText

func (x *Alert) GetImageAlternativeText() *TranslatedString

func (*Alert) GetInformedEntity

func (x *Alert) GetInformedEntity() []*EntitySelector

func (*Alert) GetSeverityLevel

func (x *Alert) GetSeverityLevel() Alert_SeverityLevel

func (*Alert) GetTtsDescriptionText

func (x *Alert) GetTtsDescriptionText() *TranslatedString

func (*Alert) GetTtsHeaderText

func (x *Alert) GetTtsHeaderText() *TranslatedString

func (*Alert) GetUrl

func (x *Alert) GetUrl() *TranslatedString

func (*Alert) ProtoMessage

func (*Alert) ProtoMessage()

func (*Alert) ProtoReflect

func (x *Alert) ProtoReflect() protoreflect.Message

func (*Alert) Reset

func (x *Alert) Reset()

func (*Alert) String

func (x *Alert) String() string

type Alert_Cause

type Alert_Cause int32

Cause of this alert.

const (
	Alert_UNKNOWN_CAUSE     Alert_Cause = 1
	Alert_OTHER_CAUSE       Alert_Cause = 2 // Not machine-representable.
	Alert_TECHNICAL_PROBLEM Alert_Cause = 3
	Alert_STRIKE            Alert_Cause = 4 // Public transit agency employees stopped working.
	Alert_DEMONSTRATION     Alert_Cause = 5 // People are blocking the streets.
	Alert_ACCIDENT          Alert_Cause = 6
	Alert_HOLIDAY           Alert_Cause = 7
	Alert_WEATHER           Alert_Cause = 8
	Alert_MAINTENANCE       Alert_Cause = 9
	Alert_CONSTRUCTION      Alert_Cause = 10
	Alert_POLICE_ACTIVITY   Alert_Cause = 11
	Alert_MEDICAL_EMERGENCY Alert_Cause = 12
)

func (Alert_Cause) Descriptor

func (Alert_Cause) Enum

func (x Alert_Cause) Enum() *Alert_Cause

func (Alert_Cause) EnumDescriptor deprecated

func (Alert_Cause) EnumDescriptor() ([]byte, []int)

Deprecated: Use Alert_Cause.Descriptor instead.

func (Alert_Cause) Number

func (x Alert_Cause) Number() protoreflect.EnumNumber

func (Alert_Cause) String

func (x Alert_Cause) String() string

func (Alert_Cause) Type

func (*Alert_Cause) UnmarshalJSON deprecated

func (x *Alert_Cause) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Alert_Effect

type Alert_Effect int32

What is the effect of this problem on the affected entity.

const (
	Alert_NO_SERVICE      Alert_Effect = 1
	Alert_REDUCED_SERVICE Alert_Effect = 2
	// We don't care about INsignificant delays: they are hard to detect, have
	// little impact on the user, and would clutter the results as they are too
	// frequent.
	Alert_SIGNIFICANT_DELAYS  Alert_Effect = 3
	Alert_DETOUR              Alert_Effect = 4
	Alert_ADDITIONAL_SERVICE  Alert_Effect = 5
	Alert_MODIFIED_SERVICE    Alert_Effect = 6
	Alert_OTHER_EFFECT        Alert_Effect = 7
	Alert_UNKNOWN_EFFECT      Alert_Effect = 8
	Alert_STOP_MOVED          Alert_Effect = 9
	Alert_NO_EFFECT           Alert_Effect = 10
	Alert_ACCESSIBILITY_ISSUE Alert_Effect = 11
)

func (Alert_Effect) Descriptor

func (Alert_Effect) Enum

func (x Alert_Effect) Enum() *Alert_Effect

func (Alert_Effect) EnumDescriptor deprecated

func (Alert_Effect) EnumDescriptor() ([]byte, []int)

Deprecated: Use Alert_Effect.Descriptor instead.

func (Alert_Effect) Number

func (Alert_Effect) String

func (x Alert_Effect) String() string

func (Alert_Effect) Type

func (*Alert_Effect) UnmarshalJSON deprecated

func (x *Alert_Effect) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Alert_SeverityLevel

type Alert_SeverityLevel int32

Severity of this alert.

const (
	Alert_UNKNOWN_SEVERITY Alert_SeverityLevel = 1
	Alert_INFO             Alert_SeverityLevel = 2
	Alert_WARNING          Alert_SeverityLevel = 3
	Alert_SEVERE           Alert_SeverityLevel = 4
)

func (Alert_SeverityLevel) Descriptor

func (Alert_SeverityLevel) Enum

func (Alert_SeverityLevel) EnumDescriptor deprecated

func (Alert_SeverityLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use Alert_SeverityLevel.Descriptor instead.

func (Alert_SeverityLevel) Number

func (Alert_SeverityLevel) String

func (x Alert_SeverityLevel) String() string

func (Alert_SeverityLevel) Type

func (*Alert_SeverityLevel) UnmarshalJSON deprecated

func (x *Alert_SeverityLevel) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EntitySelector

type EntitySelector struct {

	// The values of the fields should correspond to the appropriate fields in the
	// GTFS feed.
	// At least one specifier must be given. If several are given, then the
	// matching has to apply to all the given specifiers.
	AgencyId *string `protobuf:"bytes,1,opt,name=agency_id,json=agencyId" json:"agency_id,omitempty"`
	RouteId  *string `protobuf:"bytes,2,opt,name=route_id,json=routeId" json:"route_id,omitempty"`
	// corresponds to route_type in GTFS.
	RouteType *int32          `protobuf:"varint,3,opt,name=route_type,json=routeType" json:"route_type,omitempty"`
	Trip      *TripDescriptor `protobuf:"bytes,4,opt,name=trip" json:"trip,omitempty"`
	StopId    *string         `protobuf:"bytes,5,opt,name=stop_id,json=stopId" json:"stop_id,omitempty"`
	// Corresponds to trip direction_id in GTFS trips.txt. If provided the
	// route_id must also be provided.
	DirectionId *uint32 `protobuf:"varint,6,opt,name=direction_id,json=directionId" json:"direction_id,omitempty"`
	// contains filtered or unexported fields
}

A selector for an entity in a GTFS feed.

func (*EntitySelector) Descriptor deprecated

func (*EntitySelector) Descriptor() ([]byte, []int)

Deprecated: Use EntitySelector.ProtoReflect.Descriptor instead.

func (*EntitySelector) GetAgencyId

func (x *EntitySelector) GetAgencyId() string

func (*EntitySelector) GetDirectionId

func (x *EntitySelector) GetDirectionId() uint32

func (*EntitySelector) GetRouteId

func (x *EntitySelector) GetRouteId() string

func (*EntitySelector) GetRouteType

func (x *EntitySelector) GetRouteType() int32

func (*EntitySelector) GetStopId

func (x *EntitySelector) GetStopId() string

func (*EntitySelector) GetTrip

func (x *EntitySelector) GetTrip() *TripDescriptor

func (*EntitySelector) ProtoMessage

func (*EntitySelector) ProtoMessage()

func (*EntitySelector) ProtoReflect

func (x *EntitySelector) ProtoReflect() protoreflect.Message

func (*EntitySelector) Reset

func (x *EntitySelector) Reset()

func (*EntitySelector) String

func (x *EntitySelector) String() string

type FeedEntity

type FeedEntity struct {

	// The ids are used only to provide incrementality support. The id should be
	// unique within a FeedMessage. Consequent FeedMessages may contain
	// FeedEntities with the same id. In case of a DIFFERENTIAL update the new
	// FeedEntity with some id will replace the old FeedEntity with the same id
	// (or delete it - see is_deleted below).
	// The actual GTFS entities (e.g. stations, routes, trips) referenced by the
	// feed must be specified by explicit selectors (see EntitySelector below for
	// more info).
	Id *string `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	// Whether this entity is to be deleted. Relevant only for incremental
	// fetches.
	IsDeleted *bool `protobuf:"varint,2,opt,name=is_deleted,json=isDeleted,def=0" json:"is_deleted,omitempty"`
	// Data about the entity itself. Exactly one of the following fields must be
	// present (unless the entity is being deleted).
	TripUpdate *TripUpdate      `protobuf:"bytes,3,opt,name=trip_update,json=tripUpdate" json:"trip_update,omitempty"`
	Vehicle    *VehiclePosition `protobuf:"bytes,4,opt,name=vehicle" json:"vehicle,omitempty"`
	Alert      *Alert           `protobuf:"bytes,5,opt,name=alert" json:"alert,omitempty"`
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	Shape *Shape `protobuf:"bytes,6,opt,name=shape" json:"shape,omitempty"`
	// contains filtered or unexported fields
}

A definition (or update) of an entity in the transit feed.

func (*FeedEntity) Descriptor deprecated

func (*FeedEntity) Descriptor() ([]byte, []int)

Deprecated: Use FeedEntity.ProtoReflect.Descriptor instead.

func (*FeedEntity) GetAlert

func (x *FeedEntity) GetAlert() *Alert

func (*FeedEntity) GetId

func (x *FeedEntity) GetId() string

func (*FeedEntity) GetIsDeleted

func (x *FeedEntity) GetIsDeleted() bool

func (*FeedEntity) GetShape

func (x *FeedEntity) GetShape() *Shape

func (*FeedEntity) GetTripUpdate

func (x *FeedEntity) GetTripUpdate() *TripUpdate

func (*FeedEntity) GetVehicle

func (x *FeedEntity) GetVehicle() *VehiclePosition

func (*FeedEntity) ProtoMessage

func (*FeedEntity) ProtoMessage()

func (*FeedEntity) ProtoReflect

func (x *FeedEntity) ProtoReflect() protoreflect.Message

func (*FeedEntity) Reset

func (x *FeedEntity) Reset()

func (*FeedEntity) String

func (x *FeedEntity) String() string

type FeedHeader

type FeedHeader struct {

	// Version of the feed specification.
	// The current version is 2.0.  Valid versions are "2.0", "1.0".
	GtfsRealtimeVersion *string                    `protobuf:"bytes,1,req,name=gtfs_realtime_version,json=gtfsRealtimeVersion" json:"gtfs_realtime_version,omitempty"`
	Incrementality      *FeedHeader_Incrementality `` /* 129-byte string literal not displayed */
	// 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).
	Timestamp *uint64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

Metadata about a feed, included in feed messages.

func (*FeedHeader) Descriptor deprecated

func (*FeedHeader) Descriptor() ([]byte, []int)

Deprecated: Use FeedHeader.ProtoReflect.Descriptor instead.

func (*FeedHeader) GetGtfsRealtimeVersion

func (x *FeedHeader) GetGtfsRealtimeVersion() string

func (*FeedHeader) GetIncrementality

func (x *FeedHeader) GetIncrementality() FeedHeader_Incrementality

func (*FeedHeader) GetTimestamp

func (x *FeedHeader) GetTimestamp() uint64

func (*FeedHeader) ProtoMessage

func (*FeedHeader) ProtoMessage()

func (*FeedHeader) ProtoReflect

func (x *FeedHeader) ProtoReflect() protoreflect.Message

func (*FeedHeader) Reset

func (x *FeedHeader) Reset()

func (*FeedHeader) String

func (x *FeedHeader) String() string

type FeedHeader_Incrementality

type FeedHeader_Incrementality int32

Determines whether the current fetch is incremental. Currently, DIFFERENTIAL mode is unsupported and behavior is unspecified for feeds that use this mode. There are discussions on the GTFS Realtime mailing list around fully specifying the behavior of DIFFERENTIAL mode and the documentation will be updated when those discussions are finalized.

const (
	FeedHeader_FULL_DATASET FeedHeader_Incrementality = 0
	FeedHeader_DIFFERENTIAL FeedHeader_Incrementality = 1
)

func (FeedHeader_Incrementality) Descriptor

func (FeedHeader_Incrementality) Enum

func (FeedHeader_Incrementality) EnumDescriptor deprecated

func (FeedHeader_Incrementality) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeedHeader_Incrementality.Descriptor instead.

func (FeedHeader_Incrementality) Number

func (FeedHeader_Incrementality) String

func (x FeedHeader_Incrementality) String() string

func (FeedHeader_Incrementality) Type

func (*FeedHeader_Incrementality) UnmarshalJSON deprecated

func (x *FeedHeader_Incrementality) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FeedMessage

type FeedMessage struct {

	// Metadata about this feed and feed message.
	Header *FeedHeader `protobuf:"bytes,1,req,name=header" json:"header,omitempty"`
	// Contents of the feed.
	Entity []*FeedEntity `protobuf:"bytes,2,rep,name=entity" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

The contents of a feed message. A feed is a continuous stream of feed messages. Each message in the stream is obtained as a response to an appropriate HTTP GET request. A realtime feed is always defined with relation to an existing GTFS feed. All the entity ids are resolved with respect to the GTFS feed. Note that "required" and "optional" as stated in this file refer to Protocol Buffer cardinality, not semantic cardinality. See reference.md at https://github.com/google/transit/tree/master/gtfs-realtime for field semantic cardinality.

func (*FeedMessage) Descriptor deprecated

func (*FeedMessage) Descriptor() ([]byte, []int)

Deprecated: Use FeedMessage.ProtoReflect.Descriptor instead.

func (*FeedMessage) GetEntity

func (x *FeedMessage) GetEntity() []*FeedEntity

func (*FeedMessage) GetHeader

func (x *FeedMessage) GetHeader() *FeedHeader

func (*FeedMessage) ProtoMessage

func (*FeedMessage) ProtoMessage()

func (*FeedMessage) ProtoReflect

func (x *FeedMessage) ProtoReflect() protoreflect.Message

func (*FeedMessage) Reset

func (x *FeedMessage) Reset()

func (*FeedMessage) String

func (x *FeedMessage) String() string

type Position

type Position struct {

	// Degrees North, in the WGS-84 coordinate system.
	Latitude *float32 `protobuf:"fixed32,1,req,name=latitude" json:"latitude,omitempty"`
	// Degrees East, in the WGS-84 coordinate system.
	Longitude *float32 `protobuf:"fixed32,2,req,name=longitude" json:"longitude,omitempty"`
	// Bearing, in degrees, clockwise from North, i.e., 0 is North and 90 is East.
	// This can be the compass bearing, or the direction towards the next stop
	// or intermediate location.
	// This should not be direction deduced from the sequence of previous
	// positions, which can be computed from previous data.
	Bearing *float32 `protobuf:"fixed32,3,opt,name=bearing" json:"bearing,omitempty"`
	// Odometer value, in meters.
	Odometer *float64 `protobuf:"fixed64,4,opt,name=odometer" json:"odometer,omitempty"`
	// Momentary speed measured by the vehicle, in meters per second.
	Speed *float32 `protobuf:"fixed32,5,opt,name=speed" json:"speed,omitempty"`
	// contains filtered or unexported fields
}

A position.

func (*Position) Descriptor deprecated

func (*Position) Descriptor() ([]byte, []int)

Deprecated: Use Position.ProtoReflect.Descriptor instead.

func (*Position) GetBearing

func (x *Position) GetBearing() float32

func (*Position) GetLatitude

func (x *Position) GetLatitude() float32

func (*Position) GetLongitude

func (x *Position) GetLongitude() float32

func (*Position) GetOdometer

func (x *Position) GetOdometer() float64

func (*Position) GetSpeed

func (x *Position) GetSpeed() float32

func (*Position) ProtoMessage

func (*Position) ProtoMessage()

func (*Position) ProtoReflect

func (x *Position) ProtoReflect() protoreflect.Message

func (*Position) Reset

func (x *Position) Reset()

func (*Position) String

func (x *Position) String() string

type Shape

type Shape struct {

	// Identifier of the shape. Must be different than any shape_id defined in the (CSV) GTFS.
	// This field is required as per reference.md, but needs to be specified here optional because "Required is Forever"
	// See https://developers.google.com/protocol-buffers/docs/proto#specifying_field_rules
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	ShapeId *string `protobuf:"bytes,1,opt,name=shape_id,json=shapeId" json:"shape_id,omitempty"`
	// Encoded polyline representation of the shape. This polyline must contain at least two points.
	// For more information about encoded polylines, see https://developers.google.com/maps/documentation/utilities/polylinealgorithm
	// This field is required as per reference.md, but needs to be specified here optional because "Required is Forever"
	// See https://developers.google.com/protocol-buffers/docs/proto#specifying_field_rules
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	EncodedPolyline *string `protobuf:"bytes,2,opt,name=encoded_polyline,json=encodedPolyline" json:"encoded_polyline,omitempty"`
	// contains filtered or unexported fields
}

Describes the physical path that a vehicle takes when it's not part of the (CSV) GTFS, such as for a detour. Shapes belong to Trips, and consist of a sequence of shape points. Tracing the points in order provides the path of the vehicle. Shapes do not need to intercept the location of Stops exactly, but all Stops on a trip should lie within a small distance of the shape for that trip, i.e. close to straight line segments connecting the shape points NOTE: This message is still experimental, and subject to change. It may be formally adopted in the future.

func (*Shape) Descriptor deprecated

func (*Shape) Descriptor() ([]byte, []int)

Deprecated: Use Shape.ProtoReflect.Descriptor instead.

func (*Shape) GetEncodedPolyline

func (x *Shape) GetEncodedPolyline() string

func (*Shape) GetShapeId

func (x *Shape) GetShapeId() string

func (*Shape) ProtoMessage

func (*Shape) ProtoMessage()

func (*Shape) ProtoReflect

func (x *Shape) ProtoReflect() protoreflect.Message

func (*Shape) Reset

func (x *Shape) Reset()

func (*Shape) String

func (x *Shape) String() string

type TimeRange

type TimeRange struct {

	// Start time, in POSIX time (i.e., number of seconds since January 1st 1970
	// 00:00:00 UTC).
	// If missing, the interval starts at minus infinity.
	Start *uint64 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
	// End time, in POSIX time (i.e., number of seconds since January 1st 1970
	// 00:00:00 UTC).
	// If missing, the interval ends at plus infinity.
	End *uint64 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
	// contains filtered or unexported fields
}

A time interval. The interval is considered active at time 't' if 't' is greater than or equal to the start time and less than the end time.

func (*TimeRange) Descriptor deprecated

func (*TimeRange) Descriptor() ([]byte, []int)

Deprecated: Use TimeRange.ProtoReflect.Descriptor instead.

func (*TimeRange) GetEnd

func (x *TimeRange) GetEnd() uint64

func (*TimeRange) GetStart

func (x *TimeRange) GetStart() uint64

func (*TimeRange) ProtoMessage

func (*TimeRange) ProtoMessage()

func (*TimeRange) ProtoReflect

func (x *TimeRange) ProtoReflect() protoreflect.Message

func (*TimeRange) Reset

func (x *TimeRange) Reset()

func (*TimeRange) String

func (x *TimeRange) String() string

type TranslatedImage

type TranslatedImage struct {

	// At least one localized image must be provided.
	LocalizedImage []*TranslatedImage_LocalizedImage `protobuf:"bytes,1,rep,name=localized_image,json=localizedImage" json:"localized_image,omitempty"`
	// contains filtered or unexported fields
}

An internationalized image containing per-language versions of a URL linking to an image along with meta information Only one of the images from a message will be retained by consumers. The resolution proceeds as follows:

  1. If the UI language matches the language code of a translation, the first matching translation is picked.
  2. If a default UI language (e.g., English) matches the language code of a translation, the first matching translation is picked.
  3. If some translation has an unspecified language code, that translation is picked.

NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.

func (*TranslatedImage) Descriptor deprecated

func (*TranslatedImage) Descriptor() ([]byte, []int)

Deprecated: Use TranslatedImage.ProtoReflect.Descriptor instead.

func (*TranslatedImage) GetLocalizedImage

func (x *TranslatedImage) GetLocalizedImage() []*TranslatedImage_LocalizedImage

func (*TranslatedImage) ProtoMessage

func (*TranslatedImage) ProtoMessage()

func (*TranslatedImage) ProtoReflect

func (x *TranslatedImage) ProtoReflect() protoreflect.Message

func (*TranslatedImage) Reset

func (x *TranslatedImage) Reset()

func (*TranslatedImage) String

func (x *TranslatedImage) String() string

type TranslatedImage_LocalizedImage

type TranslatedImage_LocalizedImage struct {

	// String containing an URL linking to an image
	// The image linked must be less than 2MB.
	// If an image changes in a significant enough way that an update is required on the consumer side, the producer must update the URL to a new one.
	// The URL should be a fully qualified URL that includes http:// or https://, and any special characters in the URL must be correctly escaped. See the following http://www.w3.org/Addressing/URL/4_URI_Recommentations.html for a description of how to create fully qualified URL values.
	Url *string `protobuf:"bytes,1,req,name=url" json:"url,omitempty"`
	// IANA media type as to specify the type of image to be displayed.
	// The type must start with "image/"
	MediaType *string `protobuf:"bytes,2,req,name=media_type,json=mediaType" json:"media_type,omitempty"`
	// BCP-47 language code. Can be omitted if the language is unknown or if
	// no i18n is done at all for the feed. At most one translation is
	// allowed to have an unspecified language tag.
	Language *string `protobuf:"bytes,3,opt,name=language" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*TranslatedImage_LocalizedImage) Descriptor deprecated

func (*TranslatedImage_LocalizedImage) Descriptor() ([]byte, []int)

Deprecated: Use TranslatedImage_LocalizedImage.ProtoReflect.Descriptor instead.

func (*TranslatedImage_LocalizedImage) GetLanguage

func (x *TranslatedImage_LocalizedImage) GetLanguage() string

func (*TranslatedImage_LocalizedImage) GetMediaType

func (x *TranslatedImage_LocalizedImage) GetMediaType() string

func (*TranslatedImage_LocalizedImage) GetUrl

func (*TranslatedImage_LocalizedImage) ProtoMessage

func (*TranslatedImage_LocalizedImage) ProtoMessage()

func (*TranslatedImage_LocalizedImage) ProtoReflect

func (*TranslatedImage_LocalizedImage) Reset

func (x *TranslatedImage_LocalizedImage) Reset()

func (*TranslatedImage_LocalizedImage) String

type TranslatedString

type TranslatedString struct {

	// At least one translation must be provided.
	Translation []*TranslatedString_Translation `protobuf:"bytes,1,rep,name=translation" json:"translation,omitempty"`
	// contains filtered or unexported fields
}

An internationalized message containing per-language versions of a snippet of text or a URL. One of the strings from a message will be picked up. The resolution proceeds as follows:

  1. If the UI language matches the language code of a translation, the first matching translation is picked.
  2. If a default UI language (e.g., English) matches the language code of a translation, the first matching translation is picked.
  3. If some translation has an unspecified language code, that translation is picked.

func (*TranslatedString) Descriptor deprecated

func (*TranslatedString) Descriptor() ([]byte, []int)

Deprecated: Use TranslatedString.ProtoReflect.Descriptor instead.

func (*TranslatedString) GetTranslation

func (x *TranslatedString) GetTranslation() []*TranslatedString_Translation

func (*TranslatedString) ProtoMessage

func (*TranslatedString) ProtoMessage()

func (*TranslatedString) ProtoReflect

func (x *TranslatedString) ProtoReflect() protoreflect.Message

func (*TranslatedString) Reset

func (x *TranslatedString) Reset()

func (*TranslatedString) String

func (x *TranslatedString) String() string

type TranslatedString_Translation

type TranslatedString_Translation struct {

	// A UTF-8 string containing the message.
	Text *string `protobuf:"bytes,1,req,name=text" json:"text,omitempty"`
	// BCP-47 language code. Can be omitted if the language is unknown or if
	// no i18n is done at all for the feed. At most one translation is
	// allowed to have an unspecified language tag.
	Language *string `protobuf:"bytes,2,opt,name=language" json:"language,omitempty"`
	// contains filtered or unexported fields
}

func (*TranslatedString_Translation) Descriptor deprecated

func (*TranslatedString_Translation) Descriptor() ([]byte, []int)

Deprecated: Use TranslatedString_Translation.ProtoReflect.Descriptor instead.

func (*TranslatedString_Translation) GetLanguage

func (x *TranslatedString_Translation) GetLanguage() string

func (*TranslatedString_Translation) GetText

func (x *TranslatedString_Translation) GetText() string

func (*TranslatedString_Translation) ProtoMessage

func (*TranslatedString_Translation) ProtoMessage()

func (*TranslatedString_Translation) ProtoReflect

func (*TranslatedString_Translation) Reset

func (x *TranslatedString_Translation) Reset()

func (*TranslatedString_Translation) String

type TripDescriptor

type TripDescriptor struct {

	// The trip_id from the GTFS feed that this selector refers to.
	// For non frequency-based trips, this field is enough to uniquely identify
	// the trip. For frequency-based trip, start_time and start_date might also be
	// necessary. When schedule_relationship is DUPLICATED within a TripUpdate, the trip_id identifies the trip from
	// static GTFS to be duplicated. When schedule_relationship is DUPLICATED within a VehiclePosition, the trip_id
	// identifies the new duplicate trip and must contain the value for the corresponding TripUpdate.TripProperties.trip_id.
	TripId *string `protobuf:"bytes,1,opt,name=trip_id,json=tripId" json:"trip_id,omitempty"`
	// The route_id from the GTFS that this selector refers to.
	RouteId *string `protobuf:"bytes,5,opt,name=route_id,json=routeId" json:"route_id,omitempty"`
	// The direction_id from the GTFS feed trips.txt file, indicating the
	// direction of travel for trips this selector refers to.
	DirectionId *uint32 `protobuf:"varint,6,opt,name=direction_id,json=directionId" json:"direction_id,omitempty"`
	// The initially scheduled start time of this trip instance.
	// When the trip_id corresponds to a non-frequency-based trip, this field
	// should either be omitted or be equal to the value in the GTFS feed. When
	// the trip_id correponds to a frequency-based trip, the start_time must be
	// specified for trip updates and vehicle positions. If the trip corresponds
	// to exact_times=1 GTFS record, then start_time must be some multiple
	// (including zero) of headway_secs later than frequencies.txt start_time for
	// the corresponding time period. If the trip corresponds to exact_times=0,
	// then its start_time may be arbitrary, and is initially expected to be the
	// first departure of the trip. Once established, the start_time of this
	// frequency-based trip should be considered immutable, even if the first
	// departure time changes -- that time change may instead be reflected in a
	// StopTimeUpdate.
	// Format and semantics of the field is same as that of
	// GTFS/frequencies.txt/start_time, e.g., 11:15:35 or 25:15:35.
	StartTime *string `protobuf:"bytes,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	// The scheduled start date of this trip instance.
	// Must be provided to disambiguate trips that are so late as to collide with
	// a scheduled trip on a next day. For example, for a train that departs 8:00
	// and 20:00 every day, and is 12 hours late, there would be two distinct
	// trips on the same time.
	// This field can be provided but is not mandatory for schedules in which such
	// collisions are impossible - for example, a service running on hourly
	// schedule where a vehicle that is one hour late is not considered to be
	// related to schedule anymore.
	// In YYYYMMDD format.
	StartDate            *string                              `protobuf:"bytes,3,opt,name=start_date,json=startDate" json:"start_date,omitempty"`
	ScheduleRelationship *TripDescriptor_ScheduleRelationship `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

A descriptor that identifies an instance of a GTFS trip, or all instances of a trip along a route.

  • To specify a single trip instance, the trip_id (and if necessary, start_time) is set. If route_id is also set, then it should be same as one that the given trip corresponds to.
  • To specify all the trips along a given route, only the route_id should be set. Note that if the trip_id is not known, then stop sequence ids in TripUpdate are not sufficient, and stop_ids must be provided as well. In addition, absolute arrival/departure times must be provided.

func (*TripDescriptor) Descriptor deprecated

func (*TripDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use TripDescriptor.ProtoReflect.Descriptor instead.

func (*TripDescriptor) GetDirectionId

func (x *TripDescriptor) GetDirectionId() uint32

func (*TripDescriptor) GetRouteId

func (x *TripDescriptor) GetRouteId() string

func (*TripDescriptor) GetScheduleRelationship

func (x *TripDescriptor) GetScheduleRelationship() TripDescriptor_ScheduleRelationship

func (*TripDescriptor) GetStartDate

func (x *TripDescriptor) GetStartDate() string

func (*TripDescriptor) GetStartTime

func (x *TripDescriptor) GetStartTime() string

func (*TripDescriptor) GetTripId

func (x *TripDescriptor) GetTripId() string

func (*TripDescriptor) ProtoMessage

func (*TripDescriptor) ProtoMessage()

func (*TripDescriptor) ProtoReflect

func (x *TripDescriptor) ProtoReflect() protoreflect.Message

func (*TripDescriptor) Reset

func (x *TripDescriptor) Reset()

func (*TripDescriptor) String

func (x *TripDescriptor) String() string

type TripDescriptor_ScheduleRelationship

type TripDescriptor_ScheduleRelationship int32

The relation between this trip and the static schedule. If a trip is done in accordance with temporary schedule, not reflected in GTFS, then it shouldn't be marked as SCHEDULED, but likely as ADDED.

const (
	// Trip that is running in accordance with its GTFS schedule, or is close
	// enough to the scheduled trip to be associated with it.
	TripDescriptor_SCHEDULED TripDescriptor_ScheduleRelationship = 0
	// An extra trip that was added in addition to a running schedule, for
	// example, to replace a broken vehicle or to respond to sudden passenger
	// load.
	// NOTE: Currently, behavior is unspecified for feeds that use this mode. There are discussions on the GTFS GitHub
	// [(1)](https://github.com/google/transit/issues/106) [(2)](https://github.com/google/transit/pull/221)
	// [(3)](https://github.com/google/transit/pull/219) around fully specifying or deprecating ADDED trips and the
	// documentation will be updated when those discussions are finalized.
	TripDescriptor_ADDED TripDescriptor_ScheduleRelationship = 1
	// A trip that is running with no schedule associated to it (GTFS frequencies.txt exact_times=0).
	// Trips with ScheduleRelationship=UNSCHEDULED must also set all StopTimeUpdates.ScheduleRelationship=UNSCHEDULED.
	TripDescriptor_UNSCHEDULED TripDescriptor_ScheduleRelationship = 2
	// A trip that existed in the schedule but was removed.
	TripDescriptor_CANCELED TripDescriptor_ScheduleRelationship = 3
	// Should not be used - for backwards-compatibility only.
	//
	// Deprecated: Do not use.
	TripDescriptor_REPLACEMENT TripDescriptor_ScheduleRelationship = 5
	// An extra trip that was added in addition to a running schedule, for example, to replace a broken vehicle or to
	// respond to sudden passenger load. Used with TripUpdate.TripProperties.trip_id, TripUpdate.TripProperties.start_date,
	// and TripUpdate.TripProperties.start_time to copy an existing trip from static GTFS but start at a different service
	// date and/or time. Duplicating a trip is allowed if the service related to the original trip in (CSV) GTFS
	// (in calendar.txt or calendar_dates.txt) is operating within the next 30 days. The trip to be duplicated is
	// identified via TripUpdate.TripDescriptor.trip_id. This enumeration does not modify the existing trip referenced by
	// TripUpdate.TripDescriptor.trip_id - if a producer wants to cancel the original trip, it must publish a separate
	// TripUpdate with the value of CANCELED. Trips defined in GTFS frequencies.txt with exact_times that is empty or
	// equal to 0 cannot be duplicated. The VehiclePosition.TripDescriptor.trip_id for the new trip must contain
	// the matching value from TripUpdate.TripProperties.trip_id and VehiclePosition.TripDescriptor.ScheduleRelationship
	// must also be set to DUPLICATED.
	// Existing producers and consumers that were using the ADDED enumeration to represent duplicated trips must follow
	// the migration guide (https://github.com/google/transit/tree/master/gtfs-realtime/spec/en/examples/migration-duplicated.md)
	// to transition to the DUPLICATED enumeration.
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	TripDescriptor_DUPLICATED TripDescriptor_ScheduleRelationship = 6
)

func (TripDescriptor_ScheduleRelationship) Descriptor

func (TripDescriptor_ScheduleRelationship) Enum

func (TripDescriptor_ScheduleRelationship) EnumDescriptor deprecated

func (TripDescriptor_ScheduleRelationship) EnumDescriptor() ([]byte, []int)

Deprecated: Use TripDescriptor_ScheduleRelationship.Descriptor instead.

func (TripDescriptor_ScheduleRelationship) Number

func (TripDescriptor_ScheduleRelationship) String

func (TripDescriptor_ScheduleRelationship) Type

func (*TripDescriptor_ScheduleRelationship) UnmarshalJSON deprecated

func (x *TripDescriptor_ScheduleRelationship) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type TripUpdate

type TripUpdate struct {

	// 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.
	Trip *TripDescriptor `protobuf:"bytes,1,req,name=trip" json:"trip,omitempty"`
	// Additional information on the vehicle that is serving this trip.
	Vehicle *VehicleDescriptor `protobuf:"bytes,3,opt,name=vehicle" json:"vehicle,omitempty"`
	// Updates to StopTimes for the trip (both future, i.e., predictions, and in
	// some cases, past ones, i.e., those that already happened).
	// The updates must be sorted by stop_sequence, and apply for all the
	// following stops of the trip up to the next specified one.
	//
	// Example 1:
	// For a trip with 20 stops, a StopTimeUpdate with arrival delay and departure
	// delay of 0 for stop_sequence of the current stop means that the trip is
	// exactly on time.
	//
	// Example 2:
	// For the same trip instance, 3 StopTimeUpdates are provided:
	// - delay of 5 min for stop_sequence 3
	// - delay of 1 min for stop_sequence 8
	// - delay of unspecified duration for stop_sequence 10
	// This will be interpreted as:
	// - stop_sequences 3,4,5,6,7 have delay of 5 min.
	// - stop_sequences 8,9 have delay of 1 min.
	// - stop_sequences 10,... have unknown delay.
	StopTimeUpdate []*TripUpdate_StopTimeUpdate `protobuf:"bytes,2,rep,name=stop_time_update,json=stopTimeUpdate" json:"stop_time_update,omitempty"`
	// 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).
	Timestamp *uint64 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	// The current schedule deviation for the trip.  Delay should only be
	// specified when the prediction is given relative to some existing schedule
	// in GTFS.
	//
	// Delay (in seconds) can be positive (meaning that the vehicle is late) or
	// negative (meaning that the vehicle is ahead of schedule). Delay of 0
	// means that the vehicle is exactly on time.
	//
	// Delay information in StopTimeUpdates take precedent of trip-level delay
	// information, such that trip-level delay is only propagated until the next
	// stop along the trip with a StopTimeUpdate delay value specified.
	//
	// Feed providers are strongly encouraged to provide a TripUpdate.timestamp
	// value indicating when the delay value was last updated, in order to
	// evaluate the freshness of the data.
	//
	// NOTE: This field is still experimental, and subject to change. It may be
	// formally adopted in the future.
	Delay          *int32                     `protobuf:"varint,5,opt,name=delay" json:"delay,omitempty"`
	TripProperties *TripUpdate_TripProperties `protobuf:"bytes,6,opt,name=trip_properties,json=tripProperties" json:"trip_properties,omitempty"`
	// contains filtered or unexported fields
}

Realtime update of the progress of a vehicle along a trip. Depending on the value of ScheduleRelationship, a TripUpdate can specify: - A trip that proceeds along the schedule. - A trip that proceeds along a route but has no fixed schedule. - A trip that have been added or removed with regard to schedule.

The updates can be for future, predicted arrival/departure events, or for past events that already occurred. Normally, updates should get more precise and more certain (see uncertainty below) as the events gets closer to current time. Even if that is not possible, the information for past events should be precise and certain. In particular, if an update points to time in the past but its update's uncertainty is not 0, the client should conclude that the update is a (wrong) prediction and that the trip has not completed yet.

Note that the update can describe a trip that is already completed. To this end, it is enough to provide an update for the last stop of the trip. If the time of that is in the past, the client will conclude from that that the whole trip is in the past (it is possible, although inconsequential, to also provide updates for preceding stops). This option is most relevant for a trip that has completed ahead of schedule, but according to the schedule, the trip is still proceeding at the current time. Removing the updates for this trip could make the client assume that the trip is still proceeding. Note that the feed provider is allowed, but not required, to purge past updates - this is one case where this would be practically useful.

func (*TripUpdate) Descriptor deprecated

func (*TripUpdate) Descriptor() ([]byte, []int)

Deprecated: Use TripUpdate.ProtoReflect.Descriptor instead.

func (*TripUpdate) GetDelay

func (x *TripUpdate) GetDelay() int32

func (*TripUpdate) GetStopTimeUpdate

func (x *TripUpdate) GetStopTimeUpdate() []*TripUpdate_StopTimeUpdate

func (*TripUpdate) GetTimestamp

func (x *TripUpdate) GetTimestamp() uint64

func (*TripUpdate) GetTrip

func (x *TripUpdate) GetTrip() *TripDescriptor

func (*TripUpdate) GetTripProperties

func (x *TripUpdate) GetTripProperties() *TripUpdate_TripProperties

func (*TripUpdate) GetVehicle

func (x *TripUpdate) GetVehicle() *VehicleDescriptor

func (*TripUpdate) ProtoMessage

func (*TripUpdate) ProtoMessage()

func (*TripUpdate) ProtoReflect

func (x *TripUpdate) ProtoReflect() protoreflect.Message

func (*TripUpdate) Reset

func (x *TripUpdate) Reset()

func (*TripUpdate) String

func (x *TripUpdate) String() string

type TripUpdate_StopTimeEvent

type TripUpdate_StopTimeEvent struct {

	// Delay (in seconds) can be positive (meaning that the vehicle is late) or
	// negative (meaning that the vehicle is ahead of schedule). Delay of 0
	// means that the vehicle is exactly on time.
	Delay *int32 `protobuf:"varint,1,opt,name=delay" json:"delay,omitempty"`
	// Event as absolute time.
	// In Unix time (i.e., number of seconds since January 1st 1970 00:00:00
	// UTC).
	Time *int64 `protobuf:"varint,2,opt,name=time" json:"time,omitempty"`
	// If uncertainty is omitted, it is interpreted as unknown.
	// If the prediction is unknown or too uncertain, the delay (or time) field
	// should be empty. In such case, the uncertainty field is ignored.
	// To specify a completely certain prediction, set its uncertainty to 0.
	Uncertainty *int32 `protobuf:"varint,3,opt,name=uncertainty" json:"uncertainty,omitempty"`
	// contains filtered or unexported fields
}

Timing information for a single predicted event (either arrival or departure). Timing consists of delay and/or estimated time, and uncertainty.

  • delay should be used when the prediction is given relative to some existing schedule in GTFS.
  • time should be given whether there is a predicted schedule or not. If both time and delay are specified, time will take precedence (although normally, time, if given for a scheduled trip, should be equal to scheduled time in GTFS + delay).

Uncertainty applies equally to both time and delay. The uncertainty roughly specifies the expected error in true delay (but note, we don't yet define its precise statistical meaning). It's possible for the uncertainty to be 0, for example for trains that are driven under computer timing control.

func (*TripUpdate_StopTimeEvent) Descriptor deprecated

func (*TripUpdate_StopTimeEvent) Descriptor() ([]byte, []int)

Deprecated: Use TripUpdate_StopTimeEvent.ProtoReflect.Descriptor instead.

func (*TripUpdate_StopTimeEvent) GetDelay

func (x *TripUpdate_StopTimeEvent) GetDelay() int32

func (*TripUpdate_StopTimeEvent) GetTime

func (x *TripUpdate_StopTimeEvent) GetTime() int64

func (*TripUpdate_StopTimeEvent) GetUncertainty

func (x *TripUpdate_StopTimeEvent) GetUncertainty() int32

func (*TripUpdate_StopTimeEvent) ProtoMessage

func (*TripUpdate_StopTimeEvent) ProtoMessage()

func (*TripUpdate_StopTimeEvent) ProtoReflect

func (x *TripUpdate_StopTimeEvent) ProtoReflect() protoreflect.Message

func (*TripUpdate_StopTimeEvent) Reset

func (x *TripUpdate_StopTimeEvent) Reset()

func (*TripUpdate_StopTimeEvent) String

func (x *TripUpdate_StopTimeEvent) String() string

type TripUpdate_StopTimeUpdate

type TripUpdate_StopTimeUpdate struct {

	// Must be the same as in stop_times.txt in the corresponding GTFS feed.
	StopSequence *uint32 `protobuf:"varint,1,opt,name=stop_sequence,json=stopSequence" json:"stop_sequence,omitempty"`
	// Must be the same as in stops.txt in the corresponding GTFS feed.
	StopId    *string                   `protobuf:"bytes,4,opt,name=stop_id,json=stopId" json:"stop_id,omitempty"`
	Arrival   *TripUpdate_StopTimeEvent `protobuf:"bytes,2,opt,name=arrival" json:"arrival,omitempty"`
	Departure *TripUpdate_StopTimeEvent `protobuf:"bytes,3,opt,name=departure" json:"departure,omitempty"`
	// Expected occupancy after departure from the given stop.
	// Should be provided only for future stops.
	// In order to provide departure_occupancy_status without either arrival or
	// departure StopTimeEvents, ScheduleRelationship should be set to NO_DATA.
	DepartureOccupancyStatus *VehiclePosition_OccupancyStatus                `` /* 183-byte string literal not displayed */
	ScheduleRelationship     *TripUpdate_StopTimeUpdate_ScheduleRelationship `` /* 190-byte string literal not displayed */
	// Realtime updates for certain properties defined within GTFS stop_times.txt
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	StopTimeProperties *TripUpdate_StopTimeUpdate_StopTimeProperties `protobuf:"bytes,6,opt,name=stop_time_properties,json=stopTimeProperties" json:"stop_time_properties,omitempty"`
	// contains filtered or unexported fields
}

Realtime update for arrival and/or departure events for a given stop on a trip. Updates can be supplied for both past and future events. The producer is allowed, although not required, to drop past events.

func (*TripUpdate_StopTimeUpdate) Descriptor deprecated

func (*TripUpdate_StopTimeUpdate) Descriptor() ([]byte, []int)

Deprecated: Use TripUpdate_StopTimeUpdate.ProtoReflect.Descriptor instead.

func (*TripUpdate_StopTimeUpdate) GetArrival

func (*TripUpdate_StopTimeUpdate) GetDeparture

func (*TripUpdate_StopTimeUpdate) GetDepartureOccupancyStatus

func (x *TripUpdate_StopTimeUpdate) GetDepartureOccupancyStatus() VehiclePosition_OccupancyStatus

func (*TripUpdate_StopTimeUpdate) GetScheduleRelationship

func (*TripUpdate_StopTimeUpdate) GetStopId

func (x *TripUpdate_StopTimeUpdate) GetStopId() string

func (*TripUpdate_StopTimeUpdate) GetStopSequence

func (x *TripUpdate_StopTimeUpdate) GetStopSequence() uint32

func (*TripUpdate_StopTimeUpdate) GetStopTimeProperties

func (*TripUpdate_StopTimeUpdate) ProtoMessage

func (*TripUpdate_StopTimeUpdate) ProtoMessage()

func (*TripUpdate_StopTimeUpdate) ProtoReflect

func (*TripUpdate_StopTimeUpdate) Reset

func (x *TripUpdate_StopTimeUpdate) Reset()

func (*TripUpdate_StopTimeUpdate) String

func (x *TripUpdate_StopTimeUpdate) String() string

type TripUpdate_StopTimeUpdate_ScheduleRelationship

type TripUpdate_StopTimeUpdate_ScheduleRelationship int32

The relation between the StopTimeEvents and the static schedule.

const (
	// The vehicle is proceeding in accordance with its static schedule of
	// stops, although not necessarily according to the times of the schedule.
	// At least one of arrival and departure must be provided. If the schedule
	// for this stop contains both arrival and departure times then so must
	// this update. Frequency-based trips (GTFS frequencies.txt with exact_times = 0)
	// should not have a SCHEDULED value and should use UNSCHEDULED instead.
	TripUpdate_StopTimeUpdate_SCHEDULED TripUpdate_StopTimeUpdate_ScheduleRelationship = 0
	// The stop is skipped, i.e., the vehicle will not stop at this stop.
	// Arrival and departure are optional.
	TripUpdate_StopTimeUpdate_SKIPPED TripUpdate_StopTimeUpdate_ScheduleRelationship = 1
	// No StopTimeEvents are given for this stop.
	// The main intention for this value is to give time predictions only for
	// part of a trip, i.e., if the last update for a trip has a NO_DATA
	// specifier, then StopTimeEvents for the rest of the stops in the trip
	// are considered to be unspecified as well.
	// Neither arrival nor departure should be supplied.
	TripUpdate_StopTimeUpdate_NO_DATA TripUpdate_StopTimeUpdate_ScheduleRelationship = 2
	// The vehicle is operating a trip defined in GTFS frequencies.txt with exact_times = 0.
	// This value should not be used for trips that are not defined in GTFS frequencies.txt,
	// or trips in GTFS frequencies.txt with exact_times = 1. Trips containing StopTimeUpdates
	// with ScheduleRelationship=UNSCHEDULED must also set TripDescriptor.ScheduleRelationship=UNSCHEDULED.
	// NOTE: This field is still experimental, and subject to change. It may be
	// formally adopted in the future.
	TripUpdate_StopTimeUpdate_UNSCHEDULED TripUpdate_StopTimeUpdate_ScheduleRelationship = 3
)

func (TripUpdate_StopTimeUpdate_ScheduleRelationship) Descriptor

func (TripUpdate_StopTimeUpdate_ScheduleRelationship) Enum

func (TripUpdate_StopTimeUpdate_ScheduleRelationship) EnumDescriptor deprecated

Deprecated: Use TripUpdate_StopTimeUpdate_ScheduleRelationship.Descriptor instead.

func (TripUpdate_StopTimeUpdate_ScheduleRelationship) Number

func (TripUpdate_StopTimeUpdate_ScheduleRelationship) String

func (TripUpdate_StopTimeUpdate_ScheduleRelationship) Type

func (*TripUpdate_StopTimeUpdate_ScheduleRelationship) UnmarshalJSON deprecated

Deprecated: Do not use.

type TripUpdate_StopTimeUpdate_StopTimeProperties

type TripUpdate_StopTimeUpdate_StopTimeProperties struct {

	// Supports real-time stop assignments. Refers to a stop_id defined in the GTFS stops.txt.
	// The new assigned_stop_id should not result in a significantly different trip experience for the end user than
	// the stop_id defined in GTFS stop_times.txt. In other words, the end user should not view this new stop_id as an
	// "unusual change" if the new stop was presented within an app without any additional context.
	// For example, this field is intended to be used for platform assignments by using a stop_id that belongs to the
	// same station as the stop originally defined in GTFS stop_times.txt.
	// To assign a stop without providing any real-time arrival or departure predictions, populate this field and set
	// StopTimeUpdate.schedule_relationship = NO_DATA.
	// If this field is populated, it is preferred to omit `StopTimeUpdate.stop_id` and use only `StopTimeUpdate.stop_sequence`. If
	// `StopTimeProperties.assigned_stop_id` and `StopTimeUpdate.stop_id` are populated, `StopTimeUpdate.stop_id` must match `assigned_stop_id`.
	// Platform assignments should be reflected in other GTFS-realtime fields as well
	// (e.g., `VehiclePosition.stop_id`).
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	AssignedStopId *string `protobuf:"bytes,1,opt,name=assigned_stop_id,json=assignedStopId" json:"assigned_stop_id,omitempty"`
	// contains filtered or unexported fields
}

Provides the updated values for the stop time. NOTE: This message is still experimental, and subject to change. It may be formally adopted in the future.

func (*TripUpdate_StopTimeUpdate_StopTimeProperties) Descriptor deprecated

Deprecated: Use TripUpdate_StopTimeUpdate_StopTimeProperties.ProtoReflect.Descriptor instead.

func (*TripUpdate_StopTimeUpdate_StopTimeProperties) GetAssignedStopId

func (*TripUpdate_StopTimeUpdate_StopTimeProperties) ProtoMessage

func (*TripUpdate_StopTimeUpdate_StopTimeProperties) ProtoReflect

func (*TripUpdate_StopTimeUpdate_StopTimeProperties) Reset

func (*TripUpdate_StopTimeUpdate_StopTimeProperties) String

type TripUpdate_TripProperties

type TripUpdate_TripProperties struct {

	// Defines the identifier of a new trip that is a duplicate of an existing trip defined in (CSV) GTFS trips.txt
	// but will start at a different service date and/or time (defined using the TripProperties.start_date and
	// TripProperties.start_time fields). See definition of trips.trip_id in (CSV) GTFS. Its value must be different
	// than the ones used in the (CSV) GTFS. Required if schedule_relationship=DUPLICATED, otherwise this field must not
	// be populated and will be ignored by consumers.
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	TripId *string `protobuf:"bytes,1,opt,name=trip_id,json=tripId" json:"trip_id,omitempty"`
	// Service date on which the DUPLICATED trip will be run, in YYYYMMDD format. Required if
	// schedule_relationship=DUPLICATED, otherwise this field must not be populated and will be ignored by consumers.
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	StartDate *string `protobuf:"bytes,2,opt,name=start_date,json=startDate" json:"start_date,omitempty"`
	// Defines the departure start time of the trip when it’s duplicated. See definition of stop_times.departure_time
	// in (CSV) GTFS. Scheduled arrival and departure times for the duplicated trip are calculated based on the offset
	// between the original trip departure_time and this field. For example, if a GTFS trip has stop A with a
	// departure_time of 10:00:00 and stop B with departure_time of 10:01:00, and this field is populated with the value
	// of 10:30:00, stop B on the duplicated trip will have a scheduled departure_time of 10:31:00. Real-time prediction
	// delay values are applied to this calculated schedule time to determine the predicted time. For example, if a
	// departure delay of 30 is provided for stop B, then the predicted departure time is 10:31:30. Real-time
	// prediction time values do not have any offset applied to them and indicate the predicted time as provided.
	// For example, if a departure time representing 10:31:30 is provided for stop B, then the predicted departure time
	// is 10:31:30. This field is required if schedule_relationship is DUPLICATED, otherwise this field must not be
	// populated and will be ignored by consumers.
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	StartTime *string `protobuf:"bytes,3,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	// Specifies the shape of the vehicle travel path when the trip shape differs from the shape specified in
	// (CSV) GTFS or to specify it in real-time when it's not provided by (CSV) GTFS, such as a vehicle that takes differing
	// paths based on rider demand. See definition of trips.shape_id in (CSV) GTFS. If a shape is neither defined in (CSV) GTFS
	// nor in real-time, the shape is considered unknown. This field can refer to a shape defined in the (CSV) GTFS in shapes.txt
	// or a Shape in the (protobuf) real-time feed. The order of stops (stop sequences) for this trip must remain the same as
	// (CSV) GTFS. Stops that are a part of the original trip but will no longer be made, such as when a detour occurs, should
	// be marked as schedule_relationship=SKIPPED.
	// NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
	ShapeId *string `protobuf:"bytes,4,opt,name=shape_id,json=shapeId" json:"shape_id,omitempty"`
	// contains filtered or unexported fields
}

Defines updated properties of the trip, such as a new shape_id when there is a detour. Or defines the trip_id, start_date, and start_time of a DUPLICATED trip. NOTE: This message is still experimental, and subject to change. It may be formally adopted in the future.

func (*TripUpdate_TripProperties) Descriptor deprecated

func (*TripUpdate_TripProperties) Descriptor() ([]byte, []int)

Deprecated: Use TripUpdate_TripProperties.ProtoReflect.Descriptor instead.

func (*TripUpdate_TripProperties) GetShapeId

func (x *TripUpdate_TripProperties) GetShapeId() string

func (*TripUpdate_TripProperties) GetStartDate

func (x *TripUpdate_TripProperties) GetStartDate() string

func (*TripUpdate_TripProperties) GetStartTime

func (x *TripUpdate_TripProperties) GetStartTime() string

func (*TripUpdate_TripProperties) GetTripId

func (x *TripUpdate_TripProperties) GetTripId() string

func (*TripUpdate_TripProperties) ProtoMessage

func (*TripUpdate_TripProperties) ProtoMessage()

func (*TripUpdate_TripProperties) ProtoReflect

func (*TripUpdate_TripProperties) Reset

func (x *TripUpdate_TripProperties) Reset()

func (*TripUpdate_TripProperties) String

func (x *TripUpdate_TripProperties) String() string

type VehicleDescriptor

type VehicleDescriptor struct {

	// Internal system identification of the vehicle. Should be unique per
	// vehicle, and can be used for tracking the vehicle as it proceeds through
	// the system.
	Id *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	// User visible label, i.e., something that must be shown to the passenger to
	// help identify the correct vehicle.
	Label *string `protobuf:"bytes,2,opt,name=label" json:"label,omitempty"`
	// The license plate of the vehicle.
	LicensePlate *string `protobuf:"bytes,3,opt,name=license_plate,json=licensePlate" json:"license_plate,omitempty"`
	// contains filtered or unexported fields
}

Identification information for the vehicle performing the trip.

func (*VehicleDescriptor) Descriptor deprecated

func (*VehicleDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use VehicleDescriptor.ProtoReflect.Descriptor instead.

func (*VehicleDescriptor) GetId

func (x *VehicleDescriptor) GetId() string

func (*VehicleDescriptor) GetLabel

func (x *VehicleDescriptor) GetLabel() string

func (*VehicleDescriptor) GetLicensePlate

func (x *VehicleDescriptor) GetLicensePlate() string

func (*VehicleDescriptor) ProtoMessage

func (*VehicleDescriptor) ProtoMessage()

func (*VehicleDescriptor) ProtoReflect

func (x *VehicleDescriptor) ProtoReflect() protoreflect.Message

func (*VehicleDescriptor) Reset

func (x *VehicleDescriptor) Reset()

func (*VehicleDescriptor) String

func (x *VehicleDescriptor) String() string

type VehiclePosition

type VehiclePosition struct {

	// The Trip that this vehicle is serving.
	// Can be empty or partial if the vehicle can not be identified with a given
	// trip instance.
	Trip *TripDescriptor `protobuf:"bytes,1,opt,name=trip" json:"trip,omitempty"`
	// Additional information on the vehicle that is serving this trip.
	Vehicle *VehicleDescriptor `protobuf:"bytes,8,opt,name=vehicle" json:"vehicle,omitempty"`
	// Current position of this vehicle.
	Position *Position `protobuf:"bytes,2,opt,name=position" json:"position,omitempty"`
	// 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.
	CurrentStopSequence *uint32 `protobuf:"varint,3,opt,name=current_stop_sequence,json=currentStopSequence" json:"current_stop_sequence,omitempty"`
	// Identifies the current stop. The value must be the same as in stops.txt in
	// the corresponding GTFS feed.
	StopId *string `protobuf:"bytes,7,opt,name=stop_id,json=stopId" json:"stop_id,omitempty"`
	// The exact status of the vehicle with respect to the current stop.
	// Ignored if current_stop_sequence is missing.
	CurrentStatus *VehiclePosition_VehicleStopStatus `` /* 156-byte string literal not displayed */
	// 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).
	Timestamp       *uint64                          `protobuf:"varint,5,opt,name=timestamp" json:"timestamp,omitempty"`
	CongestionLevel *VehiclePosition_CongestionLevel `` /* 154-byte string literal not displayed */
	// If multi_carriage_status is populated with per-carriage OccupancyStatus,
	// then this field should describe the entire vehicle with all carriages accepting passengers considered.
	OccupancyStatus *VehiclePosition_OccupancyStatus `` /* 154-byte string literal not displayed */
	// A percentage value indicating the degree of passenger occupancy in the vehicle.
	// The values are represented as an integer without decimals. 0 means 0% and 100 means 100%.
	// The value 100 should represent the total maximum occupancy the vehicle was designed for,
	// including both seated and standing capacity, and current operating regulations allow.
	// The value may exceed 100 if there are more passengers than the maximum designed capacity.
	// The precision of occupancy_percentage should be low enough that individual passengers cannot be tracked boarding or alighting the vehicle.
	// If multi_carriage_status is populated with per-carriage occupancy_percentage,
	// then this field should describe the entire vehicle with all carriages accepting passengers considered.
	// This field is still experimental, and subject to change. It may be formally adopted in the future.
	OccupancyPercentage *uint32 `protobuf:"varint,10,opt,name=occupancy_percentage,json=occupancyPercentage" json:"occupancy_percentage,omitempty"`
	// Details of the multiple carriages of this given vehicle.
	// The first occurrence represents the first carriage of the vehicle,
	// given the current direction of travel.
	// The number of occurrences of the multi_carriage_details
	// field represents the number of carriages of the vehicle.
	// It also includes non boardable carriages,
	// like engines, maintenance carriages, etc… as they provide valuable
	// information to passengers about where to stand on a platform.
	// This message/field is still experimental, and subject to change. It may be formally adopted in the future.
	MultiCarriageDetails []*VehiclePosition_CarriageDetails `protobuf:"bytes,11,rep,name=multi_carriage_details,json=multiCarriageDetails" json:"multi_carriage_details,omitempty"`
	// contains filtered or unexported fields
}

Realtime positioning information for a given vehicle.

func (*VehiclePosition) Descriptor deprecated

func (*VehiclePosition) Descriptor() ([]byte, []int)

Deprecated: Use VehiclePosition.ProtoReflect.Descriptor instead.

func (*VehiclePosition) GetCongestionLevel

func (x *VehiclePosition) GetCongestionLevel() VehiclePosition_CongestionLevel

func (*VehiclePosition) GetCurrentStatus

func (x *VehiclePosition) GetCurrentStatus() VehiclePosition_VehicleStopStatus

func (*VehiclePosition) GetCurrentStopSequence

func (x *VehiclePosition) GetCurrentStopSequence() uint32

func (*VehiclePosition) GetMultiCarriageDetails

func (x *VehiclePosition) GetMultiCarriageDetails() []*VehiclePosition_CarriageDetails

func (*VehiclePosition) GetOccupancyPercentage

func (x *VehiclePosition) GetOccupancyPercentage() uint32

func (*VehiclePosition) GetOccupancyStatus

func (x *VehiclePosition) GetOccupancyStatus() VehiclePosition_OccupancyStatus

func (*VehiclePosition) GetPosition

func (x *VehiclePosition) GetPosition() *Position

func (*VehiclePosition) GetStopId

func (x *VehiclePosition) GetStopId() string

func (*VehiclePosition) GetTimestamp

func (x *VehiclePosition) GetTimestamp() uint64

func (*VehiclePosition) GetTrip

func (x *VehiclePosition) GetTrip() *TripDescriptor

func (*VehiclePosition) GetVehicle

func (x *VehiclePosition) GetVehicle() *VehicleDescriptor

func (*VehiclePosition) ProtoMessage

func (*VehiclePosition) ProtoMessage()

func (*VehiclePosition) ProtoReflect

func (x *VehiclePosition) ProtoReflect() protoreflect.Message

func (*VehiclePosition) Reset

func (x *VehiclePosition) Reset()

func (*VehiclePosition) String

func (x *VehiclePosition) String() string

type VehiclePosition_CarriageDetails

type VehiclePosition_CarriageDetails struct {

	// Identification of the carriage. Should be unique per vehicle.
	Id *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	// User visible label that may be shown to the passenger to help identify
	// the carriage. Example: "7712", "Car ABC-32", etc...
	// This message/field is still experimental, and subject to change. It may be formally adopted in the future.
	Label *string `protobuf:"bytes,2,opt,name=label" json:"label,omitempty"`
	// Occupancy status for this given carriage, in this vehicle
	// This message/field is still experimental, and subject to change. It may be formally adopted in the future.
	OccupancyStatus *VehiclePosition_OccupancyStatus `` /* 160-byte string literal not displayed */
	// Occupancy percentage for this given carriage, in this vehicle.
	// Follows the same rules as "VehiclePosition.occupancy_percentage"
	// -1 in case data is not available for this given carriage (as protobuf defaults to 0 otherwise)
	// This message/field is still experimental, and subject to change. It may be formally adopted in the future.
	OccupancyPercentage *int32 `protobuf:"varint,4,opt,name=occupancy_percentage,json=occupancyPercentage,def=-1" json:"occupancy_percentage,omitempty"`
	// Identifies the order of this carriage with respect to the other
	// carriages in the vehicle's list of CarriageDetails.
	// The first carriage in the direction of travel must have a value of 1.
	// The second value corresponds to the second carriage in the direction
	// of travel and must have a value of 2, and so forth.
	// For example, the first carriage in the direction of travel has a value of 1.
	// If the second carriage in the direction of travel has a value of 3,
	// consumers will discard data for all carriages (i.e., the multi_carriage_details field).
	// Carriages without data must be represented with a valid carriage_sequence number and the fields
	// without data should be omitted (alternately, those fields could also be included and set to the "no data" values).
	// This message/field is still experimental, and subject to change. It may be formally adopted in the future.
	CarriageSequence *uint32 `protobuf:"varint,5,opt,name=carriage_sequence,json=carriageSequence" json:"carriage_sequence,omitempty"`
	// contains filtered or unexported fields
}

Carriage specific details, used for vehicles composed of several carriages This message/field is still experimental, and subject to change. It may be formally adopted in the future.

func (*VehiclePosition_CarriageDetails) Descriptor deprecated

func (*VehiclePosition_CarriageDetails) Descriptor() ([]byte, []int)

Deprecated: Use VehiclePosition_CarriageDetails.ProtoReflect.Descriptor instead.

func (*VehiclePosition_CarriageDetails) GetCarriageSequence

func (x *VehiclePosition_CarriageDetails) GetCarriageSequence() uint32

func (*VehiclePosition_CarriageDetails) GetId

func (*VehiclePosition_CarriageDetails) GetLabel

func (*VehiclePosition_CarriageDetails) GetOccupancyPercentage

func (x *VehiclePosition_CarriageDetails) GetOccupancyPercentage() int32

func (*VehiclePosition_CarriageDetails) GetOccupancyStatus

func (*VehiclePosition_CarriageDetails) ProtoMessage

func (*VehiclePosition_CarriageDetails) ProtoMessage()

func (*VehiclePosition_CarriageDetails) ProtoReflect

func (*VehiclePosition_CarriageDetails) Reset

func (*VehiclePosition_CarriageDetails) String

type VehiclePosition_CongestionLevel

type VehiclePosition_CongestionLevel int32

Congestion level that is affecting this vehicle.

const (
	VehiclePosition_UNKNOWN_CONGESTION_LEVEL VehiclePosition_CongestionLevel = 0
	VehiclePosition_RUNNING_SMOOTHLY         VehiclePosition_CongestionLevel = 1
	VehiclePosition_STOP_AND_GO              VehiclePosition_CongestionLevel = 2
	VehiclePosition_CONGESTION               VehiclePosition_CongestionLevel = 3
	VehiclePosition_SEVERE_CONGESTION        VehiclePosition_CongestionLevel = 4 // People leaving their cars.
)

func (VehiclePosition_CongestionLevel) Descriptor

func (VehiclePosition_CongestionLevel) Enum

func (VehiclePosition_CongestionLevel) EnumDescriptor deprecated

func (VehiclePosition_CongestionLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use VehiclePosition_CongestionLevel.Descriptor instead.

func (VehiclePosition_CongestionLevel) Number

func (VehiclePosition_CongestionLevel) String

func (VehiclePosition_CongestionLevel) Type

func (*VehiclePosition_CongestionLevel) UnmarshalJSON deprecated

func (x *VehiclePosition_CongestionLevel) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type VehiclePosition_OccupancyStatus

type VehiclePosition_OccupancyStatus int32

The state of passenger occupancy for the vehicle or carriage. Individual producers may not publish all OccupancyStatus values. Therefore, consumers must not assume that the OccupancyStatus values follow a linear scale. Consumers should represent OccupancyStatus values as the state indicated and intended by the producer. Likewise, producers must use OccupancyStatus values that correspond to actual vehicle occupancy states. For describing passenger occupancy levels on a linear scale, see `occupancy_percentage`. This field is still experimental, and subject to change. It may be formally adopted in the future.

const (
	// The vehicle or carriage is considered empty by most measures, and has few or no
	// passengers onboard, but is still accepting passengers.
	VehiclePosition_EMPTY VehiclePosition_OccupancyStatus = 0
	// The vehicle or carriage has a large number of seats available.
	// The amount of free seats out of the total seats available to be
	// considered large enough to fall into this category is determined at the
	// discretion of the producer.
	VehiclePosition_MANY_SEATS_AVAILABLE VehiclePosition_OccupancyStatus = 1
	// The vehicle or carriage has a relatively small number of seats available.
	// The amount of free seats out of the total seats available to be
	// considered small enough to fall into this category is determined at the
	// discretion of the feed producer.
	VehiclePosition_FEW_SEATS_AVAILABLE VehiclePosition_OccupancyStatus = 2
	// The vehicle or carriage can currently accommodate only standing passengers.
	VehiclePosition_STANDING_ROOM_ONLY VehiclePosition_OccupancyStatus = 3
	// The vehicle or carriage can currently accommodate only standing passengers
	// and has limited space for them.
	VehiclePosition_CRUSHED_STANDING_ROOM_ONLY VehiclePosition_OccupancyStatus = 4
	// The vehicle or carriage is considered full by most measures, but may still be
	// allowing passengers to board.
	VehiclePosition_FULL VehiclePosition_OccupancyStatus = 5
	// The vehicle or carriage is not accepting passengers, but usually accepts passengers for boarding.
	VehiclePosition_NOT_ACCEPTING_PASSENGERS VehiclePosition_OccupancyStatus = 6
	// The vehicle or carriage doesn't have any occupancy data available at that time.
	VehiclePosition_NO_DATA_AVAILABLE VehiclePosition_OccupancyStatus = 7
	// The vehicle or carriage is not boardable and never accepts passengers.
	// Useful for special vehicles or carriages (engine, maintenance carriage, etc…).
	VehiclePosition_NOT_BOARDABLE VehiclePosition_OccupancyStatus = 8
)

func (VehiclePosition_OccupancyStatus) Descriptor

func (VehiclePosition_OccupancyStatus) Enum

func (VehiclePosition_OccupancyStatus) EnumDescriptor deprecated

func (VehiclePosition_OccupancyStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use VehiclePosition_OccupancyStatus.Descriptor instead.

func (VehiclePosition_OccupancyStatus) Number

func (VehiclePosition_OccupancyStatus) String

func (VehiclePosition_OccupancyStatus) Type

func (*VehiclePosition_OccupancyStatus) UnmarshalJSON deprecated

func (x *VehiclePosition_OccupancyStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type VehiclePosition_VehicleStopStatus

type VehiclePosition_VehicleStopStatus int32
const (
	// The vehicle is just about to arrive at the stop (on a stop
	// display, the vehicle symbol typically flashes).
	VehiclePosition_INCOMING_AT VehiclePosition_VehicleStopStatus = 0
	// The vehicle is standing at the stop.
	VehiclePosition_STOPPED_AT VehiclePosition_VehicleStopStatus = 1
	// The vehicle has departed and is in transit to the next stop.
	VehiclePosition_IN_TRANSIT_TO VehiclePosition_VehicleStopStatus = 2
)

func (VehiclePosition_VehicleStopStatus) Descriptor

func (VehiclePosition_VehicleStopStatus) Enum

func (VehiclePosition_VehicleStopStatus) EnumDescriptor deprecated

func (VehiclePosition_VehicleStopStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use VehiclePosition_VehicleStopStatus.Descriptor instead.

func (VehiclePosition_VehicleStopStatus) Number

func (VehiclePosition_VehicleStopStatus) String

func (VehiclePosition_VehicleStopStatus) Type

func (*VehiclePosition_VehicleStopStatus) UnmarshalJSON deprecated

func (x *VehiclePosition_VehicleStopStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL