Class ServiceAccountCredentials.Builder (1.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static class ServiceAccountCredentials.Builder extends GoogleCredentials.Builder
Constructors
Builder()
Builder(ServiceAccountCredentials credentials)
protected Builder(ServiceAccountCredentials credentials)
Methods
build()
public ServiceAccountCredentials build()
Overrides
getClientEmail()
public String getClientEmail()
Returns |
Type |
Description |
String |
|
getClientId()
public String getClientId()
Returns |
Type |
Description |
String |
|
getDefaultScopes()
public Collection<String> getDefaultScopes()
getHttpTransportFactory()
public HttpTransportFactory getHttpTransportFactory()
getLifetime()
Returns |
Type |
Description |
int |
|
getPrivateKey()
public PrivateKey getPrivateKey()
getPrivateKeyId()
public String getPrivateKeyId()
Returns |
Type |
Description |
String |
|
getProjectId()
public String getProjectId()
Returns |
Type |
Description |
String |
|
getScopes()
public Collection<String> getScopes()
getServiceAccountUser()
public String getServiceAccountUser()
Returns |
Type |
Description |
String |
|
getTokenServerUri()
public URI getTokenServerUri()
Returns |
Type |
Description |
URI |
|
getUseJwtAccessWithScope()
public boolean getUseJwtAccessWithScope()
isDefaultRetriesEnabled()
public boolean isDefaultRetriesEnabled()
setClientEmail(String clientEmail)
public ServiceAccountCredentials.Builder setClientEmail(String clientEmail)
Parameter |
Name |
Description |
clientEmail |
String
|
setClientId(String clientId)
public ServiceAccountCredentials.Builder setClientId(String clientId)
Parameter |
Name |
Description |
clientId |
String
|
setDefaultRetriesEnabled(boolean defaultRetriesEnabled)
public ServiceAccountCredentials.Builder setDefaultRetriesEnabled(boolean defaultRetriesEnabled)
Parameter |
Name |
Description |
defaultRetriesEnabled |
boolean
|
setHttpTransportFactory(HttpTransportFactory transportFactory)
public ServiceAccountCredentials.Builder setHttpTransportFactory(HttpTransportFactory transportFactory)
setLifetime(int lifetime)
public ServiceAccountCredentials.Builder setLifetime(int lifetime)
Parameter |
Name |
Description |
lifetime |
int
|
setPrivateKey(PrivateKey privateKey)
public ServiceAccountCredentials.Builder setPrivateKey(PrivateKey privateKey)
setPrivateKeyId(String privateKeyId)
public ServiceAccountCredentials.Builder setPrivateKeyId(String privateKeyId)
Parameter |
Name |
Description |
privateKeyId |
String
|
setPrivateKeyString(String privateKeyPkcs8)
public ServiceAccountCredentials.Builder setPrivateKeyString(String privateKeyPkcs8)
Parameter |
Name |
Description |
privateKeyPkcs8 |
String
|
setProjectId(String projectId)
public ServiceAccountCredentials.Builder setProjectId(String projectId)
Parameter |
Name |
Description |
projectId |
String
|
setQuotaProjectId(String quotaProjectId)
public ServiceAccountCredentials.Builder setQuotaProjectId(String quotaProjectId)
Parameter |
Name |
Description |
quotaProjectId |
String
|
Overrides
setScopes(Collection<String> scopes)
public ServiceAccountCredentials.Builder setScopes(Collection<String> scopes)
setScopes(Collection<String> scopes, Collection<String> defaultScopes)
public ServiceAccountCredentials.Builder setScopes(Collection<String> scopes, Collection<String> defaultScopes)
setServiceAccountUser(String serviceAccountUser)
public ServiceAccountCredentials.Builder setServiceAccountUser(String serviceAccountUser)
Parameter |
Name |
Description |
serviceAccountUser |
String
|
setTokenServerUri(URI tokenServerUri)
public ServiceAccountCredentials.Builder setTokenServerUri(URI tokenServerUri)
Parameter |
Name |
Description |
tokenServerUri |
URI
|
setUseJwtAccessWithScope(boolean useJwtAccessWithScope)
public ServiceAccountCredentials.Builder setUseJwtAccessWithScope(boolean useJwtAccessWithScope)
Parameter |
Name |
Description |
useJwtAccessWithScope |
boolean
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-10 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-09-10 UTC."}