Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
file
descriptor.pb.swift:111var file: [Google_Protobuf_FileDescriptorProto]
var file: [Google_Protobuf_FileDescriptorProto]
s13SwiftProtobuf07Google_B18_FileDescriptorSetV4fileSayAA0c1_b1_dE5ProtoVGvp
What are these?6YV23
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_FileDescriptorSet
The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.
struct Google_Protobuf_FileDescriptorProto
Describes a complete .proto file.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var _protobuf_extensionFieldValues: ExtensionFieldValueSet
var isInitialized: Bool { get }
var unknownFields: UnknownStorage
static func == (lhs: Google_Protobuf_FileDescriptorSet, rhs: Google_Protobuf_FileDescriptorSet) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor