JobsResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  cancel(String projectId, String jobId, {String? location, String? $fields})
    → Future<JobCancelResponse>
  
  
- 
  Requests that a job be cancelled.
  
- 
  delete(String projectId, String jobId, {String? location, String? $fields})
    → Future<void>
  
  
- 
  Requests the deletion of the metadata of a job.
  
- 
  get(String projectId, String jobId, {String? location, String? $fields})
    → Future<Job>
  
  
- 
  Returns information about a specific job.
  
- 
  getQueryResults(String projectId, String jobId, {bool? formatOptions_useInt64Timestamp, String? location, int? maxResults, String? pageToken, String? startIndex, int? timeoutMs, String? $fields})
    → Future<GetQueryResultsResponse>
  
  
- 
  RPC to get the results of a query job.
  
- 
  insert(Job request, String projectId, {String? $fields, UploadOptions uploadOptions = commons.UploadOptions.defaultOptions, Media? uploadMedia})
    → Future<Job>
  
  
- 
  Starts a new asynchronous job.
  
- 
  list(String projectId, {bool? allUsers, String? maxCreationTime, int? maxResults, String? minCreationTime, String? pageToken, String? parentJobId, String? projection, List<String>? stateFilter, String? $fields})
    → Future<JobList>
  
  
- 
  Lists all jobs that you started in the specified project.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  query(QueryRequest request, String projectId, {String? $fields})
    → Future<QueryResponse>
  
  
- 
  Runs a BigQuery SQL query synchronously and returns query results if the
query completes within a specified timeout.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited