Reference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::JobView.
Selector for how much information is returned in Job responses.
Constants
JOB_VIEW_UNKNOWN
value: 0 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.
JOB_VIEW_SUMMARY
value: 1 Request summary information only:
Project ID, Job ID, job name, job type, job status, start/end time,
and Cloud SDK version details.
JOB_VIEW_ALL
value: 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.
JOB_VIEW_DESCRIPTION
value: 3 Request summary info and limited job description data for steps, labels and
environment.
[[["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-09-09 UTC."],[],[],null,["# Dataflow V1beta3 API - Module Google::Cloud::Dataflow::V1beta3::JobView (v0.13.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.1 (latest)](/ruby/docs/reference/google-cloud-dataflow-v1beta3/latest/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.13.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.13.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.12.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.12.1/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.11.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.11.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.10.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.10.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.9.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.9.1/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.8.2](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.8.2/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.7.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.7.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.6.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.6.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.5.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.5.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.4.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.4.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.3.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.3.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.2.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.2.0/Google-Cloud-Dataflow-V1beta3-JobView)\n- [0.1.4](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.1.4/Google-Cloud-Dataflow-V1beta3-JobView) \nReference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::JobView.\n\nSelector for how much information is returned in Job responses.\n\nConstants\n---------\n\n### JOB_VIEW_UNKNOWN\n\n**value:** 0 \nThe job view to return isn't specified, or is unknown.\nResponses will contain at least the `JOB_VIEW_SUMMARY` information,\nand may contain additional information.\n\n### JOB_VIEW_SUMMARY\n\n**value:** 1 \nRequest summary information only:\nProject ID, Job ID, job name, job type, job status, start/end time,\nand Cloud SDK version details.\n\n### JOB_VIEW_ALL\n\n**value:** 2 \nRequest all information available for this job. When the job is in\n`JOB_STATE_PENDING`, the job has been created but is not yet running, and\nnot all job information is available. For complete\njob information, wait until the job in is `JOB_STATE_RUNNING`. For more\ninformation, see\n[JobState](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#jobstate).\n\n### JOB_VIEW_DESCRIPTION\n\n**value:** 3 \nRequest summary info and limited job description data for steps, labels and\nenvironment."]]