public static class AppEngineCredentials.Builder extends GoogleCredentials.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(AppEngineCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
AppEngineCredentials |
build() |
com.google.appengine.api.appidentity.AppIdentityService |
getAppIdentityService() |
Collection<String> |
getScopes() |
AppEngineCredentials.Builder |
setAppIdentityService(com.google.appengine.api.appidentity.AppIdentityService appIdentityService) |
AppEngineCredentials.Builder |
setScopes(Collection<String> scopes) |
setAccessTokengetAccessTokenprotected Builder()
protected Builder(AppEngineCredentials credentials)
public AppEngineCredentials.Builder setScopes(Collection<String> scopes)
public AppEngineCredentials.Builder setAppIdentityService(com.google.appengine.api.appidentity.AppIdentityService appIdentityService)
public Collection<String> getScopes()
public com.google.appengine.api.appidentity.AppIdentityService getAppIdentityService()
public AppEngineCredentials build()
build in class GoogleCredentials.BuilderCopyright © 2018 Google. All rights reserved.