Uses of Class
com.google.cloud.spring.bigquery.core.WriteApiResponse
-
Uses of WriteApiResponse in com.google.cloud.spring.bigquery.core
Modifier and TypeMethodDescriptionBigQueryTemplate.getWriteApiResponse
(String tableName, InputStream jsonInputStream) Modifier and TypeMethodDescriptionBigQueryOperations.writeJsonStream
(String tableName, InputStream jsonInputStream) This method uses BigQuery Storage Write API to write new line delimited JSON file to the specified table.BigQueryOperations.writeJsonStream
(String tableName, InputStream jsonInputStream, com.google.cloud.bigquery.Schema schema) This method uses BigQuery Storage Write API to write new line delimited JSON file to the specified table.BigQueryTemplate.writeJsonStream
(String tableName, InputStream jsonInputStream) This method uses BigQuery Storage Write API to write new line delimited JSON file to the specified table.BigQueryTemplate.writeJsonStream
(String tableName, InputStream jsonInputStream, com.google.cloud.bigquery.Schema schema) This method uses BigQuery Storage Write API to write new line delimited JSON file to the specified table.