Uses of Class
com.google.auth.oauth2.GoogleCredentials.Builder
-
Packages that use GoogleCredentials.Builder Package Description com.google.auth.oauth2 -
-
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(java.lang.String quotaProjectId)
GoogleCredentials.Builder
GoogleCredentials.Builder. setUniverseDomain(java.lang.String universeDomain)
GoogleCredentials.Builder
GoogleCredentials. toBuilder()
Constructors in com.google.auth.oauth2 with parameters of type GoogleCredentials.Builder Constructor Description Builder(GoogleCredentials.Builder builder)
GoogleCredentials(GoogleCredentials.Builder builder)
Constructor that relies on aGoogleCredentials.Builder
to provide all the necessary field values for initialization.
-