@BetaApi public abstract static class GoogleCredentialsProvider.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract GoogleCredentialsProvider |
build() |
abstract List<String> |
getScopesToApply()
The scopes previously provided.
|
abstract GoogleCredentialsProvider.Builder |
setScopesToApply(List<String> val)
Sets the scopes to apply to the credentials that are acquired from Application Default
Credentials, before the credentials are sent to the service.
|
public abstract GoogleCredentialsProvider.Builder setScopesToApply(List<String> val)
public abstract GoogleCredentialsProvider build()