Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryService ¶
func NewBigQueryService ¶
func NewBigQueryService(bq *bigquery.Client) (*BigQueryService, error)
func (*BigQueryService) Close ¶
func (s *BigQueryService) Close() error
type StreamingInsertError ¶
func (*StreamingInsertError) Error ¶
func (e *StreamingInsertError) Error() string
type StreamingInsertErrors ¶
type StreamingInsertErrors struct { Errors []*StreamingInsertError // contains filtered or unexported fields }
func (*StreamingInsertErrors) Append ¶
func (e *StreamingInsertErrors) Append(err *StreamingInsertError)
func (*StreamingInsertErrors) Error ¶
func (e *StreamingInsertErrors) Error() string
func (*StreamingInsertErrors) ErrorOrNil ¶
func (e *StreamingInsertErrors) ErrorOrNil() error
Click to show internal directories.
Click to hide internal directories.