Proto commits in MobilityData/gtfs-realtime-bindings

These 23 commits are when the Protocol Buffers files have changed:

Commit:36e9e7e
Author:Sean Barbeau
Committer:GitHub

chore: Update .proto and Java bindings to Nov 12, 2020 version (#72)

The documentation is generated from this commit.

Commit:512b7f3
Author:Sean Barbeau
Committer:GitHub

feat: Update .proto as of Oct 30, 2020 and Java bindings (#69) gtfs-realtime.proto as of https://github.com/google/transit/commit/b28d6efab405556789b724682b57802379e70932. Also bundle .proto with Java bindings JAR as requested in https://github.com/MobilityData/gtfs-realtime-bindings/pull/61. Replaces https://github.com/MobilityData/gtfs-realtime-bindings/pull/67 and https://github.com/MobilityData/gtfs-realtime-bindings/pull/61.

Commit:a4464a4
Author:Sean Barbeau

chore: Test reading post default PBs with pre-default code

Commit:a1040c4
Author:Sean Barbeau

chore: Update .proto and Java bindings to Oct 30, 2020 version

Commit:8623aaf
Author:Sean Barbeau

Update to latest .proto from https://github.com/MobilityData/transit/pull/47 See: * Allow repeated start_date for new Trips - https://github.com/MobilityData/transit/pull/47/commits/e30983ff0dd68ed231a4920a836aa6f1d303a718 * Trip.replaces_trip_id -> TripUpdate.replaced_by_trip_id - https://github.com/MobilityData/transit/pull/47/commits/9c5af291d182eac0fda360e128607ee04772df03

Commit:75d534e
Author:Sean Barbeau

Update route type enum names to better match static ...and the static validator

Commit:3e1eaf1
Author:Sean Barbeau

fix: "biked_allowed" -> "bikes_allowed"

Commit:de53227
Author:Sean Barbeau

Add Trip.start_date

Commit:9c07894
Author:Sean Barbeau

Remove stop_id - NewStops can't be referenced from TripUpdates

Commit:da307e9
Author:Sean Barbeau

Add new route_types From https://github.com/google/transit/pull/174

Commit:c818f4d
Author:Sean Barbeau

Move StopTime to repeated entity within Trip See https://github.com/MobilityData/transit/pull/47#discussion_r400486724

Commit:e41d0ef
Author:Sean Barbeau

Add Shape shape_pt_sequence See https://docs.google.com/document/d/1oPfQ6Xvui0g3xiy1pNiyu5cWFLhvrTVyvYsMVKGyGWM/edit?pli=1&disco=AAAAGWvNesY

Commit:6ec24be
Author:Sean Barbeau

Add a field for StopTime to FeedEntity Otherwise you can't add any stop times to the feed

Commit:4ac7ef1
Author:Sean Barbeau

Update to latest changes to .proto Based on https://github.com/MobilityData/transit/pull/47

Commit:469190e
Author:Sean Barbeau

Alpha version of GTFS-ServiceChanges - NOT FOR PRODUCTION USE Based on the .proto from https://github.com/MobilityData/transit/pull/47

Commit:8c81d1e
Author:Sean Barbeau
Committer:GitHub

Update bindings to Feb 20th 2019 gtfs-realtime.proto (#43) * Update to the latest .proto from google/transit repo as of Feb. 20, 2019 * Add new Java bindings * Add new .NET bindings * Add new Node.js bindings * Add new Python bindings * Deprecate Ruby bindings * Add new Go bindings - Also update printing variable format in test - current %s value is causing build failure of "Errorf format %s has arg entity.Id of wrong type *string". Changing this to the general value of %v seems to fix the build error and the test passes. * Add .NET unit test * Update .NET sample code to latest generated from protobuf-net * Change maintainer of projects from Google to MobilityData

Commit:dd9973d
Author:Sean Barbeau

Change maintainer from Google to MobilityData

Commit:1c430dc
Author:Ivan Egorov

Update gtfs-realtime.proto license

Commit:97f2308
Author:Brian Ferris

Uodate to Feb 26, 2015 release of gtfs-realtime.proto.

Commit:ad6400e
Author:Brian Ferris

Update to Jan 30, 2015 version of gtfs-realtime.proto.

Commit:85c7166
Author:Brian Ferris

Update to Jan 28, 2015 version of gtfs-realtime.proto.

Commit:b82115b
Author:Brian Ferris

Update language bindings for latest gtfs-realtime.proto (January 16, 2015).

Commit:58a4bc5
Author:Brian Ferris

Add the current version of gtfs-realtime.proto to the repo.