Sha256: f26bc13b8fb4e020f2d71c79f449ac212d208fa31b7296c9bd1e8fd3de00e8be
Contents?: true
Size: 401 Bytes
Versions: 35
Compression:
Stored size: 401 Bytes
Contents
package test; import 'test/resource.proto'; // Test extending another message from an imported file. enum EnumTestType { ONE = 1; TWO = 2; } message EnumTestMessage { optional EnumTestType non_default_enum = 1; optional EnumTestType default_enum = 2 [default=ONE]; repeated EnumTestType repeated_enums = 3; } extend test.Resource { optional int32 ext_other_file_defined_field = 200; }
Version data entries
35 entries across 35 versions & 1 rubygems