Searched refs:project_id (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/ |
D | bigquery_buffer.py | 50 self.project_id = config['project_id'] 100 project_id=self.project_id, 113 project_id=self.project_id,
|
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 | 313 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))
|
D | bigquery_logger.py | 38 project_id=PROJECT_ID,
|