Uses of Class
com.google.auth.oauth2.GoogleCredentials.Builder
Packages that use GoogleCredentials.Builder
-
Uses of GoogleCredentials.Builder in com.google.auth.oauth2
Subclasses of GoogleCredentials.Builder in com.google.auth.oauth2Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Builder forExternalAccountAuthorizedUserCredentials
.static class
Base builder for external account credentials.static class
static class
static class
static class
static class
static class
Methods in com.google.auth.oauth2 that return GoogleCredentials.BuilderModifier and TypeMethodDescriptionstatic GoogleCredentials.Builder
GoogleCredentials.newBuilder()
GoogleCredentials.Builder.setAccessToken
(AccessToken token) GoogleCredentials.Builder.setQuotaProjectId
(String quotaProjectId) GoogleCredentials.Builder.setUniverseDomain
(String universeDomain) GoogleCredentials.toBuilder()
Constructors in com.google.auth.oauth2 with parameters of type GoogleCredentials.BuilderModifierConstructorDescriptionprotected
Builder
(GoogleCredentials.Builder builder) protected
Constructor that relies on aGoogleCredentials.Builder
to provide all the necessary field values for initialization.