Interface ErrorContainer<T>
-
- Type Parameters:
T-
- All Superinterfaces:
java.io.Serializable
public interface ErrorContainer<T> extends java.io.SerializableErrorContainer interface.
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorContainer<BigQueryInsertError>BIG_QUERY_INSERT_ERROR_ERROR_CONTAINERstatic ErrorContainer<com.google.api.services.bigquery.model.TableRow>TABLE_ROW_ERROR_CONTAINER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(java.util.List<org.apache.beam.sdk.values.ValueInSingleWindow<T>> failedInserts, com.google.api.services.bigquery.model.TableDataInsertAllResponse.InsertErrors error, com.google.api.services.bigquery.model.TableReference ref, org.apache.beam.sdk.values.FailsafeValueInSingleWindow<com.google.api.services.bigquery.model.TableRow,com.google.api.services.bigquery.model.TableRow> tableRow)
-
-
-
Field Detail
-
TABLE_ROW_ERROR_CONTAINER
static final ErrorContainer<com.google.api.services.bigquery.model.TableRow> TABLE_ROW_ERROR_CONTAINER
-
BIG_QUERY_INSERT_ERROR_ERROR_CONTAINER
static final ErrorContainer<BigQueryInsertError> BIG_QUERY_INSERT_ERROR_ERROR_CONTAINER
-
-
Method Detail
-
add
void add(java.util.List<org.apache.beam.sdk.values.ValueInSingleWindow<T>> failedInserts, com.google.api.services.bigquery.model.TableDataInsertAllResponse.InsertErrors error, com.google.api.services.bigquery.model.TableReference ref, org.apache.beam.sdk.values.FailsafeValueInSingleWindow<com.google.api.services.bigquery.model.TableRow,com.google.api.services.bigquery.model.TableRow> tableRow)
-
-