pythonScriptFile property

  1. @TagNumber(102)
String get pythonScriptFile

The Gcloud Storage URI of the main Python file to use as the driver. Must be a .py file. The execution args are passed in as a sequence of named process arguments (--key=value).

Implementation

@$pb.TagNumber(102)
$core.String get pythonScriptFile => $_getSZ(5);
  1. @TagNumber(102)
set pythonScriptFile (String v)

Implementation

@$pb.TagNumber(102)
set pythonScriptFile($core.String v) { $_setString(5, v); }