Class PipelineOptions.UserAgentFactory

java.lang.Object
org.apache.beam.sdk.options.PipelineOptions.UserAgentFactory
All Implemented Interfaces:
DefaultValueFactory<String>
Enclosing interface:
PipelineOptions

public static class PipelineOptions.UserAgentFactory extends Object implements DefaultValueFactory<String>
Returns a user agent string constructed from ReleaseInfo.getName() and ReleaseInfo.getVersion(), in the format [name]/[version].