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