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. DataprocProjectsLocationsWorkflowTemplatesDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> Maybe Int32 -> DataprocProjectsLocationsWorkflowTemplatesDelete

    gogol-dataproc Gogol.Dataproc

    No documentation available.

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

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

  3. data DataprocProjectsLocationsWorkflowTemplatesGet

    gogol-dataproc Gogol.Dataproc

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

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

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  5. data DataprocProjectsLocationsWorkflowTemplatesGetIamPolicy

    gogol-dataproc Gogol.Dataproc

    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.

  6. DataprocProjectsLocationsWorkflowTemplatesGetIamPolicy :: Maybe Xgafv -> Maybe Text -> Maybe Text -> GetIamPolicyRequest -> Text -> Maybe Text -> Maybe Text -> DataprocProjectsLocationsWorkflowTemplatesGetIamPolicy

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  7. type DataprocProjectsLocationsWorkflowTemplatesGetIamPolicyResource = "v1" :> CaptureMode "resource" "getIamPolicy" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] GetIamPolicyRequest :> Post '[JSON] Policy

    gogol-dataproc Gogol.Dataproc

    A resource alias for dataproc.projects.locations.workflowTemplates.getIamPolicy method which the DataprocProjectsLocationsWorkflowTemplatesGetIamPolicy request conforms to.

  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

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

  9. data DataprocProjectsLocationsWorkflowTemplatesInstantiate

    gogol-dataproc Gogol.Dataproc

    Instantiates a template and begins execution.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: newDataprocProjectsLocationsWorkflowTemplatesInstantiate smart constructor.

  10. DataprocProjectsLocationsWorkflowTemplatesInstantiate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> InstantiateWorkflowTemplateRequest -> Maybe Text -> Maybe Text -> DataprocProjectsLocationsWorkflowTemplatesInstantiate

    gogol-dataproc Gogol.Dataproc

    No documentation available.

Page 19 of many | Previous | Next