Module: Google::Cloud::Dataflow::V1beta3::DefaultPackageSet

Defined in:
proto_docs/google/dataflow/v1beta3/environment.rb

Overview

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

Constant Summary collapse

DEFAULT_PACKAGE_SET_UNKNOWN =

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

0
DEFAULT_PACKAGE_SET_NONE =

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

1
DEFAULT_PACKAGE_SET_JAVA =

Stage packages typically useful to workers written in Java.

2
DEFAULT_PACKAGE_SET_PYTHON =

Stage packages typically useful to workers written in Python.

3