Reference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::JobType.
Specifies the processing model used by a
[google.dataflow.v1beta3.Job], which determines the way the Job is
managed by the Cloud Dataflow service (how workers are scheduled, how
inputs are sharded, etc).
Constants
JOB_TYPE_UNKNOWN
value: 0 The type of the job is unspecified, or unknown.
JOB_TYPE_BATCH
value: 1 A batch job with a well-defined end point: data is read, data is
processed, data is written, and the job is done.
JOB_TYPE_STREAMING
value: 2 A continuously streaming job with no end: data is read,
processed, and written continuously.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]