public static class InsertRetryPolicy.Context
extends java.lang.Object
Currently only the list of errors returned from BigQuery. In the future this may contain more information - e.g. how many times this insert has been retried, and for how long.
| Constructor and Description | 
|---|
| Context(TableDataInsertAllResponse.InsertErrors errors) | 
| Modifier and Type | Method and Description | 
|---|---|
| TableDataInsertAllResponse.InsertErrors | getInsertErrors() | 
public Context(TableDataInsertAllResponse.InsertErrors errors)
public TableDataInsertAllResponse.InsertErrors getInsertErrors()