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. 
 | 
@Nullable com.google.cloud.bigquery.storage.v1.TableSchema | 
getUpdatedSchema()
If the table schema has been updated, returns the new schema. 
 | 
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.Exception@Nullable com.google.cloud.bigquery.storage.v1.TableSchema getUpdatedSchema()
default long getInflightWaitSeconds()
void pin()
void unpin()
    throws java.lang.Exception
java.lang.Exception