Uses of Class
com.google.auth.oauth2.GoogleCredentials.Builder
-
Packages that use GoogleCredentials.Builder Package Description com.google.auth.appengine com.google.auth.oauth2 -
-
Uses of GoogleCredentials.Builder in com.google.auth.appengine
Subclasses of GoogleCredentials.Builder in com.google.auth.appengine Modifier and Type Class Description static class
AppEngineCredentials.Builder
-
Uses of GoogleCredentials.Builder in com.google.auth.oauth2
Subclasses of GoogleCredentials.Builder in com.google.auth.oauth2 Modifier and Type Class Description static class
AwsCredentials.Builder
static class
CloudShellCredentials.Builder
static class
ComputeEngineCredentials.Builder
static class
ExternalAccountAuthorizedUserCredentials.Builder
Builder forExternalAccountAuthorizedUserCredentials
.static class
ExternalAccountCredentials.Builder
Base builder for external account credentials.static class
GdchCredentials.Builder
static class
IdentityPoolCredentials.Builder
static class
ImpersonatedCredentials.Builder
static class
PluggableAuthCredentials.Builder
static class
ServiceAccountCredentials.Builder
static class
UserCredentials.Builder
Methods in com.google.auth.oauth2 that return GoogleCredentials.Builder Modifier and Type Method Description static GoogleCredentials.Builder
GoogleCredentials. newBuilder()
GoogleCredentials.Builder
GoogleCredentials.Builder. setAccessToken(AccessToken token)
GoogleCredentials.Builder
GoogleCredentials.Builder. setQuotaProjectId(String quotaProjectId)
GoogleCredentials.Builder
GoogleCredentials. toBuilder()
Constructors in com.google.auth.oauth2 with parameters of type GoogleCredentials.Builder Constructor Description GoogleCredentials(GoogleCredentials.Builder builder)
-