ProjectsLocationsJobsResource class
Methods
-
cancel(CancelJobRequest request, String name, {String? $fields})
→ Future<CancelJobResponse>
-
Cancels a batch job.
-
create(Job request, String parent, {String? jobId, String? requestId, String? $fields})
→ Future<Operation>
-
Creates a batch job.
-
delete(String name, {bool? force, String? requestId, String? $fields})
→ Future<Empty>
-
Deletes a batch job.
-
get(String name, {String? $fields})
→ Future<Job>
-
Gets a batch job.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListJobsResponse>
-
Lists Jobs in a given project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited