Searched refs:serviceAccount (Results 1 – 3 of 3) sorted by relevance
73 String baseUri, String serviceAccount, File keyFile, Collection<String> scopes) in newInstanceWithGoogleCredential() argument78 GoogleApiClientUtil.createCredentialFromP12File(serviceAccount, keyFile, scopes); in newInstanceWithGoogleCredential()
176 String serviceAccount, File keyFile, Collection<String> scopes) in createCredentialFromP12File() argument181 .setServiceAccountId(serviceAccount) in createCredentialFromP12File()
673 String serviceAccount = config.getValueForKey(AcloudKeys.SERVICE_ACCOUNT_NAME); in createCredential() local676 serviceAccount, new File(serviceKey), SCOPES); in createCredential()