Lines Matching refs:acloud_config
203 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
218 if os.path.isabs(acloud_config.creds_cache_file):
219 creds_cache_file = acloud_config.creds_cache_file
222 acloud_config.creds_cache_file)
224 if acloud_config.service_account_json_private_key_path:
226 acloud_config.service_account_json_private_key_path,
229 user_agent=acloud_config.user_agent)
230 if acloud_config.service_account_private_key_path:
232 acloud_config.service_account_name,
233 acloud_config.service_account_private_key_path,
238 client_id=acloud_config.client_id,
239 client_secret=acloud_config.client_secret,
240 user_agent=acloud_config.user_agent,