class Google::Cloud::Bigquery::LoadJob::Updater

def patch_gapi! attribute

Queue up all the updates instead of making them.
#
def patch_gapi! attribute
  @updates << attribute
  @updates.uniq!
end