lib/google/cloud/bigquery/copy_job.rb in google-cloud-bigquery-1.28.0 vs lib/google/cloud/bigquery/copy_job.rb in google-cloud-bigquery-1.29.0

- old
+ new

@@ -142,9 +142,10 @@ # Yielded to a block to accumulate changes for an API request. class Updater < CopyJob ## # @private Create an Updater object. def initialize gapi + super() @gapi = gapi end ## # @private Create an Updater from an options hash.