ProjectsJobsResource class

Constructors

ProjectsJobsResource(ApiRequester client)

Properties

debug ProjectsJobsDebugResource
no setter
hashCode int
The hash code for this object.
no setterinherited
messages ProjectsJobsMessagesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workItems ProjectsJobsWorkItemsResource
no setter

Methods

aggregated(String projectId, {String? filter, String? location, 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, 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? $fields}) Future<Job>
Updates the state of an existing Cloud Dataflow job.

Operators

operator ==(Object other) bool
The equality operator.
inherited