Class InsertRetryPolicy.Context
- java.lang.Object
-
- org.apache.beam.sdk.io.gcp.bigquery.InsertRetryPolicy.Context
-
- Enclosing class:
- InsertRetryPolicy
public static class InsertRetryPolicy.Context extends java.lang.ObjectContains information about a failed insert.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 Summary
Constructors Constructor Description Context(com.google.api.services.bigquery.model.TableDataInsertAllResponse.InsertErrors errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.services.bigquery.model.TableDataInsertAllResponse.InsertErrorsgetInsertErrors()
-