optional

0 is reserved for errors

descriptor.pb.swift:708
case optional

Other cases

  • case repeated
  • case required

    The required label is only allowed in google.protobuf. In proto3 and Editions it’s explicitly prohibited. In Editions, the field_presence feature can be used to get this behavior.