Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. data DataprocProjectsLocationsWorkflowTemplatesTestIamPermissions

    gogol-dataproc Gogol.Dataproc

    Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. See: newDataprocProjectsLocationsWorkflowTemplatesTestIamPermissions smart constructor.

  2. DataprocProjectsLocationsWorkflowTemplatesTestIamPermissions :: Maybe Xgafv -> Maybe Text -> Maybe Text -> TestIamPermissionsRequest -> Text -> Maybe Text -> Maybe Text -> DataprocProjectsLocationsWorkflowTemplatesTestIamPermissions

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  3. type DataprocProjectsLocationsWorkflowTemplatesTestIamPermissionsResource = "v1" :> CaptureMode "resource" "testIamPermissions" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] TestIamPermissionsRequest :> Post '[JSON] TestIamPermissionsResponse

    gogol-dataproc Gogol.Dataproc

    A resource alias for dataproc.projects.locations.workflowTemplates.testIamPermissions method which the DataprocProjectsLocationsWorkflowTemplatesTestIamPermissions request conforms to.

  4. data DataprocProjectsLocationsWorkflowTemplatesUpdate

    gogol-dataproc Gogol.Dataproc

    Updates (replaces) workflow template. The updated template must contain version that matches the current server version. See: newDataprocProjectsLocationsWorkflowTemplatesUpdate smart constructor.

  5. DataprocProjectsLocationsWorkflowTemplatesUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> WorkflowTemplate -> Maybe Text -> Maybe Text -> DataprocProjectsLocationsWorkflowTemplatesUpdate

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  6. type DataprocProjectsLocationsWorkflowTemplatesUpdateResource = "v1" :> Capture "name" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] WorkflowTemplate :> Put '[JSON] WorkflowTemplate

    gogol-dataproc Gogol.Dataproc

    A resource alias for dataproc.projects.locations.workflowTemplates.update method which the DataprocProjectsLocationsWorkflowTemplatesUpdate request conforms to.

  7. data DataprocProjectsRegionsWorkflowTemplatesCreate

    gogol-dataproc Gogol.Dataproc

    Creates new workflow template. See: newDataprocProjectsRegionsWorkflowTemplatesCreate smart constructor.

  8. DataprocProjectsRegionsWorkflowTemplatesCreate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> WorkflowTemplate -> Maybe Text -> Maybe Text -> DataprocProjectsRegionsWorkflowTemplatesCreate

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  9. type DataprocProjectsRegionsWorkflowTemplatesCreateResource = "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

    A resource alias for dataproc.projects.regions.workflowTemplates.create method which the DataprocProjectsRegionsWorkflowTemplatesCreate request conforms to.

  10. data DataprocProjectsRegionsWorkflowTemplatesDelete

    gogol-dataproc Gogol.Dataproc

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

Page 21 of many | Previous | Next