Instance Methodswift-protobuf 1.28.1SwiftProtobuf
traverse(visitor:)
api.pb.swift:355func 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_Method, rhs: Google_Protobuf_Method
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var name: String
The simple name of this method.
var options: [Google_Protobuf_Option]
Any metadata attached to the method.
var requestStreaming: Bool
If true, the request is streamed.
var requestTypeURL: String
A URL of the input message type.
var responseStreaming: Bool
If true, the response is streamed.
var responseTypeURL: String
The URL of the output message type.
var syntax: Google_Protobuf_Syntax
The source syntax of this method.
var unknownFields: UnknownStorage
func decodeMessage<D>(decoder: inout D
) throws