| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.clone() |
Environment |
Job.getEnvironment()
Optional.
|
Environment |
Environment.set(String fieldName,
Object value) |
Environment |
Environment.setClusterManagerApiService(String clusterManagerApiService)
The type of cluster manager API to use.
|
Environment |
Environment.setDataset(String dataset)
Optional.
|
Environment |
Environment.setDebugOptions(DebugOptions debugOptions)
Optional.
|
Environment |
Environment.setExperiments(List<String> experiments)
The list of experiments to enable.
|
Environment |
Environment.setFlexResourceSchedulingGoal(String flexResourceSchedulingGoal)
Optional.
|
Environment |
Environment.setInternalExperiments(Map<String,Object> internalExperiments)
Experimental settings.
|
Environment |
Environment.setSdkPipelineOptions(Map<String,Object> sdkPipelineOptions)
The Cloud Dataflow SDK pipeline options specified by the user.
|
Environment |
Environment.setServiceAccountEmail(String serviceAccountEmail)
Optional.
|
Environment |
Environment.setServiceKmsKeyName(String serviceKmsKeyName)
Optional.
|
Environment |
Environment.setServiceOptions(List<String> serviceOptions)
Optional.
|
Environment |
Environment.setShuffleMode(String shuffleMode)
Output only.
|
Environment |
Environment.setStreamingMode(String streamingMode)
Optional.
|
Environment |
Environment.setTempStoragePrefix(String tempStoragePrefix)
The prefix of the resources the system should use for temporary storage.
|
Environment |
Environment.setUserAgent(Map<String,Object> userAgent)
A description of the process that generated the request.
|
Environment |
Environment.setUseStreamingEngineResourceBasedBilling(Boolean useStreamingEngineResourceBasedBilling)
Output only.
|
Environment |
Environment.setVersion(Map<String,Object> version)
A structure describing which components and their versions of the service are required in order
to run the job.
|
Environment |
Environment.setWorkerPools(List<WorkerPool> workerPools)
The worker pools.
|
Environment |
Environment.setWorkerRegion(String workerRegion)
Optional.
|
Environment |
Environment.setWorkerZone(String workerZone)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.setEnvironment(Environment environment)
Optional.
|
Copyright © 2011–2024 Google. All rights reserved.