tempStoragePrefix property

String? tempStoragePrefix
getter/setter pair

The prefix of the resources the taskrunner should use for temporary storage.

The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

Implementation

core.String? tempStoragePrefix;