Uses of Class
com.google.cloud.bigquery.storage.v1.StreamWriter
-
Packages that use StreamWriter Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of StreamWriter in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return StreamWriter Modifier and Type Method Description StreamWriter
StreamWriter.Builder. build()
Builds theStreamWriterV2
.Methods in com.google.cloud.bigquery.storage.v1 with parameters of type StreamWriter Modifier and Type Method Description com.google.api.core.ApiFuture<AppendRowsResponse>
StreamWriter.SingleConnectionOrConnectionPool. append(StreamWriter streamWriter, ProtoRows protoRows, long offset)
void
StreamWriter.SingleConnectionOrConnectionPool. close(StreamWriter streamWriter)
-