Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-dataflow Gogol.Dataflow.Types The message is at the 'error' level: indicating a condition preventing a job from succeeding. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.
-
gogol-dataflow Gogol.Dataflow.Types The message importance isn't specified, or is unknown.
-
gogol-dataflow Gogol.Dataflow.Types The message is at the 'warning' level: indicating a condition pertaining to a job which may require human intervention. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.
newtype
ProjectsLocationsJobsListFilter gogol-dataflow Gogol.Dataflow.Types The kind of filter to use.
ProjectsLocationsJobsListFilter :: Text -> ProjectsLocationsJobsListFiltergogol-dataflow Gogol.Dataflow.Types No documentation available.
pattern
ProjectsLocationsJobsListFilter_Active :: ProjectsLocationsJobsListFiltergogol-dataflow Gogol.Dataflow.Types Filters the jobs that are running ordered on the creation timestamp.
pattern
ProjectsLocationsJobsListFilter_All :: ProjectsLocationsJobsListFiltergogol-dataflow Gogol.Dataflow.Types Returns all running jobs first ordered on creation timestamp, then returns all terminated jobs ordered on the termination timestamp.
pattern
ProjectsLocationsJobsListFilter_Terminated :: ProjectsLocationsJobsListFiltergogol-dataflow Gogol.Dataflow.Types Filters the jobs that have a terminated state, ordered on the termination timestamp. Example terminated states: JOB_STATE_STOPPED, JOB_STATE_UPDATED, JOB_STATE_DRAINED, etc.
pattern
ProjectsLocationsJobsListFilter_Unknown :: ProjectsLocationsJobsListFiltergogol-dataflow Gogol.Dataflow.Types The filter isn't specified, or is unknown. This returns all jobs ordered on descending JobUuid.
newtype
ProjectsLocationsJobsListView gogol-dataflow Gogol.Dataflow.Types Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.