Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java85 private String defaultServiceAccount; field in TestServiceClient
138 defaultServiceAccount = value; in parseArgs()
176 + c.defaultServiceAccount in parseArgs()
270 tester.computeEngineCreds(defaultServiceAccount, oauthScope); in runTest()
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go25 defaultServiceAccount = flag.String("default_service_account", "", "Unused") var
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs321 …unComputeEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oa… in RunComputeEngineCreds() argument
339 Assert.AreEqual(defaultServiceAccount, response.Username); in RunComputeEngineCreds()