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