Class TableDataWriteChannel

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.cloud.BaseWriteChannel

        com.google.cloud.BaseWriteChannel.BaseState<ServiceOptionsT extends com.google.cloud.ServiceOptions<?,​ServiceOptionsT>,​EntityT extends Serializable>
    • Method Detail

      • stateBuilder

        protected com.google.cloud.bigquery.TableDataWriteChannel.StateImpl.Builder stateBuilder()
        Specified by:
        stateBuilder in class com.google.cloud.BaseWriteChannel<BigQueryOptions,​WriteChannelConfiguration>
      • getJob

        public Job getJob()
        Returns the Job created to insert the rows. The job is available only once the upload finished and the channel was closed, returns null otherwise.