public static class GcpOptions.GcpTempLocationFactory extends java.lang.Object implements DefaultValueFactory<java.lang.String>
PipelineOptions.getTempLocation() as the default GCP temp location.| Constructor and Description | 
|---|
| GcpTempLocationFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| @Nullable java.lang.String | create(PipelineOptions options)Creates a default value for a getter marked with  Default.InstanceFactory. | 
public @Nullable java.lang.String create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<java.lang.String>options - The current pipeline options.