dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::WorkerPool Class Reference

#include <worker_pool.h>

Inheritance diagram for google_dataflow_api::WorkerPool:

Public Member Functions

 WorkerPool (const Json::Value &storage)
 
 WorkerPool (Json::Value *storage)
 
virtual ~WorkerPool ()
 
const StringPiece GetTypeName () const
 
bool has_autoscaling_settings () const
 
void clear_autoscaling_settings ()
 
const AutoscalingSettings get_autoscaling_settings () const
 
AutoscalingSettings mutable_autoscalingSettings ()
 
bool has_data_disks () const
 
void clear_data_disks ()
 
const client::JsonCppArray< Diskget_data_disks () const
 
client::JsonCppArray< Diskmutable_dataDisks ()
 
bool has_default_package_set () const
 
void clear_default_package_set ()
 
const StringPiece get_default_package_set () const
 
void set_default_package_set (const StringPiece &value)
 
bool has_disk_size_gb () const
 
void clear_disk_size_gb ()
 
int32 get_disk_size_gb () const
 
void set_disk_size_gb (int32 value)
 
bool has_disk_source_image () const
 
void clear_disk_source_image ()
 
const StringPiece get_disk_source_image () const
 
void set_disk_source_image (const StringPiece &value)
 
bool has_disk_type () const
 
void clear_disk_type ()
 
const StringPiece get_disk_type () const
 
void set_disk_type (const StringPiece &value)
 
bool has_ip_configuration () const
 
void clear_ip_configuration ()
 
const StringPiece get_ip_configuration () const
 
void set_ip_configuration (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_machine_type () const
 
void clear_machine_type ()
 
const StringPiece get_machine_type () const
 
void set_machine_type (const StringPiece &value)
 
bool has_metadata () const
 
void clear_metadata ()
 
const client::JsonCppAssociativeArray< string > get_metadata () const
 
client::JsonCppAssociativeArray< string > mutable_metadata ()
 
bool has_network () const
 
void clear_network ()
 
const StringPiece get_network () const
 
void set_network (const StringPiece &value)
 
bool has_num_threads_per_worker () const
 
void clear_num_threads_per_worker ()
 
int32 get_num_threads_per_worker () const
 
void set_num_threads_per_worker (int32 value)
 
bool has_num_workers () const
 
void clear_num_workers ()
 
int32 get_num_workers () const
 
void set_num_workers (int32 value)
 
bool has_on_host_maintenance () const
 
void clear_on_host_maintenance ()
 
const StringPiece get_on_host_maintenance () const
 
void set_on_host_maintenance (const StringPiece &value)
 
bool has_packages () const
 
void clear_packages ()
 
const client::JsonCppArray< Packageget_packages () const
 
client::JsonCppArray< Packagemutable_packages ()
 
bool has_pool_args () const
 
void clear_pool_args ()
 
const client::JsonCppAssociativeArray< client::JsonCppData > get_pool_args () const
 
client::JsonCppAssociativeArray< client::JsonCppData > mutable_poolArgs ()
 
bool has_sdk_harness_container_images () const
 
void clear_sdk_harness_container_images ()
 
const client::JsonCppArray< SdkHarnessContainerImageget_sdk_harness_container_images () const
 
client::JsonCppArray< SdkHarnessContainerImagemutable_sdkHarnessContainerImages ()
 
bool has_subnetwork () const
 
void clear_subnetwork ()
 
const StringPiece get_subnetwork () const
 
void set_subnetwork (const StringPiece &value)
 
bool has_taskrunner_settings () const
 
void clear_taskrunner_settings ()
 
const TaskRunnerSettings get_taskrunner_settings () const
 
TaskRunnerSettings mutable_taskrunnerSettings ()
 
bool has_teardown_policy () const
 
void clear_teardown_policy ()
 
const StringPiece get_teardown_policy () const
 
void set_teardown_policy (const StringPiece &value)
 
bool has_worker_harness_container_image () const
 
void clear_worker_harness_container_image ()
 
const StringPiece get_worker_harness_container_image () const
 
void set_worker_harness_container_image (const StringPiece &value)
 
bool has_zone () const
 
void clear_zone ()
 
const StringPiece get_zone () const
 
void set_zone (const StringPiece &value)
 

Static Public Member Functions

static WorkerPoolNew ()
 

Detailed Description

Describes one particular pool of Cloud Dataflow workers to be instantiated by the Cloud Dataflow service in order to perform the computations required by a job. Note that a workflow job may use multiple pools, in order to match the various computational requirements of the various stages of the job.

Constructor & Destructor Documentation

◆ WorkerPool() [1/2]

google_dataflow_api::WorkerPool::WorkerPool ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ WorkerPool() [2/2]

google_dataflow_api::WorkerPool::WorkerPool ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~WorkerPool()

google_dataflow_api::WorkerPool::~WorkerPool ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_autoscaling_settings()

void google_dataflow_api::WorkerPool::clear_autoscaling_settings ( )
inline

Clears the 'autoscalingSettings' attribute.

◆ clear_data_disks()

void google_dataflow_api::WorkerPool::clear_data_disks ( )
inline

Clears the 'dataDisks' attribute.

◆ clear_default_package_set()

void google_dataflow_api::WorkerPool::clear_default_package_set ( )
inline

Clears the 'defaultPackageSet' attribute.

◆ clear_disk_size_gb()

void google_dataflow_api::WorkerPool::clear_disk_size_gb ( )
inline

Clears the 'diskSizeGb' attribute.

◆ clear_disk_source_image()

void google_dataflow_api::WorkerPool::clear_disk_source_image ( )
inline

Clears the 'diskSourceImage' attribute.

◆ clear_disk_type()

void google_dataflow_api::WorkerPool::clear_disk_type ( )
inline

Clears the 'diskType' attribute.

◆ clear_ip_configuration()

void google_dataflow_api::WorkerPool::clear_ip_configuration ( )
inline

Clears the 'ipConfiguration' attribute.

◆ clear_kind()

void google_dataflow_api::WorkerPool::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_machine_type()

void google_dataflow_api::WorkerPool::clear_machine_type ( )
inline

Clears the 'machineType' attribute.

◆ clear_metadata()

void google_dataflow_api::WorkerPool::clear_metadata ( )
inline

Clears the 'metadata' attribute.

◆ clear_network()

void google_dataflow_api::WorkerPool::clear_network ( )
inline

Clears the 'network' attribute.

◆ clear_num_threads_per_worker()

void google_dataflow_api::WorkerPool::clear_num_threads_per_worker ( )
inline

Clears the 'numThreadsPerWorker' attribute.

◆ clear_num_workers()

void google_dataflow_api::WorkerPool::clear_num_workers ( )
inline

Clears the 'numWorkers' attribute.

◆ clear_on_host_maintenance()

void google_dataflow_api::WorkerPool::clear_on_host_maintenance ( )
inline

Clears the 'onHostMaintenance' attribute.

◆ clear_packages()

void google_dataflow_api::WorkerPool::clear_packages ( )
inline

Clears the 'packages' attribute.

◆ clear_pool_args()

void google_dataflow_api::WorkerPool::clear_pool_args ( )
inline

Clears the 'poolArgs' attribute.

◆ clear_sdk_harness_container_images()

void google_dataflow_api::WorkerPool::clear_sdk_harness_container_images ( )
inline

Clears the 'sdkHarnessContainerImages' attribute.

◆ clear_subnetwork()

void google_dataflow_api::WorkerPool::clear_subnetwork ( )
inline

Clears the 'subnetwork' attribute.

◆ clear_taskrunner_settings()

void google_dataflow_api::WorkerPool::clear_taskrunner_settings ( )
inline

Clears the 'taskrunnerSettings' attribute.

◆ clear_teardown_policy()

void google_dataflow_api::WorkerPool::clear_teardown_policy ( )
inline

Clears the 'teardownPolicy' attribute.

◆ clear_worker_harness_container_image()

void google_dataflow_api::WorkerPool::clear_worker_harness_container_image ( )
inline

Clears the 'workerHarnessContainerImage' attribute.

◆ clear_zone()

void google_dataflow_api::WorkerPool::clear_zone ( )
inline

Clears the 'zone' attribute.

◆ get_autoscaling_settings()

const AutoscalingSettings google_dataflow_api::WorkerPool::get_autoscaling_settings ( ) const

Get a reference to the value of the 'autoscalingSettings' attribute.

◆ get_data_disks()

const client::JsonCppArray<Disk > google_dataflow_api::WorkerPool::get_data_disks ( ) const

Get a reference to the value of the 'dataDisks' attribute.

◆ get_default_package_set()

const StringPiece google_dataflow_api::WorkerPool::get_default_package_set ( ) const
inline

Get the value of the 'defaultPackageSet' attribute.

◆ get_disk_size_gb()

int32 google_dataflow_api::WorkerPool::get_disk_size_gb ( ) const
inline

Get the value of the 'diskSizeGb' attribute.

◆ get_disk_source_image()

const StringPiece google_dataflow_api::WorkerPool::get_disk_source_image ( ) const
inline

Get the value of the 'diskSourceImage' attribute.

◆ get_disk_type()

const StringPiece google_dataflow_api::WorkerPool::get_disk_type ( ) const
inline

Get the value of the 'diskType' attribute.

◆ get_ip_configuration()

const StringPiece google_dataflow_api::WorkerPool::get_ip_configuration ( ) const
inline

Get the value of the 'ipConfiguration' attribute.

◆ get_kind()

const StringPiece google_dataflow_api::WorkerPool::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_machine_type()

const StringPiece google_dataflow_api::WorkerPool::get_machine_type ( ) const
inline

Get the value of the 'machineType' attribute.

◆ get_metadata()

const client::JsonCppAssociativeArray<string > google_dataflow_api::WorkerPool::get_metadata ( ) const
inline

Get a reference to the value of the 'metadata' attribute.

◆ get_network()

const StringPiece google_dataflow_api::WorkerPool::get_network ( ) const
inline

Get the value of the 'network' attribute.

◆ get_num_threads_per_worker()

int32 google_dataflow_api::WorkerPool::get_num_threads_per_worker ( ) const
inline

Get the value of the 'numThreadsPerWorker' attribute.

◆ get_num_workers()

int32 google_dataflow_api::WorkerPool::get_num_workers ( ) const
inline

Get the value of the 'numWorkers' attribute.

◆ get_on_host_maintenance()

const StringPiece google_dataflow_api::WorkerPool::get_on_host_maintenance ( ) const
inline

Get the value of the 'onHostMaintenance' attribute.

◆ get_packages()

const client::JsonCppArray<Package > google_dataflow_api::WorkerPool::get_packages ( ) const

Get a reference to the value of the 'packages' attribute.

◆ get_pool_args()

const client::JsonCppAssociativeArray<client::JsonCppData > google_dataflow_api::WorkerPool::get_pool_args ( ) const
inline

Get a reference to the value of the 'poolArgs' attribute.

◆ get_sdk_harness_container_images()

const client::JsonCppArray<SdkHarnessContainerImage > google_dataflow_api::WorkerPool::get_sdk_harness_container_images ( ) const

Get a reference to the value of the 'sdkHarnessContainerImages' attribute.

◆ get_subnetwork()

const StringPiece google_dataflow_api::WorkerPool::get_subnetwork ( ) const
inline

Get the value of the 'subnetwork' attribute.

◆ get_taskrunner_settings()

const TaskRunnerSettings google_dataflow_api::WorkerPool::get_taskrunner_settings ( ) const

Get a reference to the value of the 'taskrunnerSettings' attribute.

◆ get_teardown_policy()

const StringPiece google_dataflow_api::WorkerPool::get_teardown_policy ( ) const
inline

Get the value of the 'teardownPolicy' attribute.

◆ get_worker_harness_container_image()

const StringPiece google_dataflow_api::WorkerPool::get_worker_harness_container_image ( ) const
inline

Get the value of the 'workerHarnessContainerImage' attribute.

◆ get_zone()

const StringPiece google_dataflow_api::WorkerPool::get_zone ( ) const
inline

Get the value of the 'zone' attribute.

◆ GetTypeName()

const StringPiece google_dataflow_api::WorkerPool::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::WorkerPool

◆ has_autoscaling_settings()

bool google_dataflow_api::WorkerPool::has_autoscaling_settings ( ) const
inline

Determine if the 'autoscalingSettings' attribute was set.

Returns
true if the 'autoscalingSettings' attribute was set.

◆ has_data_disks()

bool google_dataflow_api::WorkerPool::has_data_disks ( ) const
inline

Determine if the 'dataDisks' attribute was set.

Returns
true if the 'dataDisks' attribute was set.

◆ has_default_package_set()

bool google_dataflow_api::WorkerPool::has_default_package_set ( ) const
inline

Determine if the 'defaultPackageSet' attribute was set.

Returns
true if the 'defaultPackageSet' attribute was set.

◆ has_disk_size_gb()

bool google_dataflow_api::WorkerPool::has_disk_size_gb ( ) const
inline

Determine if the 'diskSizeGb' attribute was set.

Returns
true if the 'diskSizeGb' attribute was set.

◆ has_disk_source_image()

bool google_dataflow_api::WorkerPool::has_disk_source_image ( ) const
inline

Determine if the 'diskSourceImage' attribute was set.

Returns
true if the 'diskSourceImage' attribute was set.

◆ has_disk_type()

bool google_dataflow_api::WorkerPool::has_disk_type ( ) const
inline

Determine if the 'diskType' attribute was set.

Returns
true if the 'diskType' attribute was set.

◆ has_ip_configuration()

bool google_dataflow_api::WorkerPool::has_ip_configuration ( ) const
inline

Determine if the 'ipConfiguration' attribute was set.

Returns
true if the 'ipConfiguration' attribute was set.

◆ has_kind()

bool google_dataflow_api::WorkerPool::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_machine_type()

bool google_dataflow_api::WorkerPool::has_machine_type ( ) const
inline

Determine if the 'machineType' attribute was set.

Returns
true if the 'machineType' attribute was set.

◆ has_metadata()

bool google_dataflow_api::WorkerPool::has_metadata ( ) const
inline

Determine if the 'metadata' attribute was set.

Returns
true if the 'metadata' attribute was set.

◆ has_network()

bool google_dataflow_api::WorkerPool::has_network ( ) const
inline

Determine if the 'network' attribute was set.

Returns
true if the 'network' attribute was set.

◆ has_num_threads_per_worker()

bool google_dataflow_api::WorkerPool::has_num_threads_per_worker ( ) const
inline

Determine if the 'numThreadsPerWorker' attribute was set.

Returns
true if the 'numThreadsPerWorker' attribute was set.

◆ has_num_workers()

bool google_dataflow_api::WorkerPool::has_num_workers ( ) const
inline

Determine if the 'numWorkers' attribute was set.

Returns
true if the 'numWorkers' attribute was set.

◆ has_on_host_maintenance()

bool google_dataflow_api::WorkerPool::has_on_host_maintenance ( ) const
inline

Determine if the 'onHostMaintenance' attribute was set.

Returns
true if the 'onHostMaintenance' attribute was set.

◆ has_packages()

bool google_dataflow_api::WorkerPool::has_packages ( ) const
inline

Determine if the 'packages' attribute was set.

Returns
true if the 'packages' attribute was set.

◆ has_pool_args()

bool google_dataflow_api::WorkerPool::has_pool_args ( ) const
inline

Determine if the 'poolArgs' attribute was set.

Returns
true if the 'poolArgs' attribute was set.

◆ has_sdk_harness_container_images()

bool google_dataflow_api::WorkerPool::has_sdk_harness_container_images ( ) const
inline

Determine if the 'sdkHarnessContainerImages' attribute was set.

Returns
true if the 'sdkHarnessContainerImages' attribute was set.

◆ has_subnetwork()

bool google_dataflow_api::WorkerPool::has_subnetwork ( ) const
inline

Determine if the 'subnetwork' attribute was set.

Returns
true if the 'subnetwork' attribute was set.

◆ has_taskrunner_settings()

bool google_dataflow_api::WorkerPool::has_taskrunner_settings ( ) const
inline

Determine if the 'taskrunnerSettings' attribute was set.

Returns
true if the 'taskrunnerSettings' attribute was set.

◆ has_teardown_policy()

bool google_dataflow_api::WorkerPool::has_teardown_policy ( ) const
inline

Determine if the 'teardownPolicy' attribute was set.

Returns
true if the 'teardownPolicy' attribute was set.

◆ has_worker_harness_container_image()

bool google_dataflow_api::WorkerPool::has_worker_harness_container_image ( ) const
inline

Determine if the 'workerHarnessContainerImage' attribute was set.

Returns
true if the 'workerHarnessContainerImage' attribute was set.

◆ has_zone()

bool google_dataflow_api::WorkerPool::has_zone ( ) const
inline

Determine if the 'zone' attribute was set.

Returns
true if the 'zone' attribute was set.

◆ mutable_autoscalingSettings()

AutoscalingSettings google_dataflow_api::WorkerPool::mutable_autoscalingSettings ( )

Gets a reference to a mutable value of the 'autoscalingSettings' property.

Settings for autoscaling of this WorkerPool.

Returns
The result can be modified to change the attribute value.

◆ mutable_dataDisks()

client::JsonCppArray<Disk > google_dataflow_api::WorkerPool::mutable_dataDisks ( )

Gets a reference to a mutable value of the 'dataDisks' property.

Data disks that are used by a VM in this workflow.

Returns
The result can be modified to change the attribute value.

◆ mutable_metadata()

client::JsonCppAssociativeArray<string > google_dataflow_api::WorkerPool::mutable_metadata ( )
inline

Gets a reference to a mutable value of the 'metadata' property.

Metadata to set on the Google Compute Engine VMs.

Returns
The result can be modified to change the attribute value.

◆ mutable_packages()

client::JsonCppArray<Package > google_dataflow_api::WorkerPool::mutable_packages ( )

Gets a reference to a mutable value of the 'packages' property.

Packages to be installed on workers.

Returns
The result can be modified to change the attribute value.

◆ mutable_poolArgs()

client::JsonCppAssociativeArray<client::JsonCppData > google_dataflow_api::WorkerPool::mutable_poolArgs ( )
inline

Gets a reference to a mutable value of the 'poolArgs' property.

Extra arguments for this worker pool.

Returns
The result can be modified to change the attribute value.

◆ mutable_sdkHarnessContainerImages()

client::JsonCppArray<SdkHarnessContainerImage > google_dataflow_api::WorkerPool::mutable_sdkHarnessContainerImages ( )

Gets a reference to a mutable value of the 'sdkHarnessContainerImages' property.

Set of SDK harness containers needed to execute this pipeline. This will only be set in the Fn API path. For non-cross-language pipelines this should have only one entry. Cross-language pipelines will have two or more entries.

Returns
The result can be modified to change the attribute value.

◆ mutable_taskrunnerSettings()

TaskRunnerSettings google_dataflow_api::WorkerPool::mutable_taskrunnerSettings ( )

Gets a reference to a mutable value of the 'taskrunnerSettings' property.

Settings passed through to Google Compute Engine workers when using the standard Dataflow task runner. Users should ignore this field.

Returns
The result can be modified to change the attribute value.

◆ New()

WorkerPool * google_dataflow_api::WorkerPool::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_default_package_set()

void google_dataflow_api::WorkerPool::set_default_package_set ( const StringPiece &  value)
inline

Change the 'defaultPackageSet' attribute.

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.

Parameters
[in]valueThe new value.

◆ set_disk_size_gb()

void google_dataflow_api::WorkerPool::set_disk_size_gb ( int32  value)
inline

Change the 'diskSizeGb' attribute.

Size of root disk for VMs, in GB. If zero or unspecified, the service will attempt to choose a reasonable default.

Parameters
[in]valueThe new value.

◆ set_disk_source_image()

void google_dataflow_api::WorkerPool::set_disk_source_image ( const StringPiece &  value)
inline

Change the 'diskSourceImage' attribute.

Fully qualified source image for disks.

Parameters
[in]valueThe new value.

◆ set_disk_type()

void google_dataflow_api::WorkerPool::set_disk_type ( const StringPiece &  value)
inline

Change the 'diskType' attribute.

Type of root disk for VMs. If empty or unspecified, the service will attempt to choose a reasonable default.

Parameters
[in]valueThe new value.

◆ set_ip_configuration()

void google_dataflow_api::WorkerPool::set_ip_configuration ( const StringPiece &  value)
inline

Change the 'ipConfiguration' attribute.

Configuration for VM IPs.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_dataflow_api::WorkerPool::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The kind of the worker pool; currently only harness and shuffle are supported.

Parameters
[in]valueThe new value.

◆ set_machine_type()

void google_dataflow_api::WorkerPool::set_machine_type ( const StringPiece &  value)
inline

Change the 'machineType' attribute.

Machine type (e.g. "n1-standard-1"). If empty or unspecified, the service will attempt to choose a reasonable default.

Parameters
[in]valueThe new value.

◆ set_network()

void google_dataflow_api::WorkerPool::set_network ( const StringPiece &  value)
inline

Change the 'network' attribute.

Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".

Parameters
[in]valueThe new value.

◆ set_num_threads_per_worker()

void google_dataflow_api::WorkerPool::set_num_threads_per_worker ( int32  value)
inline

Change the 'numThreadsPerWorker' attribute.

The number of threads per worker harness. If empty or unspecified, the service will choose a number of threads (according to the number of cores on the selected machine type for batch, or 1 by convention for streaming).

Parameters
[in]valueThe new value.

◆ set_num_workers()

void google_dataflow_api::WorkerPool::set_num_workers ( int32  value)
inline

Change the 'numWorkers' attribute.

Number of Google Compute Engine workers in this pool needed to execute the job. If zero or unspecified, the service will attempt to choose a reasonable default.

Parameters
[in]valueThe new value.

◆ set_on_host_maintenance()

void google_dataflow_api::WorkerPool::set_on_host_maintenance ( const StringPiece &  value)
inline

Change the 'onHostMaintenance' attribute.

The action to take on host maintenance, as defined by the Google Compute Engine API.

Parameters
[in]valueThe new value.

◆ set_subnetwork()

void google_dataflow_api::WorkerPool::set_subnetwork ( const StringPiece &  value)
inline

Change the 'subnetwork' attribute.

Subnetwork to which VMs will be assigned, if desired. Expected to be of the form "regions/REGION/subnetworks/SUBNETWORK".

Parameters
[in]valueThe new value.

◆ set_teardown_policy()

void google_dataflow_api::WorkerPool::set_teardown_policy ( const StringPiece &  value)
inline

Change the 'teardownPolicy' attribute.

Sets the policy for determining when to turndown worker pool. Allowed values are: TEARDOWN_ALWAYS, TEARDOWN_ON_SUCCESS, and TEARDOWN_NEVER. TEARDOWN_ALWAYS means workers are always torn down regardless of whether the job succeeds. TEARDOWN_ON_SUCCESS means workers are torn down if the job succeeds. TEARDOWN_NEVER means the workers are never torn down.

If the workers are not torn down by the service, they will continue to run and use Google Compute Engine VM resources in the user's project until they are explicitly terminated by the user. Because of this, Google recommends using the TEARDOWN_ALWAYS policy except for small, manually supervised test jobs.

If unknown or unspecified, the service will attempt to choose a reasonable default.

Parameters
[in]valueThe new value.

◆ set_worker_harness_container_image()

void google_dataflow_api::WorkerPool::set_worker_harness_container_image ( const StringPiece &  value)
inline

Change the 'workerHarnessContainerImage' attribute.

Required. Docker container image that executes the Cloud Dataflow worker harness, residing in Google Container Registry.

Deprecated for the Fn API path. Use sdk_harness_container_images instead.

Parameters
[in]valueThe new value.

◆ set_zone()

void google_dataflow_api::WorkerPool::set_zone ( const StringPiece &  value)
inline

Change the 'zone' attribute.

Zone to run the worker pools in. If empty or unspecified, the service will attempt to choose a reasonable default.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: