Google. Protobuf. Reflection. MethodDescriptor
Describes a single method in a service.
Summary
Inheritance
Inherits from: Google.Protobuf.Reflection.DescriptorBase
Properties |
|
---|---|
InputType
|
The method's input type.
|
IsClientStreaming
|
bool
Indicates if client streams multiple requests.
|
IsServerStreaming
|
bool
Indicates if server streams multiple responses.
|
Name
|
override string
The brief name of the descriptor's target.
|
OutputType
|
The method's input type.
|
Proto
|
MethodDescriptorProto
|
Service
|
The service this method belongs to.
|
Properties
IsClientStreaming
bool IsClientStreaming
Indicates if client streams multiple requests.
IsServerStreaming
bool IsServerStreaming
Indicates if server streams multiple responses.
Name
override string Name
The brief name of the descriptor's target.
Proto
MethodDescriptorProto Proto