Send feedback
Class ServiceAccountJwtAccessCredentials.Builder (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.4.0 keyboard_arrow_down
public static class ServiceAccountJwtAccessCredentials . Builder
Constructors
Builder()
Builder(ServiceAccountJwtAccessCredentials credentials)
protected Builder ( ServiceAccountJwtAccessCredentials credentials )
Parameter
Methods
build()
public ServiceAccountJwtAccessCredentials build ()
Returns
getClientEmail()
public String getClientEmail ()
Returns
getClientId()
public String getClientId ()
Returns
getDefaultAudience()
public URI getDefaultAudience ()
Returns
getPrivateKey()
public PrivateKey getPrivateKey ()
Returns
getPrivateKeyId()
public String getPrivateKeyId ()
Returns
getQuotaProjectId()
public String getQuotaProjectId ()
Returns
setClientEmail(String clientEmail)
public ServiceAccountJwtAccessCredentials . Builder setClientEmail ( String clientEmail )
Parameter
Name Description clientEmail String
Returns
setClientId(String clientId)
public ServiceAccountJwtAccessCredentials . Builder setClientId ( String clientId )
Parameter
Returns
setDefaultAudience(URI defaultAudience)
public ServiceAccountJwtAccessCredentials . Builder setDefaultAudience ( URI defaultAudience )
Parameter
Name Description defaultAudience URI
Returns
setPrivateKey(PrivateKey privateKey)
public ServiceAccountJwtAccessCredentials . Builder setPrivateKey ( PrivateKey privateKey )
Parameter
Returns
setPrivateKeyId(String privateKeyId)
public ServiceAccountJwtAccessCredentials . Builder setPrivateKeyId ( String privateKeyId )
Parameter
Name Description privateKeyId String
Returns
setQuotaProjectId(String quotaProjectId)
public ServiceAccountJwtAccessCredentials . Builder setQuotaProjectId ( String quotaProjectId )
Parameter
Name Description quotaProjectId String
Returns
Send feedback
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-11-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]