Merge branch 'master' of https://github.com/maxious/ACTBus-ui
[busui.git] / lib / Protobuf-PHP / library / DrSlump / Protobuf / Compiler / protos / php.proto
Maxious 1 import "descriptor.proto";
2
3 package php;
4
5 extend google.protobuf.FileOptions {
6
7 // Set the namespace (overrides package)
8 optional string namespace = 50002;
9 // Suffix for file names
10 optional string suffix = 50003 [default = ".php"];
11 // Generate a file for each structure in the proto
12 optional bool multifile = 50004 [default = false];
13 // Generate interfaces for service definitions
14 optional bool generic_services = 50005 [default = false];
15
16 }
17
18 //extend google.protobuf.MessageOptions {
19 //
20 //}
21 //
22 //extend google.protobuf.FieldOptions {
23 //
24 //}
25 //
26 //extend google.protobuf.EnumOptions {
27 //
28 //}
29 //
30 //extend google.protobuf.EnumValueOptions {
31 //
32 //}
33 //
34 //extend google.protobuf.ServiceOptions {
35 //
36 //}
37 //
38 //extend google.protobuf.MethodOptions {
39 //
40 //}
41