Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data ListJobsResponse

    gogol-dataflow Gogol.Dataflow

    Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}. See: newListJobsResponse smart constructor.

  2. ListJobsResponse :: Maybe [FailedLocation] -> Maybe [Job] -> Maybe Text -> ListJobsResponse

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  3. newtype ListSnapshotsResponse

    gogol-dataflow Gogol.Dataflow

    List of snapshots. See: newListSnapshotsResponse smart constructor.

  4. ListSnapshotsResponse :: Maybe [Snapshot] -> ListSnapshotsResponse

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  5. data ListJobMessagesResponse

    gogol-dataflow Gogol.Dataflow.Types

    Response to a request to list job messages. See: newListJobMessagesResponse smart constructor.

  6. ListJobMessagesResponse :: Maybe [AutoscalingEvent] -> Maybe [JobMessage] -> Maybe Text -> ListJobMessagesResponse

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  7. data ListJobsResponse

    gogol-dataflow Gogol.Dataflow.Types

    Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}. See: newListJobsResponse smart constructor.

  8. ListJobsResponse :: Maybe [FailedLocation] -> Maybe [Job] -> Maybe Text -> ListJobsResponse

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  9. newtype ListSnapshotsResponse

    gogol-dataflow Gogol.Dataflow.Types

    List of snapshots. See: newListSnapshotsResponse smart constructor.

  10. ListSnapshotsResponse :: Maybe [Snapshot] -> ListSnapshotsResponse

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

Page 17 of many | Previous | Next