mainJarFileUri property

  1. @TagNumber(100)
String mainJarFileUri

The Cloud Storage URI of the jar file that contains the main class. The execution args are passed in as a sequence of named process arguments (--key=value).

Implementation

@$pb.TagNumber(100)
$core.String get mainJarFileUri => $_getSZ(3);
  1. @TagNumber(100)
void mainJarFileUri=(String v)

Implementation

@$pb.TagNumber(100)
set mainJarFileUri($core.String v) { $_setString(3, v); }