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 ProjectsLocationsJobsListFilter_Active :: ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

  2. pattern ProjectsLocationsJobsListFilter_All :: ProjectsLocationsJobsListFilter

    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 ProjectsLocationsJobsListFilter_Terminated :: ProjectsLocationsJobsListFilter

    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 ProjectsLocationsJobsListFilter_Unknown :: ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

  5. newtype ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow

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

  6. ProjectsLocationsJobsListView :: Text -> ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. pattern ProjectsLocationsJobsListView_JOBVIEWALL :: ProjectsLocationsJobsListView

    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 ProjectsLocationsJobsListView_JOBVIEWDESCRIPTION :: ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow

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

  9. pattern ProjectsLocationsJobsListView_JOBVIEWSUMMARY :: ProjectsLocationsJobsListView

    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 ProjectsLocationsJobsListView_JOBVIEWUNKNOWN :: ProjectsLocationsJobsListView

    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 248 of many | Previous | Next