ContainingMessage is the containing message that this field belongs to. For extension fields, this may not necessarily be the parent message that the field is declared within.
()
| 371 | // For extension fields, this may not necessarily be the parent message |
| 372 | // that the field is declared within. |
| 373 | ContainingMessage() MessageDescriptor |
| 374 | |
| 375 | // Enum is the enum descriptor if Kind is EnumKind. |
| 376 | // It returns nil for any other Kind. |
no outgoing calls