Google.Protobuf.Reflection.MethodDescriptorProto
public sealed class MethodDescriptorProto : IMessage<MethodDescriptorProto>, IMessage, IEquatable<MethodDescriptorProto>, IDeepCloneable<MethodDescriptorProto>, IBufferMessage
Describes a method of a service.
Field number for the "client_streaming" field.
Field number for the "input_type" field.
Field number for the "name" field.
Field number for the "options" field.
Field number for the "output_type" field.
Field number for the "server_streaming" field.
Identifies if client streams multiple client messages
Gets whether the "client_streaming" field is set
Gets whether the "input_type" field is set
Gets whether the "name" field is set
Gets whether the "output_type" field is set
Gets whether the "server_streaming" field is set
Input and output type names. These are resolved in the same way as
FieldDescriptorProto.type_name, but must refer to a message type.
Identifies if server streams multiple server messages
public MethodDescriptorProto()
Clears the value of the "client_streaming" field
Clears the value of the "input_type" field
Clears the value of the "name" field
Clears the value of the "output_type" field
Clears the value of the "server_streaming" field