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

Version Path
protobuf-2.8.13 spec/support/test/enum.proto
protobuf-2.8.12 spec/support/test/enum.proto
protobuf-2.8.11 spec/support/test/enum.proto
protobuf-2.8.10 spec/support/test/enum.proto
protobuf-2.8.9 spec/support/test/enum.proto
protobuf-2.8.8 spec/support/test/enum.proto
protobuf-2.8.7 spec/support/test/enum.proto
protobuf-2.8.6 spec/support/test/enum.proto
protobuf-2.7.12 spec/support/test/enum.proto
protobuf-2.8.5 spec/support/test/enum.proto
protobuf-2.8.4 spec/support/test/enum.proto
protobuf-2.8.3 spec/support/test/enum.proto
protobuf-2.8.2 spec/support/test/enum.proto
protobuf-2.8.1 spec/support/test/enum.proto
protobuf-2.8.0 spec/support/test/enum.proto
protobuf-2.8.0.beta9-java spec/support/test/enum.proto
protobuf-2.8.0.beta9 spec/support/test/enum.proto
protobuf-2.8.0.beta8-java spec/support/test/enum.proto
protobuf-2.8.0.beta8 spec/support/test/enum.proto
protobuf-2.8.0.beta6-java spec/support/test/enum.proto