-
Notifications
You must be signed in to change notification settings - Fork 1.1k
No newBuilder() method in class Job #2568
Copy link
Copy link
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
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