Skip navigation links
B D F G H O P S T W 

B

BigQueryException - Exception in org.springframework.cloud.gcp.bigquery.core
Exception wrapping errors that occur with BigQuery.
BigQueryException(String) - Constructor for exception org.springframework.cloud.gcp.bigquery.core.BigQueryException
 
BigQueryException(String, Throwable) - Constructor for exception org.springframework.cloud.gcp.bigquery.core.BigQueryException
 
BigQueryFileMessageHandler - Class in org.springframework.cloud.gcp.bigquery.integration.outbound
A MessageHandler which handles sending and loading files to a BigQuery table.
BigQueryFileMessageHandler(BigQueryTemplate) - Constructor for class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
 
BigQueryOperations - Interface in org.springframework.cloud.gcp.bigquery.core
Defines operations for use with BigQuery.
BigQuerySpringMessageHeaders - Class in org.springframework.cloud.gcp.bigquery.integration
Spring Integration Message headers used with Spring Cloud GCP BigQuery integration.
BigQueryTemplate - Class in org.springframework.cloud.gcp.bigquery.core
Helper class which simplifies common operations done in BigQuery.
BigQueryTemplate(BigQuery, String) - Constructor for class org.springframework.cloud.gcp.bigquery.core.BigQueryTemplate
Creates the BigQuery template.
BigQueryTemplate(BigQuery, String, TaskScheduler) - Constructor for class org.springframework.cloud.gcp.bigquery.core.BigQueryTemplate
Creates the BigQuery template.

D

doInit() - Method in class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
 

F

FORMAT_OPTIONS - Static variable in class org.springframework.cloud.gcp.bigquery.integration.BigQuerySpringMessageHeaders
Input data file format message header.

G

getDatasetName() - Method in class org.springframework.cloud.gcp.bigquery.core.BigQueryTemplate
 

H

handleRequestMessage(Message<?>) - Method in class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
 

O

org.springframework.cloud.gcp.bigquery.core - package org.springframework.cloud.gcp.bigquery.core
 
org.springframework.cloud.gcp.bigquery.integration - package org.springframework.cloud.gcp.bigquery.integration
 
org.springframework.cloud.gcp.bigquery.integration.outbound - package org.springframework.cloud.gcp.bigquery.integration.outbound
 

P

PREFIX - Static variable in class org.springframework.cloud.gcp.bigquery.integration.BigQuerySpringMessageHeaders
BigQuery Spring Cloud GCP message header prefix.

S

setAutoDetectSchema(boolean) - Method in class org.springframework.cloud.gcp.bigquery.core.BigQueryTemplate
Sets whether BigQuery should attempt to autodetect the schema of the data when loading data into an empty table for the first time.
setFormatOptions(FormatOptions) - Method in class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
Sets the handler's FormatOptions which describe the type/format of data files being loaded.
setFormatOptionsExpression(Expression) - Method in class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
Sets the SpEL Expression used to determine the FormatOptions for the handler.
setJobPollInterval(Duration) - Method in class org.springframework.cloud.gcp.bigquery.core.BigQueryTemplate
Sets the Duration amount of time to wait between successive polls on the status of a BigQuery job.
setSync(boolean) - Method in class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
A boolean indicating if the BigQueryFileMessageHandler should synchronously wait for each file to be successfully loaded to BigQuery.
setTableName(String) - Method in class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
Sets the BigQuery table name to use.
setTableNameExpression(Expression) - Method in class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
Sets the SpEL Expression to evaluate to determine the table name.
setTimeout(Duration) - Method in class org.springframework.cloud.gcp.bigquery.integration.outbound.BigQueryFileMessageHandler
Sets the Duration to wait for a file to be loaded into BigQuery before timing out when waiting synchronously.
setWriteDisposition(JobInfo.WriteDisposition) - Method in class org.springframework.cloud.gcp.bigquery.core.BigQueryTemplate
Sets the JobInfo.WriteDisposition which specifies how data should be inserted into BigQuery tables.

T

TABLE_NAME - Static variable in class org.springframework.cloud.gcp.bigquery.integration.BigQuerySpringMessageHeaders
BigQuery table name message header.

W

writeDataToTable(String, InputStream, FormatOptions) - Method in interface org.springframework.cloud.gcp.bigquery.core.BigQueryOperations
Writes data to a specified BigQuery table.
writeDataToTable(String, InputStream, FormatOptions) - Method in class org.springframework.cloud.gcp.bigquery.core.BigQueryTemplate
 
B D F G H O P S T W 
Skip navigation links

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.