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. type DataflowProjectsLocationsSnapshotsListResource = "v1b3" :> "projects" :> Capture "projectId" Text :> "locations" :> Capture "location" Text :> "snapshots" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "jobId" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ListSnapshotsResponse

    gogol-dataflow Gogol.Dataflow

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

  2. data DataflowProjectsSnapshotsList

    gogol-dataflow Gogol.Dataflow

    Lists snapshots. See: newDataflowProjectsSnapshotsList smart constructor.

  3. DataflowProjectsSnapshotsList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> DataflowProjectsSnapshotsList

    gogol-dataflow Gogol.Dataflow

    No documentation available.

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

  5. newtype FloatingPointList

    gogol-dataflow Gogol.Dataflow

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

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

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. newtype IntegerList

    gogol-dataflow Gogol.Dataflow

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

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

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  9. newtype ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

    The kind of filter to use.

  10. ProjectsJobsListFilter :: Text -> ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow

    No documentation available.

Page 245 of many | Previous | Next