public static class AppEngineCredentials.Builder extends GoogleCredentials.Builder
quotaProjectId
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(AppEngineCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
AppEngineCredentials |
build() |
AppIdentityService |
getAppIdentityService() |
Collection<String> |
getScopes() |
AppEngineCredentials.Builder |
setAppIdentityService(AppIdentityService appIdentityService) |
AppEngineCredentials.Builder |
setScopes(Collection<String> scopes) |
getQuotaProjectId, setAccessToken, setQuotaProjectId
getAccessToken, getExpirationMargin, getRefreshMargin, setExpirationMargin, setRefreshMargin
protected Builder()
protected Builder(AppEngineCredentials credentials)
public AppEngineCredentials.Builder setScopes(Collection<String> scopes)
public AppEngineCredentials.Builder setAppIdentityService(AppIdentityService appIdentityService)
public Collection<String> getScopes()
public AppIdentityService getAppIdentityService()
public AppEngineCredentials build()
build
in class GoogleCredentials.Builder
Copyright © 2023 Google. All rights reserved.