How am I supposed to build an instance of class Job? It contains a Job.Builder nested class but I am unable to get an instance of it. Job extends JobInfo which does contain a newBuilder method but that returns an instance of JobInfo not Job. Is this a forgotten implementation? Am I misunderstanding the usage of Job class?
http://googlecloudplatform.github.io/google-cloud-java/0.26.0/apidocs/com/google/cloud/bigquery/Job.html
How am I supposed to build an instance of class
Job? It contains aJob.Buildernested class but I am unable to get an instance of it.JobextendsJobInfowhich does contain anewBuildermethod but that returns an instance ofJobInfonotJob. Is this a forgotten implementation? Am I misunderstanding the usage ofJobclass?http://googlecloudplatform.github.io/google-cloud-java/0.26.0/apidocs/com/google/cloud/bigquery/Job.html