public final class RuntimeEnvironment
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RuntimeEnvironment() |
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getAdditionalExperiments()
null for nonepublic RuntimeEnvironment setAdditionalExperiments(List<String> additionalExperiments)
additionalExperiments - additionalExperiments or null for nonepublic Map<String,String> getAdditionalUserLabels()
null for nonepublic RuntimeEnvironment setAdditionalUserLabels(Map<String,String> additionalUserLabels)
additionalUserLabels - additionalUserLabels or null for nonepublic Boolean getBypassTempDirValidation()
null for nonepublic RuntimeEnvironment setBypassTempDirValidation(Boolean bypassTempDirValidation)
bypassTempDirValidation - bypassTempDirValidation or null for nonepublic Integer getDiskSizeGb()
null for nonepublic RuntimeEnvironment setDiskSizeGb(Integer diskSizeGb)
diskSizeGb - diskSizeGb or null for nonepublic Boolean getEnableStreamingEngine()
null for nonepublic RuntimeEnvironment setEnableStreamingEngine(Boolean enableStreamingEngine)
enableStreamingEngine - enableStreamingEngine or null for nonepublic String getIpConfiguration()
null for nonepublic RuntimeEnvironment setIpConfiguration(String ipConfiguration)
ipConfiguration - ipConfiguration or null for nonepublic String getKmsKeyName()
null for nonepublic RuntimeEnvironment setKmsKeyName(String kmsKeyName)
kmsKeyName - kmsKeyName or null for nonepublic String getMachineType()
null for nonepublic RuntimeEnvironment setMachineType(String machineType)
machineType - machineType or null for nonepublic Integer getMaxWorkers()
null for nonepublic RuntimeEnvironment setMaxWorkers(Integer maxWorkers)
maxWorkers - maxWorkers or null for nonepublic String getNetwork()
null for nonepublic RuntimeEnvironment setNetwork(String network)
network - network or null for nonepublic Integer getNumWorkers()
null for nonepublic RuntimeEnvironment setNumWorkers(Integer numWorkers)
numWorkers - numWorkers or null for nonepublic String getServiceAccountEmail()
null for nonepublic RuntimeEnvironment setServiceAccountEmail(String serviceAccountEmail)
serviceAccountEmail - serviceAccountEmail or null for nonepublic String getStreamingMode()
null for nonepublic RuntimeEnvironment setStreamingMode(String streamingMode)
streamingMode - streamingMode or null for nonepublic String getSubnetwork()
null for nonepublic RuntimeEnvironment setSubnetwork(String subnetwork)
subnetwork - subnetwork or null for nonepublic String getTempLocation()
null for nonepublic RuntimeEnvironment setTempLocation(String tempLocation)
tempLocation - tempLocation or null for nonepublic String getWorkerRegion()
null for nonepublic RuntimeEnvironment setWorkerRegion(String workerRegion)
workerRegion - workerRegion or null for nonepublic String getWorkerZone()
null for nonepublic RuntimeEnvironment setWorkerZone(String workerZone)
workerZone - workerZone or null for nonepublic String getZone()
null for nonepublic RuntimeEnvironment setZone(String zone)
zone - zone or null for nonepublic RuntimeEnvironment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RuntimeEnvironment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.