syslog-ng source
bigquery-dest.h File Reference
#include "syslog-ng.h"
#include "compat/cpp-start.h"
#include "driver.h"
#include "template/templates.h"
#include "compat/cpp-end.h"
Include dependency graph for bigquery-dest.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)
 

Function Documentation

◆ bigquery_dd_new()

LogDriver* bigquery_dd_new ( GlobalConfig *  cfg)

◆ bigquery_dd_set_dataset()

void bigquery_dd_set_dataset ( LogDriver *  d,
const gchar *  dataset 
)

◆ bigquery_dd_set_project()

void bigquery_dd_set_project ( LogDriver *  d,
const gchar *  project 
)

◆ bigquery_dd_set_table()

void bigquery_dd_set_table ( LogDriver *  d,
const gchar *  table 
)