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
|
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
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.