add

fun add(name: Path, protoFile: String): SchemaBuilder

Add a file to be loaded into the schema.

Parameters

name

The qualified name of the file.

protoFile

The content of the file.


fun add(name: Path, protoFile: String, path: Path): SchemaBuilder

Add a file to be loaded into the schema.

Parameters

name

The qualified name of the file.

protoFile

The content of the file.

path

The path on which name is based.