Instance Methodswift-protobuf 1.28.1SwiftProtobuf
traverse(visitor:)
api.pb.swift:413func traverse<V>(visitor: inout V) throws where V : Visitor
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_Mixin, rhs: Google_Protobuf_Mixin
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var name: String
The fully qualified name of the interface which is included.
var root: String
If non-empty specifies a path under which inherited HTTP paths are rooted.
var unknownFields: UnknownStorage
func decodeMessage<D>(decoder: inout D
) throws