Home
last modified time | relevance | path

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

/third_party/grpc/tools/http2_interop/
Dhttp2interop_test.go39 defaultServiceAccount = flag.String("default_service_account", "", "Unused") var
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs324 …unComputeEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oa… in RunComputeEngineCreds() argument
342 Assert.AreEqual(defaultServiceAccount, response.Username); in RunComputeEngineCreds()