unknownFields
api.pb.swift:123var unknownFields: UnknownStoragevar unknownFields: UnknownStorages13SwiftProtobuf07Google_B4_ApiV13unknownFieldsAA14UnknownStorageVvp What are these?1HFGLimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_ApiApi is a light-weight descriptor for an API Interface.
struct UnknownStorageContains 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: _NameMapstatic let protoMessageName: Stringvar edition: StringThe source edition string, only valid when syntax is SYNTAX_EDITIONS.
var hasSourceContext: Bool { get }Returns true if sourceContext has been explicitly set.
var methods: [Google_Protobuf_Method]The methods of this interface, in unspecified order.
var mixins: [Google_Protobuf_Mixin]Included interfaces. See [Mixin][].
var name: StringThe fully qualified name of this interface, including package name followed by the interface’s simple name.
var options: [Google_Protobuf_Option]Any metadata attached to the interface.
var sourceContext: Google_Protobuf_SourceContext { get set }Source context for the protocol buffer service represented by this message.
var syntax: Google_Protobuf_SyntaxThe source syntax of the service.
var version: StringA version string for this interface. If specified, must have the form major-version.minor-version, as in 1.10. If the minor version is omitted, it defaults to zero. If the entire version field is empty, the major version is derived from the package name, as outlined below. If the field is not empty, the version in the package name will be verified to be consistent with what is provided here.
static func == (lhs: Google_Protobuf_Api, rhs: Google_Protobuf_Api) -> 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