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. ProjectsLocationsJobsListView :: Text -> ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  2. pattern ProjectsLocationsJobsListView_JOBVIEWALL :: ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow.Types

    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.

  3. pattern ProjectsLocationsJobsListView_JOBVIEWDESCRIPTION :: ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow.Types

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

  4. pattern ProjectsLocationsJobsListView_JOBVIEWSUMMARY :: ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow.Types

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

  5. pattern ProjectsLocationsJobsListView_JOBVIEWUNKNOWN :: ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow.Types

    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.

  6. newtype ProjectsLocationsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow.Types

    Filter to only get messages with importance >= level

  7. ProjectsLocationsJobsMessagesListMinimumImportance :: Text -> ProjectsLocationsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  8. pattern ProjectsLocationsJobsMessagesListMinimumImportance_JOBMESSAGEBASIC :: ProjectsLocationsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow.Types

    The message is at the 'basic' level: useful for keeping track of the execution of a Dataflow pipeline. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.

  9. pattern ProjectsLocationsJobsMessagesListMinimumImportance_JOBMESSAGEDEBUG :: ProjectsLocationsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow.Types

    The message is at the 'debug' level: typically only useful for software engineers working on the code the job is running. Typically, Dataflow pipeline runners do not display log messages at this level by default.

  10. pattern ProjectsLocationsJobsMessagesListMinimumImportance_JOBMESSAGEDETAILED :: ProjectsLocationsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow.Types

    The message is at the 'detailed' level: somewhat verbose, but potentially useful to users. Typically, Dataflow pipeline runners do not display log messages at this level by default. These messages are displayed by default in the Dataflow monitoring UI.

Page 257 of many | Previous | Next