public enum JobViewReference 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.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Fields |
|
|---|---|
| Name | Description |
All |
Request all information available for this job. When the job is in
|
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 |