Enum ProjectsResource.LocationsResource.JobsResource.ListRequest.ViewEnum
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public enum ProjectsResource.LocationsResource.JobsResource.ListRequest.ViewEnum
Fields
Name | Description |
---|---|
JOBVIEWALL | Request all information available for this job. When the job is in |
JOBVIEWDESCRIPTION | Request summary info and limited job description data for steps, labels and environment. |
JOBVIEWSUMMARY | Request summary information only: Project ID, Job ID, job name, job type, job status, start/end time, and Cloud SDK version details. |
JOBVIEWUNKNOWN | The job view to return isn't specified, or is unknown. Responses will contain at least the
|