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

Interface implemented by all descriptor types. More...

Inheritance diagram for Google.Protobuf.Reflection.IDescriptor:
Google.Protobuf.Reflection.DescriptorBase Google.Protobuf.Reflection.FileDescriptor Google.Protobuf.Reflection.EnumDescriptor Google.Protobuf.Reflection.EnumValueDescriptor Google.Protobuf.Reflection.FieldDescriptor Google.Protobuf.Reflection.MessageDescriptor Google.Protobuf.Reflection.MethodDescriptor Google.Protobuf.Reflection.OneofDescriptor Google.Protobuf.Reflection.ServiceDescriptor

Properties

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

Interface implemented by all descriptor types.

Property Documentation

◆ File

FileDescriptor Google.Protobuf.Reflection.IDescriptor.File
get

Returns the descriptor for the .proto file that this entity is part of.

◆ FullName

string Google.Protobuf.Reflection.IDescriptor.FullName
get

Returns the fully-qualified name of the entity being described.

◆ Name

string Google.Protobuf.Reflection.IDescriptor.Name
get

Returns the name of the entity (message, field etc) being described.


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