public static class GcsUtil.GcsReadOptionsFactory extends java.lang.Object implements DefaultValueFactory<GoogleCloudStorageReadOptions>
| Constructor and Description |
|---|
GcsReadOptionsFactory() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageReadOptions |
create(PipelineOptions options)
Creates a default value for a getter marked with
Default.InstanceFactory. |
public GoogleCloudStorageReadOptions create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<GoogleCloudStorageReadOptions>options - The current pipeline options.