Google.Protobuf.Reflection.IDescriptor

Interface implemented by all descriptor types.

Summary

Inheritance

Direct Known Subclasses:Google.Protobuf.Reflection.DescriptorBase, Google.Protobuf.Reflection.FileDescriptor, Google.Protobuf.Reflection.PackageDescriptor

Properties

File
FileDescriptor
Returns the descriptor for the .proto file that this entity is part of.
FullName
string
Returns the fully-qualified name of the entity being described.
Name
string
Returns the name of the entity (message, field etc) being described.

Properties

File

FileDescriptor File

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

FullName

string FullName

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

Name

string Name

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