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. newDataprocProjectsLocationsWorkflowTemplatesInstantiateInline :: Text -> WorkflowTemplate -> DataprocProjectsLocationsWorkflowTemplatesInstantiateInline

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

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

  2. data DataprocProjectsLocationsWorkflowTemplatesList

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

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

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

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

    No documentation available.

  4. type DataprocProjectsLocationsWorkflowTemplatesListResource = "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.Projects.Locations.WorkflowTemplates.List

    A resource alias for dataproc.projects.locations.workflowTemplates.list method which the DataprocProjectsLocationsWorkflowTemplatesList request conforms to.

  5. newDataprocProjectsLocationsWorkflowTemplatesList :: Text -> DataprocProjectsLocationsWorkflowTemplatesList

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

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

  6. data DataprocProjectsLocationsWorkflowTemplatesSetIamPolicy

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

    Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOTFOUND, INVALIDARGUMENT, and PERMISSION_DENIED errors. See: newDataprocProjectsLocationsWorkflowTemplatesSetIamPolicy smart constructor.

  7. DataprocProjectsLocationsWorkflowTemplatesSetIamPolicy :: Maybe Xgafv -> Maybe Text -> Maybe Text -> SetIamPolicyRequest -> Text -> Maybe Text -> Maybe Text -> DataprocProjectsLocationsWorkflowTemplatesSetIamPolicy

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

    No documentation available.

  8. type DataprocProjectsLocationsWorkflowTemplatesSetIamPolicyResource = "v1" :> CaptureMode "resource" "setIamPolicy" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] SetIamPolicyRequest :> Post '[JSON] Policy

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

    A resource alias for dataproc.projects.locations.workflowTemplates.setIamPolicy method which the DataprocProjectsLocationsWorkflowTemplatesSetIamPolicy request conforms to.

  9. newDataprocProjectsLocationsWorkflowTemplatesSetIamPolicy :: SetIamPolicyRequest -> Text -> DataprocProjectsLocationsWorkflowTemplatesSetIamPolicy

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

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

  10. data DataprocProjectsLocationsWorkflowTemplatesTestIamPermissions

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

    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.

Page 31 of many | Previous | Next