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. newDataprocProjectsLocationsWorkflowTemplatesCreate :: Text -> WorkflowTemplate -> DataprocProjectsLocationsWorkflowTemplatesCreate

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

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

  2. data DataprocProjectsLocationsWorkflowTemplatesDelete

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

    Deletes a workflow template. It does not cancel in-progress workflows. See: newDataprocProjectsLocationsWorkflowTemplatesDelete smart constructor.

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

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

    No documentation available.

  4. type DataprocProjectsLocationsWorkflowTemplatesDeleteResource = "v1" :> Capture "name" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "version" Int32 :> QueryParam "alt" AltJSON :> Delete '[JSON] Empty

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

    A resource alias for dataproc.projects.locations.workflowTemplates.delete method which the DataprocProjectsLocationsWorkflowTemplatesDelete request conforms to.

  5. newDataprocProjectsLocationsWorkflowTemplatesDelete :: Text -> DataprocProjectsLocationsWorkflowTemplatesDelete

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

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

  6. data DataprocProjectsLocationsWorkflowTemplatesGet

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

    Retrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter. See: newDataprocProjectsLocationsWorkflowTemplatesGet smart constructor.

  7. DataprocProjectsLocationsWorkflowTemplatesGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> Maybe Int32 -> DataprocProjectsLocationsWorkflowTemplatesGet

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

    No documentation available.

  8. type DataprocProjectsLocationsWorkflowTemplatesGetResource = "v1" :> Capture "name" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "version" Int32 :> QueryParam "alt" AltJSON :> Get '[JSON] WorkflowTemplate

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

    A resource alias for dataproc.projects.locations.workflowTemplates.get method which the DataprocProjectsLocationsWorkflowTemplatesGet request conforms to.

  9. newDataprocProjectsLocationsWorkflowTemplatesGet :: Text -> DataprocProjectsLocationsWorkflowTemplatesGet

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

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

  10. data DataprocProjectsLocationsWorkflowTemplatesGetIamPolicy

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

    Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. See: newDataprocProjectsLocationsWorkflowTemplatesGetIamPolicy smart constructor.

Page 29 of many | Previous | Next