Uses of Class
com.google.api.gax.core.GoogleCredentialsProvider.Builder
-
Packages that use GoogleCredentialsProvider.Builder Package Description com.google.api.gax.core -
-
Uses of GoogleCredentialsProvider.Builder in com.google.api.gax.core
Methods in com.google.api.gax.core that return GoogleCredentialsProvider.Builder Modifier and Type Method Description static GoogleCredentialsProvider.BuilderGoogleCredentialsProvider. newBuilder()abstract GoogleCredentialsProvider.BuilderGoogleCredentialsProvider.Builder. setJwtEnabledScopes(List<String> val)Sets the scopes that are compatible with JWT tokens.abstract GoogleCredentialsProvider.BuilderGoogleCredentialsProvider.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.abstract GoogleCredentialsProvider.BuilderGoogleCredentialsProvider.Builder. setUseJwtAccessWithScope(boolean val)Whether self signed JWT with scopes should be used for service account credentials.abstract GoogleCredentialsProvider.BuilderGoogleCredentialsProvider. toBuilder()
-