public enum DefaultPackageSet extends Enum<DefaultPackageSet> implements ProtocolMessageEnum
The default set of packages to be staged on a pool of workers.
Protobuf enum google.events.cloud.dataflow.v1beta3.DefaultPackageSet
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DEFAULT_PACKAGE_SET_JAVA | Stage packages typically useful to workers written in Java. |
DEFAULT_PACKAGE_SET_JAVA_VALUE | Stage packages typically useful to workers written in Java. |
DEFAULT_PACKAGE_SET_NONE | Indicates that no packages should be staged at the worker unless explicitly specified by the job. |
DEFAULT_PACKAGE_SET_NONE_VALUE | Indicates that no packages should be staged at the worker unless explicitly specified by the job. |
DEFAULT_PACKAGE_SET_PYTHON | Stage packages typically useful to workers written in Python. |
DEFAULT_PACKAGE_SET_PYTHON_VALUE | Stage packages typically useful to workers written in Python. |
DEFAULT_PACKAGE_SET_UNKNOWN | The default set of packages to stage is unknown, or unspecified. |
DEFAULT_PACKAGE_SET_UNKNOWN_VALUE | The default set of packages to stage is unknown, or unspecified. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |