Instance Methodswift-protobuf 1.28.1SwiftProtobuf
decodeMessage(decoder:)
api.pb.swift:337mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
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 traverse<V>(visitor: inout V
) throws