init
descriptor.pb.swift:1039init() init() s13SwiftProtobuf07Google_B22_MethodDescriptorProtoVACycfc What are these?2CDG0import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_MethodDescriptorProtoDescribes a method of a service.
static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar clientStreaming: Bool { get set }Identifies if client streams multiple client messages
var hasClientStreaming: Bool { get }Returns true if clientStreaming has been explicitly set.
var hasInputType: Bool { get }Returns true if inputType has been explicitly set.
var hasName: Bool { get }Returns true if name has been explicitly set.
var hasOptions: Bool { get }Returns true if options has been explicitly set.
var hasOutputType: Bool { get }Returns true if outputType has been explicitly set.
var hasServerStreaming: Bool { get }Returns true if serverStreaming has been explicitly set.
var inputType: String { get set }Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
var isInitialized: Bool { get }var name: String { get set }var options: Google_Protobuf_MethodOptions { get set }var outputType: String { get set }var serverStreaming: Bool { get set }Identifies if server streams multiple server messages
var unknownFields: UnknownStoragestatic func == (lhs: Google_Protobuf_MethodDescriptorProto, rhs: Google_Protobuf_MethodDescriptorProto) -> Bool mutating func clearClientStreaming() Clears the value of clientStreaming. Subsequent reads from it will return its default value.
mutating func clearInputType() Clears the value of inputType. Subsequent reads from it will return its default value.
mutating func clearName() Clears the value of name. Subsequent reads from it will return its default value.
mutating func clearOptions() Clears the value of options. Subsequent reads from it will return its default value.
mutating func clearOutputType() Clears the value of outputType. Subsequent reads from it will return its default value.
mutating func clearServerStreaming() Clears the value of serverStreaming. Subsequent reads from it will return its default value.
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder func traverse<V>(visitor: inout V) throws where V : Visitor