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. DataprocProjectsRegionsWorkflowTemplatesGetIamPolicy :: Maybe Xgafv -> Maybe Text -> Maybe Text -> GetIamPolicyRequest -> Text -> Maybe Text -> Maybe Text -> DataprocProjectsRegionsWorkflowTemplatesGetIamPolicy

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

    No documentation available.

  2. type DataprocProjectsRegionsWorkflowTemplatesGetIamPolicyResource = "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.Projects.Regions.WorkflowTemplates.GetIamPolicy

    A resource alias for dataproc.projects.regions.workflowTemplates.getIamPolicy method which the DataprocProjectsRegionsWorkflowTemplatesGetIamPolicy request conforms to.

  3. newDataprocProjectsRegionsWorkflowTemplatesGetIamPolicy :: GetIamPolicyRequest -> Text -> DataprocProjectsRegionsWorkflowTemplatesGetIamPolicy

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

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

  4. data DataprocProjectsRegionsWorkflowTemplatesInstantiate

    gogol-dataproc Gogol.Dataproc.Projects.Regions.WorkflowTemplates.Instantiate

    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: newDataprocProjectsRegionsWorkflowTemplatesInstantiate smart constructor.

  5. DataprocProjectsRegionsWorkflowTemplatesInstantiate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> InstantiateWorkflowTemplateRequest -> Maybe Text -> Maybe Text -> DataprocProjectsRegionsWorkflowTemplatesInstantiate

    gogol-dataproc Gogol.Dataproc.Projects.Regions.WorkflowTemplates.Instantiate

    No documentation available.

  6. type DataprocProjectsRegionsWorkflowTemplatesInstantiateResource = "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.Projects.Regions.WorkflowTemplates.Instantiate

    A resource alias for dataproc.projects.regions.workflowTemplates.instantiate method which the DataprocProjectsRegionsWorkflowTemplatesInstantiate request conforms to.

  7. newDataprocProjectsRegionsWorkflowTemplatesInstantiate :: Text -> InstantiateWorkflowTemplateRequest -> DataprocProjectsRegionsWorkflowTemplatesInstantiate

    gogol-dataproc Gogol.Dataproc.Projects.Regions.WorkflowTemplates.Instantiate

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

  8. data DataprocProjectsRegionsWorkflowTemplatesInstantiateInline

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

    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: newDataprocProjectsRegionsWorkflowTemplatesInstantiateInline smart constructor.

  9. DataprocProjectsRegionsWorkflowTemplatesInstantiateInline :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> WorkflowTemplate -> Maybe Text -> Maybe Text -> Maybe Text -> DataprocProjectsRegionsWorkflowTemplatesInstantiateInline

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

    No documentation available.

  10. type DataprocProjectsRegionsWorkflowTemplatesInstantiateInlineResource = "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.Projects.Regions.WorkflowTemplates.InstantiateInline

    A resource alias for dataproc.projects.regions.workflowTemplates.instantiateInline method which the DataprocProjectsRegionsWorkflowTemplatesInstantiateInline request conforms to.

Page 34 of many | Previous | Next