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

Describes a service type. More...

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

Public Member Functions

MethodDescriptor FindMethodByName (String name)
 Finds a method by name. More...
 

Properties

override string Name [get]
 The brief name of the descriptor's target. More...
 
IList< MethodDescriptorMethods [get]
 
- 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 service type.

Member Function Documentation

◆ FindMethodByName()

MethodDescriptor Google.Protobuf.Reflection.ServiceDescriptor.FindMethodByName ( String  name)
inline

Finds a method by name.

Parameters
nameThe unqualified name of the method (e.g. "Foo").
Returns
The method's decsriptor, or null if not found.

Property Documentation

◆ Methods

IList<MethodDescriptor> Google.Protobuf.Reflection.ServiceDescriptor.Methods
get

An unmodifiable list of methods in this service.

◆ Name

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

The brief name of the descriptor's target.


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