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-08-28 UTC."],[],[],null,["# Google Cloud Dataflow V1beta3 Client - Class WorkerIPAddressConfiguration (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-dataflow/latest/V1beta3.WorkerIPAddressConfiguration)\n- [0.8.1](/php/docs/reference/cloud-dataflow/0.8.1/V1beta3.WorkerIPAddressConfiguration)\n- [0.7.1](/php/docs/reference/cloud-dataflow/0.7.1/V1beta3.WorkerIPAddressConfiguration)\n- [0.6.6](/php/docs/reference/cloud-dataflow/0.6.6/V1beta3.WorkerIPAddressConfiguration)\n- [0.5.1](/php/docs/reference/cloud-dataflow/0.5.1/V1beta3.WorkerIPAddressConfiguration)\n- [0.4.1](/php/docs/reference/cloud-dataflow/0.4.1/V1beta3.WorkerIPAddressConfiguration)\n- [0.3.10](/php/docs/reference/cloud-dataflow/0.3.10/V1beta3.WorkerIPAddressConfiguration) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class WorkerIPAddressConfiguration.\n\nSpecifies how to allocate IP addresses to worker machines. You can also use\n[pipeline\noptions](https://cloud.google.com/dataflow/docs/reference/pipeline-options#security_and_networking)\nto specify whether Dataflow workers use external IP addresses.\n\nProtobuf type `google.dataflow.v1beta3.WorkerIPAddressConfiguration`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataflow \\\\ V1beta3\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### WORKER_IP_UNSPECIFIED\n\n Value: 0\n\nThe configuration is unknown, or unspecified.\n\nGenerated from protobuf enum `WORKER_IP_UNSPECIFIED = 0;`\n\n### WORKER_IP_PUBLIC\n\n Value: 1\n\nWorkers should have public IP addresses.\n\nGenerated from protobuf enum `WORKER_IP_PUBLIC = 1;`\n\n### WORKER_IP_PRIVATE\n\n Value: 2\n\nWorkers should have private IP addresses.\n\nGenerated from protobuf enum `WORKER_IP_PRIVATE = 2;`"]]