tempStoragePrefix property

  1. @TagNumber(1)
String get tempStoragePrefix

The prefix of the resources the system should use for temporary storage. The system will append the suffix "/temp-{JOBNAME} to this resource prefix, where {JOBNAME} is the value of the job_name field. The resulting bucket and object prefix is used as the prefix of the resources used to store temporary data needed during the job execution. NOTE: This will override the value in taskrunner_settings. The supported resource type is:

Google Cloud Storage:

storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

Implementation

@$pb.TagNumber(1)
$core.String get tempStoragePrefix => $_getSZ(0);
  1. @TagNumber(1)
set tempStoragePrefix (String v)

Implementation

@$pb.TagNumber(1)
set tempStoragePrefix($core.String v) { $_setString(0, v); }