Searched refs:serviceAccount (Results 1 – 6 of 6) sorted by relevance
1011 b.serviceAccount(b.cfg.ServiceAccountRecreateSKPs)1052 b.serviceAccount(b.cfg.ServiceAccountCompile)1085 b.serviceAccount(b.cfg.ServiceAccountCompile)1117 b.serviceAccount(b.cfg.ServiceAccountCompile)1177 b.serviceAccount(b.cfg.ServiceAccountCompile)1255 b.serviceAccount(b.cfg.ServiceAccountRecreateSKPs)1272 b.serviceAccount(b.cfg.ServiceAccountCompile)1295 b.serviceAccount(b.cfg.ServiceAccountHousekeeper)1304 b.serviceAccount(b.cfg.ServiceAccountHousekeeper)1331 b.serviceAccount("skia-g3-framework-compile@skia-swarming-bots.iam.gserviceaccount.com")[all …]
120 func (b *taskBuilder) serviceAccount(sa string) { func
90 for (String serviceAccount : clientOptions.getTargetServiceAccounts()) { in setStartClientFields()91 startClientReq.addTargetIdentitiesBuilder().setServiceAccount(serviceAccount); in setStartClientFields()
258 func kitchenTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[…259 if serviceAccount != "" && alternateServiceAccount != nil {260 serviceAccount = alternateServiceAccount(serviceAccount)327 ServiceAccount: serviceAccount,
193 serviceAccount = _messages.MessageField('ServiceAccount', 2) variable in CreateServiceAccountRequest
1673 public void computeEngineCreds(String serviceAccount, String oauthScope) throws Exception { in computeEngineCreds() argument1687 assertEquals(serviceAccount, response.getUsername()); in computeEngineCreds()