Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php148 function computeEngineCreds($stub, $args) function
668 computeEngineCreds($stub, $args);
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java270 tester.computeEngineCreds(defaultServiceAccount, oauthScope); in runTest()
DAbstractInteropTest.java1673 public void computeEngineCreds(String serviceAccount, String oauthScope) throws Exception { in computeEngineCreds() method in AbstractInteropTest