ProjectsLocationsJobsResource 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
-
create(Job request, String parent, {String? $fields})
→ Future<Job>
-
Creates a job.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a job.
-
get(String name, {String? $fields})
→ Future<Job>
-
Gets a job.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListJobsResponse>
-
Lists jobs.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Job request, String name, {String? updateMask, String? $fields})
→ Future<Job>
-
Updates a job.
-
pause(PauseJobRequest request, String name, {String? $fields})
→ Future<Job>
-
Pauses a job.
-
resume(ResumeJobRequest request, String name, {String? $fields})
→ Future<Job>
-
Resume a job.
-
run(RunJobRequest request, String name, {String? $fields})
→ Future<Job>
-
Forces a job to run now.
-
toString()
→ String
-
A string representation of this object.
inherited