1
1
defmodule Google.Protobuf.FieldDescriptorProto.Type do
2
2
@ moduledoc false
3
3
4
- use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
4
+ use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
5
5
6
6
field :TYPE_DOUBLE , 1
7
7
field :TYPE_FLOAT , 2
26
26
defmodule Google.Protobuf.FieldDescriptorProto.Label do
27
27
@ moduledoc false
28
28
29
- use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
29
+ use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
30
30
31
31
field :LABEL_OPTIONAL , 1
32
32
field :LABEL_REQUIRED , 2
36
36
defmodule Google.Protobuf.FileOptions.OptimizeMode do
37
37
@ moduledoc false
38
38
39
- use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
39
+ use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
40
40
41
41
field :SPEED , 1
42
42
field :CODE_SIZE , 2
46
46
defmodule Google.Protobuf.FieldOptions.CType do
47
47
@ moduledoc false
48
48
49
- use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
49
+ use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
50
50
51
51
field :STRING , 0
52
52
field :CORD , 1
56
56
defmodule Google.Protobuf.FieldOptions.JSType do
57
57
@ moduledoc false
58
58
59
- use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
59
+ use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
60
60
61
61
field :JS_NORMAL , 0
62
62
field :JS_STRING , 1
66
66
defmodule Google.Protobuf.MethodOptions.IdempotencyLevel do
67
67
@ moduledoc false
68
68
69
- use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
69
+ use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
70
70
71
71
field :IDEMPOTENCY_UNKNOWN , 0
72
72
field :NO_SIDE_EFFECTS , 1
76
76
defmodule Google.Protobuf.GeneratedCodeInfo.Annotation.Semantic do
77
77
@ moduledoc false
78
78
79
- use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
79
+ use Protobuf , enum: true , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
80
80
81
81
field :NONE , 0
82
82
field :SET , 1
86
86
defmodule Google.Protobuf.FileDescriptorSet do
87
87
@ moduledoc false
88
88
89
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
89
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
90
90
91
91
field :file , 1 , repeated: true , type: Google.Protobuf.FileDescriptorProto
92
92
end
93
93
94
94
defmodule Google.Protobuf.FileDescriptorProto do
95
95
@ moduledoc false
96
96
97
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
97
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
98
98
99
99
field :name , 1 , optional: true , type: :string
100
100
field :package , 2 , optional: true , type: :string
114
114
defmodule Google.Protobuf.DescriptorProto.ExtensionRange do
115
115
@ moduledoc false
116
116
117
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
117
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
118
118
119
119
field :start , 1 , optional: true , type: :int32
120
120
field :end , 2 , optional: true , type: :int32
124
124
defmodule Google.Protobuf.DescriptorProto.ReservedRange do
125
125
@ moduledoc false
126
126
127
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
127
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
128
128
129
129
field :start , 1 , optional: true , type: :int32
130
130
field :end , 2 , optional: true , type: :int32
133
133
defmodule Google.Protobuf.DescriptorProto do
134
134
@ moduledoc false
135
135
136
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
136
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
137
137
138
138
field :name , 1 , optional: true , type: :string
139
139
field :field , 2 , repeated: true , type: Google.Protobuf.FieldDescriptorProto
150
150
defmodule Google.Protobuf.ExtensionRangeOptions do
151
151
@ moduledoc false
152
152
153
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
153
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
154
154
155
155
field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
156
156
160
160
defmodule Google.Protobuf.FieldDescriptorProto do
161
161
@ moduledoc false
162
162
163
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
163
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
164
164
165
165
field :name , 1 , optional: true , type: :string
166
166
field :number , 3 , optional: true , type: :int32
178
178
defmodule Google.Protobuf.OneofDescriptorProto do
179
179
@ moduledoc false
180
180
181
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
181
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
182
182
183
183
field :name , 1 , optional: true , type: :string
184
184
field :options , 2 , optional: true , type: Google.Protobuf.OneofOptions
187
187
defmodule Google.Protobuf.EnumDescriptorProto.EnumReservedRange do
188
188
@ moduledoc false
189
189
190
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
190
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
191
191
192
192
field :start , 1 , optional: true , type: :int32
193
193
field :end , 2 , optional: true , type: :int32
196
196
defmodule Google.Protobuf.EnumDescriptorProto do
197
197
@ moduledoc false
198
198
199
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
199
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
200
200
201
201
field :name , 1 , optional: true , type: :string
202
202
field :value , 2 , repeated: true , type: Google.Protobuf.EnumValueDescriptorProto
212
212
defmodule Google.Protobuf.EnumValueDescriptorProto do
213
213
@ moduledoc false
214
214
215
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
215
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
216
216
217
217
field :name , 1 , optional: true , type: :string
218
218
field :number , 2 , optional: true , type: :int32
222
222
defmodule Google.Protobuf.ServiceDescriptorProto do
223
223
@ moduledoc false
224
224
225
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
225
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
226
226
227
227
field :name , 1 , optional: true , type: :string
228
228
field :method , 2 , repeated: true , type: Google.Protobuf.MethodDescriptorProto
232
232
defmodule Google.Protobuf.MethodDescriptorProto do
233
233
@ moduledoc false
234
234
235
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
235
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
236
236
237
237
field :name , 1 , optional: true , type: :string
238
238
field :input_type , 2 , optional: true , type: :string
245
245
defmodule Google.Protobuf.FileOptions do
246
246
@ moduledoc false
247
247
248
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
248
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
249
249
250
250
field :java_package , 1 , optional: true , type: :string
251
251
field :java_outer_classname , 8 , optional: true , type: :string
281
281
defmodule Google.Protobuf.MessageOptions do
282
282
@ moduledoc false
283
283
284
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
284
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
285
285
286
286
field :message_set_wire_format , 1 , optional: true , type: :bool , default: false
287
287
field :no_standard_descriptor_accessor , 2 , optional: true , type: :bool , default: false
296
296
defmodule Google.Protobuf.FieldOptions do
297
297
@ moduledoc false
298
298
299
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
299
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
300
300
301
301
field :ctype , 1 ,
302
302
optional: true ,
325
325
defmodule Google.Protobuf.OneofOptions do
326
326
@ moduledoc false
327
327
328
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
328
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
329
329
330
330
field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
331
331
335
335
defmodule Google.Protobuf.EnumOptions do
336
336
@ moduledoc false
337
337
338
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
338
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
339
339
340
340
field :allow_alias , 2 , optional: true , type: :bool
341
341
field :deprecated , 3 , optional: true , type: :bool , default: false
348
348
defmodule Google.Protobuf.EnumValueOptions do
349
349
@ moduledoc false
350
350
351
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
351
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
352
352
353
353
field :deprecated , 1 , optional: true , type: :bool , default: false
354
354
field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
359
359
defmodule Google.Protobuf.ServiceOptions do
360
360
@ moduledoc false
361
361
362
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
362
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
363
363
364
364
field :deprecated , 33 , optional: true , type: :bool , default: false
365
365
field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
370
370
defmodule Google.Protobuf.MethodOptions do
371
371
@ moduledoc false
372
372
373
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
373
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
374
374
375
375
field :deprecated , 33 , optional: true , type: :bool , default: false
376
376
388
388
defmodule Google.Protobuf.UninterpretedOption.NamePart do
389
389
@ moduledoc false
390
390
391
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
391
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
392
392
393
393
field :name_part , 1 , required: true , type: :string
394
394
field :is_extension , 2 , required: true , type: :bool
397
397
defmodule Google.Protobuf.UninterpretedOption do
398
398
@ moduledoc false
399
399
400
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
400
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
401
401
402
402
field :name , 2 , repeated: true , type: Google.Protobuf.UninterpretedOption.NamePart
403
403
field :identifier_value , 3 , optional: true , type: :string
411
411
defmodule Google.Protobuf.SourceCodeInfo.Location do
412
412
@ moduledoc false
413
413
414
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
414
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
415
415
416
416
field :path , 1 , repeated: true , type: :int32 , packed: true , deprecated: false
417
417
field :span , 2 , repeated: true , type: :int32 , packed: true , deprecated: false
@@ -423,15 +423,15 @@ end
423
423
defmodule Google.Protobuf.SourceCodeInfo do
424
424
@ moduledoc false
425
425
426
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
426
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
427
427
428
428
field :location , 1 , repeated: true , type: Google.Protobuf.SourceCodeInfo.Location
429
429
end
430
430
431
431
defmodule Google.Protobuf.GeneratedCodeInfo.Annotation do
432
432
@ moduledoc false
433
433
434
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
434
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
435
435
436
436
field :path , 1 , repeated: true , type: :int32 , packed: true , deprecated: false
437
437
field :source_file , 2 , optional: true , type: :string
447
447
defmodule Google.Protobuf.GeneratedCodeInfo do
448
448
@ moduledoc false
449
449
450
- use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.12 .0"
450
+ use Protobuf , syntax: :proto2 , protoc_gen_elixir_version: "0.13 .0"
451
451
452
452
field :annotation , 1 , repeated: true , type: Google.Protobuf.GeneratedCodeInfo.Annotation
453
453
end
0 commit comments