Class JobStatus

java.lang.Object
com.google.cloud.bigquery.JobStatus
All Implemented Interfaces:
Serializable

public class JobStatus extends Object implements Serializable
A Google BigQuery Job status. Objects of this class can be examined when polling an asynchronous job to see if the job completed.
See Also: