Lines Matching refs:acloud_config
187 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
202 if acloud_config.service_account_json_private_key_path:
204 acloud_config.service_account_json_private_key_path,
206 if acloud_config.service_account_private_key_path:
208 acloud_config.service_account_name,
209 acloud_config.service_account_private_key_path,
212 if os.path.isabs(acloud_config.creds_cache_file):
213 creds_cache_file = acloud_config.creds_cache_file
216 acloud_config.creds_cache_file)
219 client_id=acloud_config.client_id,
220 client_secret=acloud_config.client_secret,
221 user_agent=acloud_config.user_agent,