Dataflow_v1b3Functions

Functions

Link copied to clipboard
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.

suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult
suspend fun getJob(jobId: String, location: String, project: String? = null, view: String? = null): GetJobResult
Link copied to clipboard

Get the template associated with a template.

suspend fun getTemplate(argument: suspend GetTemplatePlainArgsBuilder.() -> Unit): GetTemplateResult
suspend fun getTemplate(gcsPath: String, location: String, project: String? = null, view: String? = null): GetTemplateResult