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 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
LaunchTemplateParameters() |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateParameters |
clone() |
RuntimeEnvironment |
getEnvironment()
The runtime environment for the job.
|
String |
getJobName()
Required.
|
Map<String,String> |
getParameters()
The runtime parameters to pass to the job.
|
LaunchTemplateParameters |
set(String fieldName,
Object value) |
LaunchTemplateParameters |
setEnvironment(RuntimeEnvironment environment)
The runtime environment for the job.
|
LaunchTemplateParameters |
setJobName(String jobName)
Required.
|
LaunchTemplateParameters |
setParameters(Map<String,String> parameters)
The runtime parameters to pass to the job.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public RuntimeEnvironment getEnvironment()
null
for nonepublic LaunchTemplateParameters setEnvironment(RuntimeEnvironment environment)
environment
- environment or null
for nonepublic String getJobName()
null
for nonepublic LaunchTemplateParameters setJobName(String jobName)
jobName
- jobName or null
for nonepublic Map<String,String> getParameters()
null
for nonepublic LaunchTemplateParameters setParameters(Map<String,String> parameters)
parameters
- parameters or null
for nonepublic LaunchTemplateParameters set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public LaunchTemplateParameters clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.