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

  /development/tools/repo_diff/service/repodiff/
Makefile 32 SERVICE_ACCOUNT=$(SERVICE_ACCOUNT_ID)@$(PROJECT_NAME).iam.gserviceaccount.com
119 --metadata AUTHOR=$(USER),SERVICE_ACCOUNT=$(SERVICE_ACCOUNT),GOOGLE_PROJECT_ID=$(GOOGLE_PROJECT_ID) \
123 --service-account $(SERVICE_ACCOUNT) \
128 ./tools/clear_service_account_keys.py $(SERVICE_ACCOUNT) 2>/dev/null || true
129 gcloud iam service-accounts keys create $(TMP_CREDENTIAL_FNAME) --iam-account $(SERVICE_ACCOUNT)
  /external/python/oauth2client/oauth2client/
service_account.py 166 ValueError, if the credential type is not :data:`SERVICE_ACCOUNT`.
171 if creds_type != client.SERVICE_ACCOUNT:
173 'Expected', client.SERVICE_ACCOUNT)
216 ValueError, if the credential type is not :data:`SERVICE_ACCOUNT`.
248 ValueError, if the credential type is not :data:`SERVICE_ACCOUNT`.
416 'type': 'service_account',
client.py 72 SERVICE_ACCOUNT = 'service_account'
    [all...]
  /external/python/oauth2client/tests/
test_service_account.py 33 from oauth2client import service_account
55 self.credentials = service_account.ServiceAccountCredentials(
64 creds = service_account.ServiceAccountCredentials(
73 '_module': 'oauth2client.service_account',
106 service_account.ServiceAccountCredentials
121 'type': client.SERVICE_ACCOUNT,
141 creds, service_account.ServiceAccountCredentials)
152 self.assertNotEqual(type_, client.SERVICE_ACCOUNT)
159 'type': client.SERVICE_ACCOUNT,
172 service_account.ServiceAccountCredentials.from_p12_keyfile
    [all...]
test_client.py 41 from oauth2client import service_account
277 credentials, service_account.ServiceAccountCredentials)
513 self.assertEqual('service_account', d['type'])
564 client.SERVICE_ACCOUNT))
    [all...]
  /external/python/apitools/apitools/base/py/
credentials_lib.py 29 from oauth2client import service_account
150 service_account.ServiceAccountCredentials.from_json_keyfile_name(
161 if account_type != oauth2client.client.SERVICE_ACCOUNT:
165 credentials = service_account._ServiceAccountCredentials(
183 service_account.ServiceAccountCredentials.from_p12_keyfile(
  /external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
Handshaker.java     [all...]

Completed in 255 milliseconds