Google Cloud Dataflow V1beta3 Client - Class JobView (0.3.10)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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.

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;