Enum DefaultPackageSet (0.9.0)

public enum DefaultPackageSet extends Enum<DefaultPackageSet> implements ProtocolMessageEnum

The default set of packages to be staged on a pool of workers.

Protobuf enum google.dataflow.v1beta3.DefaultPackageSet

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEFAULT_PACKAGE_SET_JAVA

Stage packages typically useful to workers written in Java.

DEFAULT_PACKAGE_SET_JAVA = 2;

DEFAULT_PACKAGE_SET_JAVA_VALUE

Stage packages typically useful to workers written in Java.

DEFAULT_PACKAGE_SET_JAVA = 2;

DEFAULT_PACKAGE_SET_NONE

Indicates that no packages should be staged at the worker unless explicitly specified by the job.

DEFAULT_PACKAGE_SET_NONE = 1;

DEFAULT_PACKAGE_SET_NONE_VALUE

Indicates that no packages should be staged at the worker unless explicitly specified by the job.

DEFAULT_PACKAGE_SET_NONE = 1;

DEFAULT_PACKAGE_SET_PYTHON

Stage packages typically useful to workers written in Python.

DEFAULT_PACKAGE_SET_PYTHON = 3;

DEFAULT_PACKAGE_SET_PYTHON_VALUE

Stage packages typically useful to workers written in Python.

DEFAULT_PACKAGE_SET_PYTHON = 3;

DEFAULT_PACKAGE_SET_UNKNOWN

The default set of packages to stage is unknown, or unspecified.

DEFAULT_PACKAGE_SET_UNKNOWN = 0;

DEFAULT_PACKAGE_SET_UNKNOWN_VALUE

The default set of packages to stage is unknown, or unspecified.

DEFAULT_PACKAGE_SET_UNKNOWN = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()