Searched refs:getValueFromCredentialsFile (Results 1 – 2 of 2) sorted by relevance
438 ServiceOptions.getValueFromCredentialsFile(credentialsFile.getPath(), "project_id")); in testGetServiceAccountProjectId()448 ServiceOptions.getValueFromCredentialsFile(credentialsFile.getPath(), "project_id"); in testGetServiceAccountProjectId_badJson()456 assertNull(ServiceOptions.getValueFromCredentialsFile(credentialsFile.getPath(), "project_id")); in testGetServiceAccountProjectId_nonExistentFile()
330 : getValueFromCredentialsFile(getCredentialsPath(), "quota_project_id"); in ServiceOptions()518 return getValueFromCredentialsFile(getCredentialsPath(), "project_id"); in getServiceAccountProjectId()522 static String getValueFromCredentialsFile(String credentialsPath, String key) { in getValueFromCredentialsFile() method in ServiceOptions