getType

fun getType(name: String): Type?

Returns the type with the fully qualified name name, or null if this schema defines no such type.


fun getType(protoType: ProtoType): Type?

Returns the type for protoType, or null if this schema defines no such type.