Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
RuntimeEnvironment |
RuntimeEnvironment.clone() |
RuntimeEnvironment |
LaunchTemplateParameters.getEnvironment()
The runtime environment for the job.
|
RuntimeEnvironment |
CreateJobFromTemplateRequest.getEnvironment()
The runtime environment for the job.
|
RuntimeEnvironment |
RuntimeEnvironment.set(java.lang.String fieldName,
java.lang.Object value) |
RuntimeEnvironment |
RuntimeEnvironment.setAdditionalExperiments(java.util.List<java.lang.String> additionalExperiments)
Additional experiment flags for the job.
|
RuntimeEnvironment |
RuntimeEnvironment.setBypassTempDirValidation(java.lang.Boolean bypassTempDirValidation)
Whether to bypass the safety checks for the job's temporary directory.
|
RuntimeEnvironment |
RuntimeEnvironment.setMachineType(java.lang.String machineType)
The machine type to use for the job.
|
RuntimeEnvironment |
RuntimeEnvironment.setMaxWorkers(java.lang.Integer maxWorkers)
The maximum number of Google Compute Engine instances to be made available to your pipeline
during execution, from 1 to 1000.
|
RuntimeEnvironment |
RuntimeEnvironment.setNetwork(java.lang.String network)
Network to which VMs will be assigned.
|
RuntimeEnvironment |
RuntimeEnvironment.setServiceAccountEmail(java.lang.String serviceAccountEmail)
The email address of the service account to run the job as.
|
RuntimeEnvironment |
RuntimeEnvironment.setSubnetwork(java.lang.String subnetwork)
Subnetwork to which VMs will be assigned, if desired.
|
RuntimeEnvironment |
RuntimeEnvironment.setTempLocation(java.lang.String tempLocation)
The Cloud Storage path to use for temporary files.
|
RuntimeEnvironment |
RuntimeEnvironment.setZone(java.lang.String zone)
The Compute Engine [availability zone](https://cloud.google.com/compute/docs/regions-zones
/regions-zones) for launching worker instances to run your pipeline.
|
Modifier and Type | Method and Description |
---|---|
LaunchTemplateParameters |
LaunchTemplateParameters.setEnvironment(RuntimeEnvironment environment)
The runtime environment for the job.
|
CreateJobFromTemplateRequest |
CreateJobFromTemplateRequest.setEnvironment(RuntimeEnvironment environment)
The runtime environment for the job.
|