@@ -154,7 +154,7 @@ defmodule Google.Protobuf.ExtensionRangeOptions do
154154
155155 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
156156
157- extensions [ { 1000 , 536_870_912 } ]
157+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
158158end
159159
160160defmodule Google.Protobuf.FieldDescriptorProto do
@@ -275,7 +275,7 @@ defmodule Google.Protobuf.FileOptions do
275275 field :ruby_package , 45 , optional: true , type: :string
276276 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
277277
278- extensions [ { 1000 , 536_870_912 } ]
278+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
279279end
280280
281281defmodule Google.Protobuf.MessageOptions do
@@ -289,7 +289,7 @@ defmodule Google.Protobuf.MessageOptions do
289289 field :map_entry , 7 , optional: true , type: :bool
290290 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
291291
292- extensions [ { 1000 , 536_870_912 } ]
292+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
293293end
294294
295295defmodule Google.Protobuf.FieldOptions do
@@ -317,7 +317,7 @@ defmodule Google.Protobuf.FieldOptions do
317317 field :weak , 10 , optional: true , type: :bool , default: false
318318 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
319319
320- extensions [ { 1000 , 536_870_912 } ]
320+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
321321end
322322
323323defmodule Google.Protobuf.OneofOptions do
@@ -327,7 +327,7 @@ defmodule Google.Protobuf.OneofOptions do
327327
328328 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
329329
330- extensions [ { 1000 , 536_870_912 } ]
330+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
331331end
332332
333333defmodule Google.Protobuf.EnumOptions do
@@ -339,7 +339,7 @@ defmodule Google.Protobuf.EnumOptions do
339339 field :deprecated , 3 , optional: true , type: :bool , default: false
340340 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
341341
342- extensions [ { 1000 , 536_870_912 } ]
342+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
343343end
344344
345345defmodule Google.Protobuf.EnumValueOptions do
@@ -350,7 +350,7 @@ defmodule Google.Protobuf.EnumValueOptions do
350350 field :deprecated , 1 , optional: true , type: :bool , default: false
351351 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
352352
353- extensions [ { 1000 , 536_870_912 } ]
353+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
354354end
355355
356356defmodule Google.Protobuf.ServiceOptions do
@@ -361,7 +361,7 @@ defmodule Google.Protobuf.ServiceOptions do
361361 field :deprecated , 33 , optional: true , type: :bool , default: false
362362 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
363363
364- extensions [ { 1000 , 536_870_912 } ]
364+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
365365end
366366
367367defmodule Google.Protobuf.MethodOptions do
@@ -379,7 +379,7 @@ defmodule Google.Protobuf.MethodOptions do
379379
380380 field :uninterpreted_option , 999 , repeated: true , type: Google.Protobuf.UninterpretedOption
381381
382- extensions [ { 1000 , 536_870_912 } ]
382+ extensions [ { 1000 , Protobuf.Extension . max ( ) } ]
383383end
384384
385385defmodule Google.Protobuf.UninterpretedOption.NamePart do
0 commit comments