Uses of Class
com.google.cloud.spring.bigquery.core.WriteApiResponse
Packages that use WriteApiResponse
-
Uses of WriteApiResponse in com.google.cloud.spring.bigquery.core
Methods in com.google.cloud.spring.bigquery.core that return WriteApiResponseModifier and TypeMethodDescriptionBigQueryTemplate.getWriteApiResponse
(String tableName, InputStream jsonInputStream) Methods in com.google.cloud.spring.bigquery.core that return types with arguments of type WriteApiResponseModifier 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.