This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax = "proto2"; | |
| package nomad.google_flights.research; | |
| // Reverse-engineered Google Flights `tfs` URL parameter. | |
| // | |
| // The `tfs` query value is URL-safe base64, usually without padding, over this | |
| // protobuf-style message. This is research, not an official Google contract. | |
| // Field names are descriptive and based on controlled Google Flights URL diffs. | |
| message GoogleFlightsTfs { |