Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
options
Any metadata attached to the method.
var options: [Google_Protobuf_Option]
Any metadata attached to the method.
var options: [Google_Protobuf_Option]
s13SwiftProtobuf07Google_B7_MethodV7optionsSayAA0c1_B7_OptionVGvp
What are these?93FEI
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_Method
Method represents a method of an API interface.
struct Google_Protobuf_Option
A protocol buffer option, which can be attached to a message, field, enumeration, etc.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var name: String
The simple name of this 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
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