Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
requestTypeURL
A URL of the input message type.
var requestTypeURL: String
A URL of the input message type.
var requestTypeURL: String
s13SwiftProtobuf07Google_B7_MethodV14requestTypeURLSSvp
What are these?1XI7Y
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_Method
Method represents a method of an API interface.
@frozen struct String
A Unicode string value that is a collection of characters.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
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 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
static func == (lhs: Google_Protobuf_Method, rhs: Google_Protobuf_Method) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor