Interface: IMethodDescriptorProto
google.protobuf.IMethodDescriptorProto
Properties of a MethodDescriptorProto.
Implemented by
Properties
clientStreaming
• Optional
clientStreaming: null
| boolean
Identifies if client streams multiple client messages
inputType
• Optional
inputType: null
| string
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
name
• Optional
name: null
| string
MethodDescriptorProto name
options
• Optional
options: null
| IMethodOptions
MethodDescriptorProto options
outputType
• Optional
outputType: null
| string
MethodDescriptorProto outputType
serverStreaming
• Optional
serverStreaming: null
| boolean
Identifies if server streams multiple server messages