Interface IDescriptor (3.23.0)

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