public class BigQuery extends BaseConnector<BigQuery>
params, PREFIX, required| Constructor and Description |
|---|
BigQuery() |
| Modifier and Type | Method and Description |
|---|---|
BigQuery |
authClientId(String clientId)
Your Google API Access Client ID for the project you want to push interactions into.
|
BigQuery |
authKeyFile(String keyFile)
A Base64-encoded, URL-encoded contents of a PCKS12 key file generated using the Google API Console.
|
BigQuery |
authServiceAccount(String serviceAccount)
The email address created for the service account for the project you want to push interactions into.
|
BigQuery |
datasetId(String datasetId)
The dataset id that you want to use to store your tables.
|
BigQuery |
projectId(String projectId)
The numeric project ID generated for you by Google.
|
BigQuery |
tableId(String tableId)
A unique name of the table you want to use to store interactions.
|
exists, fromMap, parameters, putAll, setParam, setup, typepublic BigQuery authClientId(String clientId)
public BigQuery authServiceAccount(String serviceAccount)
public BigQuery authKeyFile(String keyFile)
public BigQuery projectId(String projectId)
public BigQuery datasetId(String datasetId)
Copyright © 2015. All Rights Reserved.