Home
last modified time | relevance | path

Searched refs:serviceAccountKeyFile (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java86 private String serviceAccountKeyFile; field in TestServiceClient
140 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()
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go27 serviceAccountKeyFile = flag.String("service_account_key_file", "", "Unused") var