Searched refs:credentialFile (Results 1 – 1 of 1) sorted by relevance
218 File credentialFile = new File(System.getenv(GOOGLE_APPLICATION_CREDENTIALS)); in getCredential() local219 return Optional.of(credentialFile) in getCredential()