Static Propertyswift-protobuf 1.28.1SwiftProtobuf
_protobuf_nameMap
descriptor.pb.swift:3979static let _protobuf_nameMap: _NameMap
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_MethodDescriptorProto, rhs: Google_Protobuf_MethodDescriptorProto
) -> Bool
Instance members
var clientStreaming: Bool
Identifies if client streams multiple client messages
var hasClientStreaming: Bool
Returns true if
clientStreaming
has been explicitly set.var hasInputType: Bool
Returns true if
inputType
has been explicitly set.var hasName: Bool
Returns true if
name
has been explicitly set.var hasOptions: Bool
Returns true if
options
has been explicitly set.var hasOutputType: Bool
Returns true if
outputType
has been explicitly set.var hasServerStreaming: Bool
Returns true if
serverStreaming
has been explicitly set.var inputType: String
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
var name: String
var options: Google_Protobuf_MethodOptions
var outputType: String
var serverStreaming: Bool
Identifies if server streams multiple server messages
var unknownFields: UnknownStorage
func clearClientStreaming(
) Clears the value of
clientStreaming
. Subsequent reads from it will return its default value.func clearInputType(
) Clears the value of
inputType
. Subsequent reads from it will return its default value.func clearName(
) Clears the value of
name
. Subsequent reads from it will return its default value.func clearOptions(
) Clears the value of
options
. Subsequent reads from it will return its default value.func clearOutputType(
) Clears the value of
outputType
. Subsequent reads from it will return its default value.func clearServerStreaming(
) Clears the value of
serverStreaming
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws