[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eIDescriptor\u003c/code\u003e is an interface implemented by all descriptor types within the Google.Protobuf library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFile\u003c/code\u003e property returns the \u003ccode\u003eFileDescriptor\u003c/code\u003e for the .proto file associated with the entity.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFullName\u003c/code\u003e property provides the fully-qualified name of the described entity as a string.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property returns the name of the entity, such as a message or field, as a string.\u003c/p\u003e\n"]]],[],null,["# Interface IDescriptor (3.27.1)\n\nVersion latestkeyboard_arrow_down\n\n- [3.27.1 (latest)](/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.Reflection.IDescriptor)\n- [3.23.0](/dotnet/docs/reference/Google.Protobuf/3.23.0/Google.Protobuf.Reflection.IDescriptor)\n- [3.15.8](/dotnet/docs/reference/Google.Protobuf/3.15.8/Google.Protobuf.Reflection.IDescriptor) \n\n public interface IDescriptor\n\nInterface implemented by all descriptor types.\n\nNamespace\n---------\n\n[Google.Protobuf.Reflection](/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.Reflection)\n\nAssembly\n--------\n\nGoogle.Protobuf.dll\n\nProperties\n----------\n\n### File\n\n FileDescriptor File { get; }\n\nReturns the descriptor for the .proto file that this entity is part of.\n\n### FullName\n\n string FullName { get; }\n\nReturns the fully-qualified name of the entity being described.\n\n### Name\n\n string Name { get; }\n\nReturns the name of the entity (message, field etc) being described."]]