getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Gets the state of the specified Cloud Dataflow job. To get the state of a job, we recommend using projects.locations.jobs.get with a regional endpoint (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using projects.jobs.get is not recommended, as you can only get the state of jobs that are running in us-central1.

Return

null

Parameters

argument

null


suspend fun getJob(jobId: String, location: String, project: String? = null, view: String? = null): GetJobResult

Return

null

Parameters

jobId
location
project
view

See also


suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.dataflow.v1b3.kotlin.inputs.GetJobPlainArgs.

See also