Worker Pool Default Package Set
enum WorkerPoolDefaultPackageSet : Enum<WorkerPoolDefaultPackageSet> , ConvertibleToJava<WorkerPoolDefaultPackageSet>
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.
Entries
Link copied to clipboard
The default set of packages to stage is unknown, or unspecified.
Link copied to clipboard
Indicates that no packages should be staged at the worker unless explicitly specified by the job.
Link copied to clipboard
Stage packages typically useful to workers written in Java.
Link copied to clipboard
Stage packages typically useful to workers written in Python.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.