Home
last modified time | relevance | path

Searched refs:credentials_path (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_buffer.py51 self.credentials_path = config['credentials_path']
101 credentials_path=self.credentials_path)
114 credentials_path=self.credentials_path)
Dbigquery_scheduled_automatic_client.py25 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)
Dbigquery_logger_utils.py495 credentials_path): argument
521 str(credentials_path)
621 credentials_path): argument
636 project_id, os.path.expanduser(credentials_path))