JobsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  create(Job request, {String? onBehalfOfContentOwner, String? $fields})
    → Future<Job>
  
  
- 
  Creates a job and returns it.
  
- 
  delete(String jobId, {String? onBehalfOfContentOwner, String? $fields})
    → Future<Empty>
  
  
- 
  Deletes a job.
  
- 
  get(String jobId, {String? onBehalfOfContentOwner, String? $fields})
    → Future<Job>
  
  
- 
  Gets a job.
  
- 
  list({bool? includeSystemManaged, String? onBehalfOfContentOwner, int? pageSize, String? pageToken, String? $fields})
    → Future<ListJobsResponse>
  
  
- 
  Lists jobs.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited