FileDescriptorProto is the backing *descriptorpb.FileDescriptorProto for this File. This will never be nil. The value Path() is equal to FileDescriptorProto().GetName() .
()
| 164 | // This will never be nil. |
| 165 | // The value Path() is equal to FileDescriptorProto().GetName() . |
| 166 | FileDescriptorProto() *descriptorpb.FileDescriptorProto |
| 167 | // IsSyntaxUnspecified will be true if the syntax was not explicitly specified. |
| 168 | IsSyntaxUnspecified() bool |
| 169 | // UnusedDependencyIndexes returns the indexes of the unused dependencies within |
no outgoing calls