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

  2. pattern ProjectsLocationsJobsListFilter_Unknown :: ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

  3. newtype ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow

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

  4. ProjectsLocationsJobsListView :: Text -> ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow

    No documentation available.

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

  6. pattern ProjectsLocationsJobsListView_JOBVIEWDESCRIPTION :: ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow

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

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

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

  9. newtype ProjectsLocationsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    Filter to only get messages with importance >= level

  10. ProjectsLocationsJobsMessagesListMinimumImportance :: Text -> ProjectsLocationsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    No documentation available.

Page 247 of many | Previous | Next