Add php protobuffer support for transition to GTFS-realtime
[busui.git] / lib / Protobuf-PHP / library / DrSlump / Protobuf / Compiler / protos / json.proto
Maxious 1 import "descriptor.proto";
2
3 package json;
4
5 extend google.protobuf.FileOptions {
6
7 // Set the namespace (overrides package)
8 optional string namespace = 50102;
9 // Suffix for file names
10 optional string suffix = 50103 [default = ".pb.js"];
11
12 }
13
14 //extend google.protobuf.MessageOptions {
15 //
16 //}
17 //
18 //extend google.protobuf.FieldOptions {
19 //
20 //}
21 //
22 //extend google.protobuf.EnumOptions {
23 //
24 //}
25 //
26 //extend google.protobuf.EnumValueOptions {
27 //
28 //}
29 //
30 //extend google.protobuf.ServiceOptions {
31 //
32 //}
33 //
34 //extend google.protobuf.MethodOptions {
35 //
36 //}
37