Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern ProjectsJobsListFilter_Active :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

  2. pattern ProjectsJobsListFilter_All :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

  3. pattern ProjectsJobsListFilter_Terminated :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

    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.

  4. pattern ProjectsJobsListFilter_Unknown :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

  5. newtype ProjectsJobsListView

    gogol-dataflow Gogol.Dataflow

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

  6. ProjectsJobsListView :: Text -> ProjectsJobsListView

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. pattern ProjectsJobsListView_JOBVIEWALL :: ProjectsJobsListView

    gogol-dataflow Gogol.Dataflow

    Request all information available for this job. When the job is in JOB_STATE_PENDING, the job has been created but is not yet running, and not all job information is available. For complete job information, wait until the job in is JOB_STATE_RUNNING. For more information, see JobState.

  8. pattern ProjectsJobsListView_JOBVIEWDESCRIPTION :: ProjectsJobsListView

    gogol-dataflow Gogol.Dataflow

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

  9. pattern ProjectsJobsListView_JOBVIEWSUMMARY :: ProjectsJobsListView

    gogol-dataflow Gogol.Dataflow

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

  10. pattern ProjectsJobsListView_JOBVIEWUNKNOWN :: ProjectsJobsListView

    gogol-dataflow Gogol.Dataflow

    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.

Page 246 of many | Previous | Next