javaJars property

  1. @TagNumber(2)
List<String> get javaJars

Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get javaJars => $_getList(1);