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.6.3-java spec/support/test/enum.proto
protobuf-2.6.3 spec/support/test/enum.proto
protobuf-2.6.2-java spec/support/test/enum.proto
protobuf-2.6.2 spec/support/test/enum.proto
protobuf-2.6.1-java spec/support/test/enum.proto
protobuf-2.6.1 spec/support/test/enum.proto
protobuf-2.6.0-java spec/support/test/enum.proto
protobuf-2.6.0 spec/support/test/enum.proto
protobuf-2.5.5-java spec/support/test/enum.proto
protobuf-2.5.5 spec/support/test/enum.proto
protobuf-2.5.4-java spec/support/test/enum.proto
protobuf-2.5.4 spec/support/test/enum.proto
protobuf-2.5.3 spec/support/test/enum.proto
protobuf-2.5.2-java spec/support/test/enum.proto
protobuf-2.5.2 spec/support/test/enum.proto
protobuf-2.5.1 spec/support/test/enum.proto
protobuf-2.5.0-java spec/support/test/enum.proto
protobuf-2.5.0 spec/support/test/enum.proto
protobuf-2.4.8-java spec/support/test/enum.proto
protobuf-2.4.8 spec/support/test/enum.proto