Methods
byMember
- byMember(): readonly (OneofInfo | FieldInfo)[]
byNumber
- byNumber(): readonly FieldInfo[]
Returns readonly FieldInfo[]
find
- find(fieldNo): undefined | FieldInfo
Returns undefined | FieldInfo
findJsonName
- findJsonName(jsonName): undefined | FieldInfo
Returns undefined | FieldInfo
list
- list(): readonly FieldInfo[]
Returns readonly FieldInfo[]
Provides convenient access to field information of a message type.