Home
last modified time | relevance | path

Searched refs:default_service_account (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dinterop_client.h85 bool DoComputeEngineCreds(const grpc::string& default_service_account,
Dclient_helper.cc46 DECLARE_string(default_service_account);
Dclient.cc75 DEFINE_string(default_service_account, "",
Dinterop_client.cc205 const grpc::string& default_service_account, in DoComputeEngineCreds() argument
221 GPR_ASSERT(response.username().c_str() == default_service_account); in DoComputeEngineCreds()
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py418 if args.default_service_account != response.username:
420 (args.default_service_account, response.username))
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md32 * --default_service_account=ACCOUNT_EMAIL
517 The test uses `--default_service_account` with GCE service account email and
546 `--default_service_account` flag
588 email address in the key file or equals the value of `--default_service_account`
612 fetch the token, `--default_service_account` can be used to pass in GCE service
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb339 @args.default_service_account == resp.username