Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. data DataprocProjectsLocationsWorkflowTemplatesInstantiateInline

    gogol-dataproc Gogol.Dataproc

    Instantiates a template and begins execution.This method is equivalent to executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty. See: newDataprocProjectsLocationsWorkflowTemplatesInstantiateInline smart constructor.

  2. DataprocProjectsLocationsWorkflowTemplatesInstantiateInline :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> WorkflowTemplate -> Maybe Text -> Maybe Text -> Maybe Text -> DataprocProjectsLocationsWorkflowTemplatesInstantiateInline

    gogol-dataproc Gogol.Dataproc

    No documentation available.

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

    gogol-dataproc Gogol.Dataproc

    A resource alias for dataproc.projects.locations.workflowTemplates.instantiateInline method which the DataprocProjectsLocationsWorkflowTemplatesInstantiateInline request conforms to.

  4. type DataprocProjectsLocationsWorkflowTemplatesInstantiateResource = "v1" :> CaptureMode "name" "instantiate" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InstantiateWorkflowTemplateRequest :> Post '[JSON] Operation

    gogol-dataproc Gogol.Dataproc

    A resource alias for dataproc.projects.locations.workflowTemplates.instantiate method which the DataprocProjectsLocationsWorkflowTemplatesInstantiate request conforms to.

  5. data DataprocProjectsLocationsWorkflowTemplatesList

    gogol-dataproc Gogol.Dataproc

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

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

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  7. 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

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

  8. data DataprocProjectsLocationsWorkflowTemplatesSetIamPolicy

    gogol-dataproc Gogol.Dataproc

    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.

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

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  10. 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

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

Page 20 of many | Previous | Next