Initializerswift-protobuf 1.29.0SwiftProtobuf
init
descriptor.pb.swift:2701init()
init()
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_GeneratedCodeInfo
Describes the relationship between generated code and its original source file. A GeneratedCodeInfo message is associated with only one generated source file, but may contain references to different source .proto files.
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var annotation: [Google_Protobuf_GeneratedCodeInfo.Annotation]
An Annotation connects some span of text in generated code to an element of its generating .proto file.
var unknownFields: UnknownStorage
static func == (lhs: Google_Protobuf_GeneratedCodeInfo, rhs: Google_Protobuf_GeneratedCodeInfo) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor
struct Annotation