repeated

    descriptor.pb.swift:802
    case repeated

    Other cases

    • case optional

      0 is reserved for errors

    • 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.