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.

  1. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEERROR :: ProjectsJobsMessagesListMinimumImportance

    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.

  2. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEIMPORTANCEUNKNOWN :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow.Types

    The message importance isn't specified, or is unknown.

  3. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEWARNING :: ProjectsJobsMessagesListMinimumImportance

    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.

  4. newtype ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    The kind of filter to use.

  5. ProjectsLocationsJobsListFilter :: Text -> ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  6. pattern ProjectsLocationsJobsListFilter_Active :: ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    Filters the jobs that are running ordered on the creation timestamp.

  7. pattern ProjectsLocationsJobsListFilter_All :: ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    Returns all running jobs first ordered on creation timestamp, then returns all terminated jobs ordered on the termination timestamp.

  8. pattern ProjectsLocationsJobsListFilter_Terminated :: ProjectsLocationsJobsListFilter

    gogol-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.

  9. pattern ProjectsLocationsJobsListFilter_Unknown :: ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    The filter isn't specified, or is unknown. This returns all jobs ordered on descending JobUuid.

  10. newtype ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow.Types

    Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.

Page 256 of many | Previous | Next