Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. newWorkflowGraph :: WorkflowGraph

    gogol-dataproc Gogol.Dataproc

    Creates a value of WorkflowGraph with the minimum fields required to make a request.

  2. newWorkflowMetadata :: WorkflowMetadata

    gogol-dataproc Gogol.Dataproc

    Creates a value of WorkflowMetadata with the minimum fields required to make a request.

  3. newWorkflowMetadata_Parameters :: HashMap Text Text -> WorkflowMetadata_Parameters

    gogol-dataproc Gogol.Dataproc

    Creates a value of WorkflowMetadata_Parameters with the minimum fields required to make a request.

  4. newWorkflowNode :: WorkflowNode

    gogol-dataproc Gogol.Dataproc

    Creates a value of WorkflowNode with the minimum fields required to make a request.

  5. newWorkflowTemplate :: WorkflowTemplate

    gogol-dataproc Gogol.Dataproc

    Creates a value of WorkflowTemplate with the minimum fields required to make a request.

  6. newWorkflowTemplatePlacement :: WorkflowTemplatePlacement

    gogol-dataproc Gogol.Dataproc

    Creates a value of WorkflowTemplatePlacement with the minimum fields required to make a request.

  7. newWorkflowTemplate_Labels :: HashMap Text Text -> WorkflowTemplate_Labels

    gogol-dataproc Gogol.Dataproc

    Creates a value of WorkflowTemplate_Labels with the minimum fields required to make a request.

  8. data DataprocProjectsLocationsWorkflowTemplatesCreate

    gogol-dataproc Gogol.Dataproc.Projects.Locations.WorkflowTemplates.Create

    Creates new workflow template. See: newDataprocProjectsLocationsWorkflowTemplatesCreate smart constructor.

  9. DataprocProjectsLocationsWorkflowTemplatesCreate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> WorkflowTemplate -> Maybe Text -> Maybe Text -> DataprocProjectsLocationsWorkflowTemplatesCreate

    gogol-dataproc Gogol.Dataproc.Projects.Locations.WorkflowTemplates.Create

    No documentation available.

  10. type DataprocProjectsLocationsWorkflowTemplatesCreateResource = "v1" :> Capture "parent" Text :> "workflowTemplates" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] WorkflowTemplate :> Post '[JSON] WorkflowTemplate

    gogol-dataproc Gogol.Dataproc.Projects.Locations.WorkflowTemplates.Create

    A resource alias for dataproc.projects.locations.workflowTemplates.create method which the DataprocProjectsLocationsWorkflowTemplatesCreate request conforms to.

Page 28 of many | Previous | Next