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.v1.AppendRowsResponse> | appendRows(long offset,
          com.google.cloud.bigquery.storage.v1.ProtoRows rows)Append rows to a Storage API write stream at the given offset. | 
| default long | getInflightWaitSeconds()If the previous call to appendRows blocked due to flow control, returns how long the call
 blocked for. | 
| void | pin()Pin this object. | 
| void | unpin()Unpin this object. | 
com.google.api.core.ApiFuture<com.google.cloud.bigquery.storage.v1.AppendRowsResponse> appendRows(long offset,
                                                                                                  com.google.cloud.bigquery.storage.v1.ProtoRows rows)
                                                                                           throws java.lang.Exception
java.lang.Exceptiondefault long getInflightWaitSeconds()
void pin()
void unpin()
    throws java.lang.Exception
java.lang.Exception