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. DataflowProjectsSnapshotsList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> DataflowProjectsSnapshotsList

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  2. type DataflowProjectsSnapshotsListResource = "v1b3" :> "projects" :> Capture "projectId" Text :> "snapshots" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "jobId" Text :> QueryParam "location" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ListSnapshotsResponse

    gogol-dataflow Gogol.Dataflow

    A resource alias for dataflow.projects.snapshots.list method which the DataflowProjectsSnapshotsList request conforms to.

  3. newtype FloatingPointList

    gogol-dataflow Gogol.Dataflow

    A metric value representing a list of floating point numbers. See: newFloatingPointList smart constructor.

  4. FloatingPointList :: Maybe [Double] -> FloatingPointList

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  5. newtype IntegerList

    gogol-dataflow Gogol.Dataflow

    A metric value representing a list of integers. See: newIntegerList smart constructor.

  6. IntegerList :: Maybe [SplitInt64] -> IntegerList

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. newtype ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

    The kind of filter to use.

  8. ProjectsJobsListFilter :: Text -> ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  9. pattern ProjectsJobsListFilter_Active :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

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

Page 244 of many | Previous | Next