defaultPackageSet property
The default package set to install.
This allows the service to select a default set of packages which are useful to worker harnesses written in a particular language. Possible string values are:
- "DEFAULT_PACKAGE_SET_UNKNOWN" : The default set of packages to stage is unknown, or unspecified.
- "DEFAULT_PACKAGE_SET_NONE" : Indicates that no packages should be staged at the worker unless explicitly specified by the job.
- "DEFAULT_PACKAGE_SET_JAVA" : Stage packages typically useful to workers written in Java.
- "DEFAULT_PACKAGE_SET_PYTHON" : Stage packages typically useful to workers written in Python.
Implementation
core.String? defaultPackageSet;