lib/google/cloud/bigquery/job.rb in google-cloud-bigquery-0.29.0 vs lib/google/cloud/bigquery/job.rb in google-cloud-bigquery-0.30.0

- old
+ new

@@ -29,10 +29,10 @@ # The subclasses of Job represent the specific BigQuery job types: # {CopyJob}, {ExtractJob}, {LoadJob}, and {QueryJob}. # # A job instance is created when you call {Project#query_job}, # {Dataset#query_job}, {Table#copy_job}, {Table#extract_job}, - # {Table#load_job}, or {View#data}. + # {Table#load_job}. # # @see https://cloud.google.com/bigquery/docs/managing-jobs Running and # Managing Jobs # @see https://cloud.google.com/bigquery/docs/reference/v2/jobs Jobs API # reference