Dataflow v1beta3 API - Enum JobView (2.0.0-beta06)

public enum JobView

Reference documentation and code samples for the Dataflow v1beta3 API enum JobView.

Selector for how much information is returned in Job responses.

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

Name Description
All

Request all information available for this job.

Description

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

Summary

Request summary information only: Project ID, Job ID, job name, job type, job status, start/end time, and Cloud SDK version details.

Unknown

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.