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. type DataprocProjectsRegionsOperationsListResource = "v1" :> Capture "name" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "filter" Text :> QueryParam "pageSize" Int32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse

    gogol-dataproc Gogol.Dataproc

    A resource alias for dataproc.projects.regions.operations.list method which the DataprocProjectsRegionsOperationsList request conforms to.

  2. data DataprocProjectsRegionsWorkflowTemplatesList

    gogol-dataproc Gogol.Dataproc

    Lists workflows that match the specified filter in the request. See: newDataprocProjectsRegionsWorkflowTemplatesList smart constructor.

  3. DataprocProjectsRegionsWorkflowTemplatesList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Int32 -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> DataprocProjectsRegionsWorkflowTemplatesList

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  4. type DataprocProjectsRegionsWorkflowTemplatesListResource = "v1" :> Capture "parent" Text :> "workflowTemplates" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "pageSize" Int32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ListWorkflowTemplatesResponse

    gogol-dataproc Gogol.Dataproc

    A resource alias for dataproc.projects.regions.workflowTemplates.list method which the DataprocProjectsRegionsWorkflowTemplatesList request conforms to.

  5. newtype ProjectsRegionsJobsListJobStateMatcher

    gogol-dataproc Gogol.Dataproc

    Optional. Specifies enumerated categories of jobs to list. (default = match ALL jobs).If filter is provided, jobStateMatcher will be ignored.

  6. ProjectsRegionsJobsListJobStateMatcher :: Text -> ProjectsRegionsJobsListJobStateMatcher

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  7. pattern ProjectsRegionsJobsListJobStateMatcher_Active :: ProjectsRegionsJobsListJobStateMatcher

    gogol-dataproc Gogol.Dataproc

    Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING.

  8. pattern ProjectsRegionsJobsListJobStateMatcher_All :: ProjectsRegionsJobsListJobStateMatcher

    gogol-dataproc Gogol.Dataproc

    Match all jobs, regardless of state.

  9. pattern ProjectsRegionsJobsListJobStateMatcher_NONACTIVE :: ProjectsRegionsJobsListJobStateMatcher

    gogol-dataproc Gogol.Dataproc

    Only match jobs in terminal states: CANCELLED, DONE, or ERROR.

  10. newtype QueryList

    gogol-dataproc Gogol.Dataproc

    A list of queries to run on a cluster. See: newQueryList smart constructor.

Page 263 of many | Previous | Next