public final class LaunchTemplateParameters
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 Google 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.Flags| Constructor and Description |
|---|
LaunchTemplateParameters() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateParameters |
clone() |
RuntimeEnvironment |
getEnvironment()
The runtime environment for the job.
|
java.lang.String |
getJobName()
Required.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
The runtime parameters to pass to the job.
|
LaunchTemplateParameters |
set(java.lang.String fieldName,
java.lang.Object value) |
LaunchTemplateParameters |
setEnvironment(RuntimeEnvironment environment)
The runtime environment for the job.
|
LaunchTemplateParameters |
setJobName(java.lang.String jobName)
Required.
|
LaunchTemplateParameters |
setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
The runtime parameters to pass to the job.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic RuntimeEnvironment getEnvironment()
null for nonepublic LaunchTemplateParameters setEnvironment(RuntimeEnvironment environment)
environment - environment or null for nonepublic java.lang.String getJobName()
null for nonepublic LaunchTemplateParameters setJobName(java.lang.String jobName)
jobName - jobName or null for nonepublic java.util.Map<java.lang.String,java.lang.String> getParameters()
null for nonepublic LaunchTemplateParameters setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters - parameters or null for nonepublic LaunchTemplateParameters set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LaunchTemplateParameters clone()
clone in class com.google.api.client.json.GenericJson