mainJarFileUri property
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);
Implementation
@$pb.TagNumber(100)
set mainJarFileUri($core.String v) {
$_setString(3, v);
}