Enumeration Caseswift-protobuf 1.29.0SwiftProtobuf
typeFixed64
Field type fixed64.
case typeFixed64
Field type fixed64.
case typeFixed64
s13SwiftProtobuf07Google_B6_FieldV4KindO11typeFixed64yA2EmF
What are these?4RU66
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
enum Kind
Basic field types.
struct Google_Protobuf_Field
A single field of a message type.
case typeUnknown
Field type unknown.
case typeDouble
Field type double.
case typeFloat
Field type float.
case typeInt64
Field type int64.
case typeUint64
Field type uint64.
case typeInt32
Field type int32.
case typeFixed32
Field type fixed32.
case typeBool
Field type bool.
case typeString
Field type string.
case typeGroup
Field type group. Proto2 syntax only, and deprecated.
case typeMessage
Field type message.
case typeBytes
Field type bytes.
case typeUint32
Field type uint32.
case typeEnum
Field type enum.
case typeSfixed32
Field type sfixed32.
case typeSfixed64
Field type sfixed64.
case typeSint32
Field type sint32.
case typeSint64
Field type sint64.
case UNRECOGNIZED(Int)