clearInputType
Clears the value of inputType
. 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 clearInputType()
s13SwiftProtobuf07Google_B22_MethodDescriptorProtoV14clearInputTypeyyF
What are these?8K27H
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_MethodDescriptorProto
Describes a method of a service.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var 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: UnknownStorage
static 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 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