Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class JobView.
Selector for how much information is returned in Job responses.
Protobuf type google.dataflow.v1beta3.JobView
Namespace
Google \ Cloud \ Dataflow \ V1beta3
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
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.
Generated from protobuf enum JOB_VIEW_UNKNOWN = 0;
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.
Generated from protobuf enum JOB_VIEW_SUMMARY = 1;
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.
Generated from protobuf enum JOB_VIEW_ALL = 2;
JOB_VIEW_DESCRIPTION
Value: 3
Request summary info and limited job description data for steps, labels and
environment.
Generated from protobuf enum JOB_VIEW_DESCRIPTION = 3;
[[["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,["# Google Cloud Dataflow V1beta3 Client - Class JobView (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-dataflow/latest/V1beta3.JobView)\n- [0.8.1](/php/docs/reference/cloud-dataflow/0.8.1/V1beta3.JobView)\n- [0.7.1](/php/docs/reference/cloud-dataflow/0.7.1/V1beta3.JobView)\n- [0.6.6](/php/docs/reference/cloud-dataflow/0.6.6/V1beta3.JobView)\n- [0.5.1](/php/docs/reference/cloud-dataflow/0.5.1/V1beta3.JobView)\n- [0.4.1](/php/docs/reference/cloud-dataflow/0.4.1/V1beta3.JobView)\n- [0.3.10](/php/docs/reference/cloud-dataflow/0.3.10/V1beta3.JobView) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class JobView.\n\nSelector for how much information is returned in Job responses.\n\nProtobuf type `google.dataflow.v1beta3.JobView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataflow \\\\ V1beta3\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### JOB_VIEW_UNKNOWN\n\n Value: 0\n\nThe job view to return isn't specified, or is unknown.\n\nResponses will contain at least the `JOB_VIEW_SUMMARY` information,\nand may contain additional information.\n\nGenerated from protobuf enum `JOB_VIEW_UNKNOWN = 0;`\n\n### JOB_VIEW_SUMMARY\n\n Value: 1\n\nRequest summary information only:\nProject ID, Job ID, job name, job type, job status, start/end time,\nand Cloud SDK version details.\n\nGenerated from protobuf enum `JOB_VIEW_SUMMARY = 1;`\n\n### JOB_VIEW_ALL\n\n Value: 2\n\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\nGenerated from protobuf enum `JOB_VIEW_ALL = 2;`\n\n### JOB_VIEW_DESCRIPTION\n\n Value: 3\n\nRequest summary info and limited job description data for steps, labels and\nenvironment.\n\nGenerated from protobuf enum `JOB_VIEW_DESCRIPTION = 3;`"]]