|
1 | 1 | defmodule Google.Protobuf.Compiler.CodeGeneratorResponse.Feature do |
2 | 2 | @moduledoc false |
3 | 3 |
|
4 | | - use Protobuf, enum: true, protoc_gen_elixir_version: "0.14.1", syntax: :proto2 |
| 4 | + use Protobuf, |
| 5 | + enum: true, |
| 6 | + full_name: "google.protobuf.compiler.CodeGeneratorResponse.Feature", |
| 7 | + protoc_gen_elixir_version: "0.15.0", |
| 8 | + syntax: :proto2 |
5 | 9 |
|
6 | 10 | field :FEATURE_NONE, 0 |
7 | 11 | field :FEATURE_PROTO3_OPTIONAL, 1 |
|
11 | 15 | defmodule Google.Protobuf.Compiler.Version do |
12 | 16 | @moduledoc false |
13 | 17 |
|
14 | | - use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto2 |
| 18 | + use Protobuf, |
| 19 | + full_name: "google.protobuf.compiler.Version", |
| 20 | + protoc_gen_elixir_version: "0.15.0", |
| 21 | + syntax: :proto2 |
15 | 22 |
|
16 | 23 | field :major, 1, optional: true, type: :int32 |
17 | 24 | field :minor, 2, optional: true, type: :int32 |
|
22 | 29 | defmodule Google.Protobuf.Compiler.CodeGeneratorRequest do |
23 | 30 | @moduledoc false |
24 | 31 |
|
25 | | - use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto2 |
| 32 | + use Protobuf, |
| 33 | + full_name: "google.protobuf.compiler.CodeGeneratorRequest", |
| 34 | + protoc_gen_elixir_version: "0.15.0", |
| 35 | + syntax: :proto2 |
26 | 36 |
|
27 | 37 | field :file_to_generate, 1, repeated: true, type: :string, json_name: "fileToGenerate" |
28 | 38 | field :parameter, 2, optional: true, type: :string |
|
46 | 56 | defmodule Google.Protobuf.Compiler.CodeGeneratorResponse.File do |
47 | 57 | @moduledoc false |
48 | 58 |
|
49 | | - use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto2 |
| 59 | + use Protobuf, |
| 60 | + full_name: "google.protobuf.compiler.CodeGeneratorResponse.File", |
| 61 | + protoc_gen_elixir_version: "0.15.0", |
| 62 | + syntax: :proto2 |
50 | 63 |
|
51 | 64 | field :name, 1, optional: true, type: :string |
52 | 65 | field :insertion_point, 2, optional: true, type: :string, json_name: "insertionPoint" |
|
61 | 74 | defmodule Google.Protobuf.Compiler.CodeGeneratorResponse do |
62 | 75 | @moduledoc false |
63 | 76 |
|
64 | | - use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto2 |
| 77 | + use Protobuf, |
| 78 | + full_name: "google.protobuf.compiler.CodeGeneratorResponse", |
| 79 | + protoc_gen_elixir_version: "0.15.0", |
| 80 | + syntax: :proto2 |
65 | 81 |
|
66 | 82 | field :error, 1, optional: true, type: :string |
67 | 83 | field :supported_features, 2, optional: true, type: :uint64, json_name: "supportedFeatures" |
|
0 commit comments