Lines Matching refs:acloud_config
199 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
214 if os.path.isabs(acloud_config.creds_cache_file):
215 creds_cache_file = acloud_config.creds_cache_file
218 acloud_config.creds_cache_file)
220 if acloud_config.service_account_json_private_key_path:
222 acloud_config.service_account_json_private_key_path,
225 user_agent=acloud_config.user_agent)
226 if acloud_config.service_account_private_key_path:
228 acloud_config.service_account_name,
229 acloud_config.service_account_private_key_path,
234 client_id=acloud_config.client_id,
235 client_secret=acloud_config.client_secret,
236 user_agent=acloud_config.user_agent,