public static interface BigQueryServices.StreamAppendClient
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<com.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse> |
appendRows(long offset,
com.google.cloud.bigquery.storage.v1beta2.ProtoRows rows)
Append rows to a Storage API write stream at the given offset.
|
void |
pin()
Pin this object.
|
void |
unpin()
Unpin this object.
|
com.google.api.core.ApiFuture<com.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse> appendRows(long offset, com.google.cloud.bigquery.storage.v1beta2.ProtoRows rows) throws java.lang.Exception
java.lang.Exception
void pin()
void unpin() throws java.lang.Exception
java.lang.Exception