NestedName returns the full nested name without the package, i.e. Nested.ParentMessage.FooEnum or Nested.ParentMessage.FooEnum.ENUM_VALUE. Always non-empty.
()
| 101 | // |
| 102 | // Always non-empty. |
| 103 | NestedName() string |
| 104 | // Name returns the short name, or the name of a value or field, i.e. FooEnum or ENUM_VALUE. |
| 105 | // |
| 106 | // Always non-empty. |
no outgoing calls