Google.Protobuf.Reflection.MethodDescriptor

Describes a single method in a service.

Summary

Inheritance

Inherits from: Google.Protobuf.Reflection.DescriptorBase

Properties

InputType
MessageDescriptor
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
MessageDescriptor
The method's input type.
Proto
MethodDescriptorProto
Service
ServiceDescriptor
The service this method belongs to.

Properties

InputType

MessageDescriptor InputType

The method's input type.

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.

OutputType

MessageDescriptor OutputType

The method's input type.

Proto

MethodDescriptorProto Proto

Service

ServiceDescriptor Service

The service this method belongs to.