#include "syslog-ng.h"#include "compat/cpp-start.h"#include "driver.h"#include "template/templates.h"#include "compat/cpp-end.h"
Go to the source code of this file.
Functions | |
| LogDriver * | bigquery_dd_new (GlobalConfig *cfg) |
| void | bigquery_dd_set_project (LogDriver *d, const gchar *project) |
| void | bigquery_dd_set_dataset (LogDriver *d, const gchar *dataset) |
| void | bigquery_dd_set_table (LogDriver *d, const gchar *table) |
| LogDriver* bigquery_dd_new | ( | GlobalConfig * | cfg | ) |
| void bigquery_dd_set_dataset | ( | LogDriver * | d, |
| const gchar * | dataset | ||
| ) |
| void bigquery_dd_set_project | ( | LogDriver * | d, |
| const gchar * | project | ||
| ) |
| void bigquery_dd_set_table | ( | LogDriver * | d, |
| const gchar * | table | ||
| ) |