Sha256: 2156af9f35c65e70661bfe8472ebb9e2d3a06f2139adc38f5cfa9a1f15e80c68

Contents?: true

Size: 234 Bytes

Versions: 85

Compression:

Stored size: 234 Bytes

Contents

package test;

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;
}

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
protobuf-2.7.5-java spec/support/test/enum.proto
protobuf-2.7.5 spec/support/test/enum.proto
protobuf-2.7.4-java spec/support/test/enum.proto
protobuf-2.7.4 spec/support/test/enum.proto
protobuf-2.7.3-java spec/support/test/enum.proto
protobuf-2.7.3 spec/support/test/enum.proto
protobuf-2.7.2-java spec/support/test/enum.proto
protobuf-2.7.2 spec/support/test/enum.proto
protobuf-2.7.1-java spec/support/test/enum.proto
protobuf-2.7.1 spec/support/test/enum.proto
protobuf-2.7.0-java spec/support/test/enum.proto
protobuf-2.7.0 spec/support/test/enum.proto
protobuf-2.7.0.rc1-java spec/support/test/enum.proto
protobuf-2.7.0.rc1 spec/support/test/enum.proto
protobuf-2.6.6-java spec/support/test/enum.proto
protobuf-2.6.6 spec/support/test/enum.proto
protobuf-2.6.5-java spec/support/test/enum.proto
protobuf-2.6.5 spec/support/test/enum.proto
protobuf-2.6.4-java spec/support/test/enum.proto
protobuf-2.6.4 spec/support/test/enum.proto