Static Propertyswift-protobuf 1.28.1SwiftProtobufPluginLibrary
_protobuf_nameMap
swift_protobuf_module_mappings.pb.swift:108static let _protobuf_nameMap: SwiftProtobuf._NameMap
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: SwiftProtobuf_GenSwift_ModuleMappings.Entry, rhs: SwiftProtobuf_GenSwift_ModuleMappings.Entry
) -> Bool
Instance members
var moduleName: String
The Swift module name that will be imported and used to scope all the types from the given proto files.
var protoFilePath: [String]
The proto files that should be considered it this module. The values should be the how they are expressed to the generated; i.e. - how they are used in import states to be used from other files, so
my_file.proto
orpath/to/file.proto
.var unknownFields: UnknownStorage
func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws