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.
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 2024-10-30 UTC."],[],[]]