ProjectsJobsResource class
Methods
-
aggregated(String projectId, {String? filter, String? location, String? name, int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<ListJobsResponse>
-
List the jobs of a project across all regions.
-
create(Job request, String projectId, {String? location, String? replaceJobId, String? view, String? $fields})
→ Future<Job>
-
Creates a Cloud Dataflow job.
-
get(String projectId, String jobId, {String? location, String? view, String? $fields})
→ Future<Job>
-
Gets the state of the specified Cloud Dataflow job.
-
getMetrics(String projectId, String jobId, {String? location, String? startTime, String? $fields})
→ Future<JobMetrics>
-
Request the job status.
-
list(String projectId, {String? filter, String? location, String? name, int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<ListJobsResponse>
-
List the jobs of a project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
snapshot(SnapshotJobRequest request, String projectId, String jobId, {String? $fields})
→ Future<Snapshot>
-
Snapshot the state of a streaming job.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Job request, String projectId, String jobId, {String? location, String? updateMask, String? $fields})
→ Future<Job>
-
Updates the state of an existing Cloud Dataflow job.