Enumeration Caseswift-protobuf 1.29.0SwiftProtobuf
int32
Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if negative values are likely.
case int32
Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if negative values are likely.
case int32
s13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5int32yA2EmF
What are these?5WHSN
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
enum TypeEnum
struct Google_Protobuf_FieldDescriptorProto
Describes a field within a message.
case double
0 is reserved for errors. Order is weird for historical reasons.
case float
case int64
Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if negative values are likely.
case uint64
case fixed64
case fixed32
case bool
case string
case group
Tag-delimited aggregate. Group type is deprecated and not supported after google.protobuf. However, Proto3 implementations should still be able to parse the group wire format and treat group fields as unknown fields. In Editions, the group wire format can be enabled via the message_encoding
feature.
case message
Length-delimited aggregate.
case bytes
New in version 2.
case uint32
case `enum`
case sfixed32
case sfixed64
case sint32
Uses ZigZag encoding.
case sint64
Uses ZigZag encoding.