HomeSort by relevance Sort by last modified time
    Searched refs:serviceAccount (Results 1 - 11 of 11) sorted by null

  /development/tools/repo_diff/service/repodiff/remote_scripts/
gce_startup.sh 21 serviceAccount=$(curl "http://metadata.google.internal/computeMetadata/v1/instance/attributes/SERVICE_ACCOUNT" -H "Metadata-Flavor: Google")
23 gcloud projects add-iam-policy-binding $googleProjectID --member serviceAccount:$serviceAccount --role roles/compute.instanceAdmin.v1
  /external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
AltsHandshakerClient.java 90 for (String serviceAccount : clientOptions.getTargetServiceAccounts()) {
91 startClientReq.addTargetIdentitiesBuilder().setServiceAccount(serviceAccount);
  /external/python/apitools/samples/iam_sample/iam_v1/
iam_v1_messages.py 44 or `joe@example.com`. * `serviceAccount:{emailid}`: An email address
188 serviceAccount: The ServiceAccount resource to create. Currently, only the
193 serviceAccount = _messages.MessageField('ServiceAccount', 2)
516 accounts = _messages.MessageField('ServiceAccount', 1, repeated=True)
556 "domain:google.com", "serviceAccount:my-other-
706 class ServiceAccount(_messages.Message):
    [all...]
  /external/syzkaller/vendor/cloud.google.com/go/compute/metadata/
metadata.go 423 func Scopes(serviceAccount string) ([]string, error) {
424 if serviceAccount == "" {
425 serviceAccount = "default"
427 return lines("instance/service-accounts/" + serviceAccount + "/scopes")
  /external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/
policy.pb.go 71 // "serviceAccount:my-other-app@appspot.gserviceaccount.com",
170 // * `serviceAccount:{emailid}`: An email address that represents a service
  /external/skia/infra/bots/
gen_tasks.go 256 func kitchenTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[string]string, outputDir string) *specs.TaskSpec {
257 if serviceAccount != "" && alternateServiceAccount != nil {
258 serviceAccount = alternateServiceAccount(serviceAccount)
326 ServiceAccount: serviceAccount,
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 258 func kitchenTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[string]string, outputDir string) *specs.TaskSpec {
259 if serviceAccount != "" && alternateServiceAccount != nil {
260 serviceAccount = alternateServiceAccount(serviceAccount)
327 ServiceAccount: serviceAccount,
    [all...]
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
AbstractInteropTest.java     [all...]
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1_messages.py 743 user:joe@example.com. - serviceAccount:emailid \u2014 An email address
744 that represents a service account. For example, serviceAccount:my-
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go 176 rs.ServiceAccount = NewProjectsServiceAccountService(s)
183 ServiceAccount *ProjectsServiceAccountService
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 4443 milliseconds