Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class WorkerIPAddressConfiguration.
Specifies how to allocate IP addresses to worker machines. You can also use
pipeline
options
to specify whether Dataflow workers use external IP addresses.
Protobuf type google.dataflow.v1beta3.WorkerIPAddressConfiguration
Namespace
Google \ Cloud \ Dataflow \ V1beta3
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
WORKER_IP_UNSPECIFIED
Value: 0
The configuration is unknown, or unspecified.
Generated from protobuf enum WORKER_IP_UNSPECIFIED = 0;
WORKER_IP_PUBLIC
Value: 1
Workers should have public IP addresses.
Generated from protobuf enum WORKER_IP_PUBLIC = 1;
WORKER_IP_PRIVATE
Value: 2
Workers should have private IP addresses.
Generated from protobuf enum WORKER_IP_PRIVATE = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]