Enumeration Caseswift-protobuf 1.31.0SwiftProtobuf
bytes
New in version 2.
case bytesNew in version 2.
case bytess13SwiftProtobuf07Google_B21_FieldDescriptorProtoV8TypeEnumO5bytesyA2EmF What are these?9GMTMimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
enum TypeEnumstruct Google_Protobuf_FieldDescriptorProtoDescribes a field within a message.
case double0 is reserved for errors. Order is weird for historical reasons.
case floatcase int64Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if negative values are likely.
case uint64case int32Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if negative values are likely.
case fixed64case fixed32case boolcase stringcase groupTag-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 messageLength-delimited aggregate.
case uint32case `enum`case sfixed32case sfixed64case sint32Uses ZigZag encoding.
case sint64Uses ZigZag encoding.