Interface IDescriptor (3.27.1)
Stay organized with collections
Save and categorize content based on your preferences.
public interface IDescriptorInterface implemented by all descriptor types.
Namespace
Google.Protobuf.ReflectionAssembly
Google.Protobuf.dll
Properties
File
FileDescriptor File { get; }Returns the descriptor for the .proto file that this entity is part of.
| Property Value | |
|---|---|
| Type | Description |
FileDescriptor |
|
FullName
string FullName { get; }Returns the fully-qualified name of the entity being described.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
string Name { get; }Returns the name of the entity (message, field etc) being described.
| Property Value | |
|---|---|
| Type | Description |
string |
|