public static interface BigQueryServices.StreamAppendClient
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<AppendRowsResponse> |
appendRows(long offset,
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<AppendRowsResponse> appendRows(long offset, ProtoRows rows) throws java.lang.Exception
java.lang.Exceptionvoid pin()
void unpin()
throws java.lang.Exception
java.lang.Exception