Searched refs:serviceAccountKeyFile (Results 1 – 2 of 2) sorted by relevance
86 private String serviceAccountKeyFile; field in TestServiceClient140 serviceAccountKeyFile = value; in parseArgs()178 + c.serviceAccountKeyFile in parseArgs()274 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest()275 FileInputStream credentialsStream = new FileInputStream(new File(serviceAccountKeyFile)); in runTest()281 FileInputStream credentialsStream = new FileInputStream(new File(serviceAccountKeyFile)); in runTest()287 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest()288 FileInputStream credentialsStream = new FileInputStream(new File(serviceAccountKeyFile)); in runTest()294 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest()295 FileInputStream credentialsStream = new FileInputStream(new File(serviceAccountKeyFile)); in runTest()
27 serviceAccountKeyFile = flag.String("service_account_key_file", "", "Unused") var