Package org.apache.beam.sdk.options
Class ValueProviders
java.lang.Object
org.apache.beam.sdk.options.ValueProviders
Utilities for working with the
ValueProvider
interface.-
Method Summary
-
Method Details
-
updateSerializedOptions
@Deprecated public static String updateSerializedOptions(String serializedOptions, Map<String, String> runtimeValues) Deprecated.UseTestPipeline.newProvider(T)
for testingValueProvider
code.GivenserializedOptions
as a JSON-serializedPipelineOptions
, updates the values according to the provided values inruntimeValues
.
-
TestPipeline.newProvider(T)
for testingValueProvider
code.