Class GcsUtil.GcsUtilFactory
java.lang.Object
org.apache.beam.sdk.extensions.gcp.util.GcsUtil.GcsUtilFactory
- All Implemented Interfaces:
DefaultValueFactory<GcsUtil>
- Enclosing class:
GcsUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory.
-
Constructor Details
-
GcsUtilFactory
public GcsUtilFactory()
-
-
Method Details
-
create
Description copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
createin interfaceDefaultValueFactory<GcsUtil>- Parameters:
options- The current pipeline options.- Returns:
- The default value to be used for the annotated getter.
-