mainJarFileUri property

  1. @TagNumber.new(100)
String get 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.new(100)
set mainJarFileUri (String v)

Implementation

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