Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
unknownFields
source_context.pb.swift:64var unknownFields: UnknownStorage
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_SourceContext, rhs: Google_Protobuf_SourceContext
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var fileName: String
The path-qualified name of the .proto file that contained the associated protobuf element. For example:
"google/protobuf/source_context.proto"
.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws