Home
last modified time | relevance | path

Searched refs:project_id (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_buffer.py50 self.project_id = config['project_id']
100 project_id=self.project_id,
113 project_id=self.project_id,
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.py313 def __init__(self, project_id, google_application_credentials_path): argument
316 self.client = bigquery.Client(project_id)
494 def start_scheduled_automatic_logger(ip_address, port, authkey, project_id, argument
520 str(project_id),
620 def get_scheduled_automatic_logger_pid(ip_address, port, authkey, project_id, argument
636 project_id, os.path.expanduser(credentials_path))
Dbigquery_logger.py38 project_id=PROJECT_ID,