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