ProjectsLocationsJobsResource class

Constructors

ProjectsLocationsJobsResource(ApiRequester client)

Properties

debug ProjectsLocationsJobsDebugResource
no setter
hashCode int
The hash code for this object.
no setterinherited
messages ProjectsLocationsJobsMessagesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshots ProjectsLocationsJobsSnapshotsResource
no setter
stages ProjectsLocationsJobsStagesResource
no setter
workItems ProjectsLocationsJobsWorkItemsResource
no setter

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.

Operators

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