Class InsertRetryPolicy.Context

  • Enclosing class:
    InsertRetryPolicy

    public static class InsertRetryPolicy.Context
    extends java.lang.Object
    Contains 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.InsertErrors getInsertErrors()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Context

        public Context​(com.google.api.services.bigquery.model.TableDataInsertAllResponse.InsertErrors errors)
    • Method Detail

      • getInsertErrors

        public com.google.api.services.bigquery.model.TableDataInsertAllResponse.InsertErrors getInsertErrors()