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