Interface IDescriptor (3.15.8)

Stay organized with collections Save and categorize content based on your preferences.
public interface IDescriptor

Interface implemented by all descriptor types.

Namespace

Google.Protobuf.Reflection

Assembly

Google.Protobuf.dll

Properties

File

FileDescriptor File { get; }

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

Property Value
TypeDescription
FileDescriptor

FullName

string FullName { get; }

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

Property Value
TypeDescription
String

Name

string Name { get; }

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

Property Value
TypeDescription
String