Selector for how much information is returned in Job
responses.
Project ID, Job ID, job name, job type, job
status, start/end time, and Cloud SDK version
details.
JOB_VIEW_ALL (2):
Request all information available for this job. When the job
is in `JOB_STATE_PENDING`, the job has been created but is
not yet running, and not all job information is available.
For complete job information, wait until the job in is
`JOB_STATE_RUNNING`. For more information, see
`JobState <https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#jobstate>`__.
JOB_VIEW_DESCRIPTION (3):
Request summary info and limited job
description data for steps, labels and
environment.
Enums
Name
Description
JOB_VIEW_UNKNOWN
The job view to return isn't specified, or is unknown. Responses will contain at least the `JOB_VIEW_SUMMARY` information, and may contain additional information.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class JobView (0.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.9.0 (latest)](/python/docs/reference/dataflow/latest/google.cloud.dataflow_v1beta3.types.JobView)\n- [0.8.17](/python/docs/reference/dataflow/0.8.17/google.cloud.dataflow_v1beta3.types.JobView)\n- [0.7.0](/python/docs/reference/dataflow/0.7.0/google.cloud.dataflow_v1beta3.types.JobView)\n- [0.6.2](/python/docs/reference/dataflow/0.6.2/google.cloud.dataflow_v1beta3.types.JobView)\n- [0.5.5](/python/docs/reference/dataflow/0.5.5/google.cloud.dataflow_v1beta3.types.JobView)\n- [0.4.1](/python/docs/reference/dataflow/0.4.1/google.cloud.dataflow_v1beta3.types.JobView)\n- [0.3.1](/python/docs/reference/dataflow/0.3.1/google.cloud.dataflow_v1beta3.types.JobView)\n- [0.2.0](/python/docs/reference/dataflow/0.2.0/google.cloud.dataflow_v1beta3.types.JobView)\n- [0.1.5](/python/docs/reference/dataflow/0.1.5/google.cloud.dataflow_v1beta3.types.JobView) \n\n JobView(value)\n\nSelector for how much information is returned in Job\nresponses. \n\n Project ID, Job ID, job name, job type, job\n status, start/end time, and Cloud SDK version\n details.\n JOB_VIEW_ALL (2):\n Request all information available for this job. When the job\n is in `JOB_STATE_PENDING`, the job has been created but is\n not yet running, and not all job information is available.\n For complete job information, wait until the job in is\n `JOB_STATE_RUNNING`. For more information, see\n `JobState \u003chttps://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#jobstate\u003e`__.\n JOB_VIEW_DESCRIPTION (3):\n Request summary info and limited job\n description data for steps, labels and\n environment."]]