Home
last modified time | relevance | path

Searched refs:serviceAccountCreds (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php125 function serviceAccountCreds($stub, $args) function
665 serviceAccountCreds($stub, $args);
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java276 tester.serviceAccountCreds(jsonKey, credentialsStream, oauthScope); in runTest()
DAbstractInteropTest.java1637 public void serviceAccountCreds(String jsonKey, InputStream credentialsStream, String authScope) in serviceAccountCreds() method in AbstractInteropTest