Module Google::Cloud::Dataflow::V1beta3::JobView (v0.2.0)

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.

JOB_VIEW_DESCRIPTION

value: 3
Request summary info and limited job description data for steps, labels and environment.