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