Sha256: 99d7773351f6feb81b2e4784d26aa2f3f3bca99e4aed25f5c424c0df346c5197

Contents?: true

Size: 343 Bytes

Versions: 8

Compression:

Stored size: 343 Bytes

Contents

package test;
import 'test/resource.proto';

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

8 entries across 8 versions & 1 rubygems

Version Path
protobuf-2.7.9-java spec/support/test/enum.proto
protobuf-2.7.9 spec/support/test/enum.proto
protobuf-2.7.8-java spec/support/test/enum.proto
protobuf-2.7.8 spec/support/test/enum.proto
protobuf-2.7.7-java spec/support/test/enum.proto
protobuf-2.7.7 spec/support/test/enum.proto
protobuf-2.7.6-java spec/support/test/enum.proto
protobuf-2.7.6 spec/support/test/enum.proto