Package org.apache.beam.runners.dataflow
Class DataflowRunnerInfo
java.lang.Object
org.apache.beam.sdk.util.ReleaseInfo
org.apache.beam.runners.dataflow.DataflowRunnerInfo
- All Implemented Interfaces:
 Serializable
public final class DataflowRunnerInfo
extends org.apache.beam.sdk.util.ReleaseInfo
Populates versioning and other information for 
DataflowRunner.- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionProvides the version/tag for constructing the container image path.static DataflowRunnerInfoReturns an instance ofDataflowRunnerInfo.Provides the version/tag for dev SDK FnAPI container image.Provides the FnAPI environment's major version number.Provides the version/tag for legacy SDK FnAPI container image.Provides the legacy environment's major version number.Methods inherited from class org.apache.beam.sdk.util.ReleaseInfo
getDefaultDockerRepoPrefix, getDefaultDockerRepoRoot, getName, getReleaseInfo, getSdkVersion, getVersion, isDevSdkVersion 
- 
Method Details
- 
getDataflowRunnerInfo
Returns an instance ofDataflowRunnerInfo. - 
getLegacyEnvironmentMajorVersion
Provides the legacy environment's major version number. - 
getFnApiEnvironmentMajorVersion
Provides the FnAPI environment's major version number. - 
getFnApiDevContainerVersion
Provides the version/tag for dev SDK FnAPI container image. - 
getLegacyDevContainerVersion
Provides the version/tag for legacy SDK FnAPI container image. - 
getContainerImageBaseRepository
Provides the version/tag for constructing the container image path. - 
getProperties
- Specified by:
 getPropertiesin classorg.apache.beam.sdk.util.ReleaseInfo
 
 -