webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Properties | List of all members
Google.Protobuf.Reflection.MethodDescriptor Class Reference

Describes a single method in a service. More...

Inheritance diagram for Google.Protobuf.Reflection.MethodDescriptor:
Google.Protobuf.Reflection.DescriptorBase Google.Protobuf.Reflection.IDescriptor

Properties

ServiceDescriptor Service [get]
 
MessageDescriptor InputType [get]
 
MessageDescriptor OutputType [get]
 
bool IsClientStreaming [get]
 
bool IsServerStreaming [get]
 
override string Name [get]
 The brief name of the descriptor's target. More...
 
- Properties inherited from Google.Protobuf.Reflection.DescriptorBase
int Index [get]
 
abstract string Name [get]
 Returns the name of the entity (field, message etc) being described. More...
 
string FullName [get]
 The fully qualified name of the descriptor's target. More...
 
FileDescriptor File [get]
 
- Properties inherited from Google.Protobuf.Reflection.IDescriptor
string Name [get]
 Returns the name of the entity (message, field etc) being described. More...
 
string FullName [get]
 Returns the fully-qualified name of the entity being described. More...
 
FileDescriptor File [get]
 Returns the descriptor for the .proto file that this entity is part of. More...
 

Detailed Description

Describes a single method in a service.

Property Documentation

◆ InputType

MessageDescriptor Google.Protobuf.Reflection.MethodDescriptor.InputType
get

The method's input type.

◆ IsClientStreaming

bool Google.Protobuf.Reflection.MethodDescriptor.IsClientStreaming
get

Indicates if client streams multiple requests.

◆ IsServerStreaming

bool Google.Protobuf.Reflection.MethodDescriptor.IsServerStreaming
get

Indicates if server streams multiple responses.

◆ Name

override string Google.Protobuf.Reflection.MethodDescriptor.Name
get

The brief name of the descriptor's target.

◆ OutputType

MessageDescriptor Google.Protobuf.Reflection.MethodDescriptor.OutputType
get

The method's input type.

◆ Service

ServiceDescriptor Google.Protobuf.Reflection.MethodDescriptor.Service
get

The service this method belongs to.


The documentation for this class was generated from the following file: