Sha256: accc5e6ea0f1432fd73765ccbbb482085c53cacc1927e556aa237091a3a758dc

Contents?: true

Size: 134 Bytes

Versions: 6

Compression:

Stored size: 134 Bytes

Contents

syntax = "proto3";

message SomethingWithOptionalFields {
  optional string i_am_optional = 1;
  string i_am_not_optional      = 2;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
protobuf-3.10.9 spec/support/protos/optional_v3_fields.proto
protobuf-3.10.8 spec/support/protos/optional_v3_fields.proto
protobuf-3.10.7 spec/support/protos/optional_v3_fields.proto
protobuf-3.10.6 spec/support/protos/optional_v3_fields.proto
protobuf-3.10.5 spec/support/protos/optional_v3_fields.proto
protobuf-3.10.4 spec/support/protos/optional_v3_fields.proto