getField

fun getField(protoMember: ProtoMember): Field?

Returns the field for protoMember, or null if this schema defines no such field.


fun getField(typeName: String, memberName: String): Field?

Returns the field with the fully qualified typeName and memberName, or null if this schema defines no such field.


fun getField(protoType: ProtoType, memberName: String): Field?

Returns the field for protoType and memberName, or null if this schema defines no such field.