Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.options
Class ValueProviderUtils
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.options.ValueProviderUtils
-
public class ValueProviderUtils extends Object
Utilities for working with theValueProvider
interface.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static String
updateSerializedOptions(String serializedOptions, Map<String,String> runtimeValues)
GivenserializedOptions
as a JSON-serializedPipelineOptions
, updates the values according to the provided values inruntimeValues
.
-