Searched refs:credentials_path (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/ |
D | bigquery_buffer.py | 51 self.credentials_path = config['credentials_path'] 101 credentials_path=self.credentials_path) 114 credentials_path=self.credentials_path)
|
D | bigquery_scheduled_automatic_client.py | 25 def start_scheduled_automatic_logging(queue, project_id, credentials_path): argument 29 client = utils.BigqueryLoggerClient(project_id, credentials_path) 43 ip_address, port, authkey, project_id, credentials_path = sys.argv[1:] 45 start_scheduled_automatic_logging(queue, project_id, credentials_path)
|
D | bigquery_logger_utils.py | 495 credentials_path): argument 521 str(credentials_path) 621 credentials_path): argument 636 project_id, os.path.expanduser(credentials_path))
|