public class ValueProviderUtils extends Object
ValueProvider interface.| Modifier and Type | Method and Description |
|---|---|
static String |
updateSerializedOptions(String serializedOptions,
Map<String,String> runtimeValues)
Given
serializedOptions as a JSON-serialized PipelineOptions, updates
the values according to the provided values in runtimeValues. |