ProjectsLocationsJobsResource class
Methods
-
create(Job request, String projectId, String location, {String? replaceJobId, String? view, String? $fields})
→ Future<Job>
-
Creates a Cloud Dataflow job.
-
get(String projectId, String location, String jobId, {String? view, String? $fields})
→ Future<Job>
-
Gets the state of the specified Cloud Dataflow job.
-
getExecutionDetails(String projectId, String location, String jobId, {int? pageSize, String? pageToken, String? $fields})
→ Future<JobExecutionDetails>
-
Request detailed information about the execution status of the job.
-
getMetrics(String projectId, String location, String jobId, {String? startTime, String? $fields})
→ Future<JobMetrics>
-
Request the job status.
-
list(String projectId, String location, {String? filter, 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 location, 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 location, String jobId, {String? $fields})
→ Future<Job>
-
Updates the state of an existing Cloud Dataflow job.