unknownFields
type.pb.swift:132var unknownFields: UnknownStorage
var unknownFields: UnknownStorage
s13SwiftProtobuf07Google_B5_TypeV13unknownFieldsAA14UnknownStorageVvp
What are these?8BKIK
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_Type
A protocol buffer message type.
struct UnknownStorage
Contains any unknown fields in a decoded message; that is, fields that were sent on the wire but were not recognized by the generated message implementation or were valid field numbers but with mismatching wire formats (for example, a field encoded as a varint when a fixed32 integer was expected).
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var edition: String
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
var fields: [Google_Protobuf_Field]
The list of fields.
var hasSourceContext: Bool { get }
Returns true if sourceContext
has been explicitly set.
var name: String
The fully qualified message name.
var oneofs: [String]
The list of types appearing in oneof
definitions in this type.
var options: [Google_Protobuf_Option]
The protocol buffer options.
var sourceContext: Google_Protobuf_SourceContext { get set }
The source context.
var syntax: Google_Protobuf_Syntax
The source syntax.
static func == (lhs: Google_Protobuf_Type, rhs: Google_Protobuf_Type) -> Bool
mutating func clearSourceContext()
Clears the value of sourceContext
. Subsequent reads from it will return its default value.
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor