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

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

    No documentation available.

  2. 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.Projects.Locations.WorkflowTemplates.GetIamPolicy

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

  3. newDataprocProjectsLocationsWorkflowTemplatesGetIamPolicy :: GetIamPolicyRequest -> Text -> DataprocProjectsLocationsWorkflowTemplatesGetIamPolicy

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

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

  4. data DataprocProjectsLocationsWorkflowTemplatesInstantiate

    gogol-dataproc Gogol.Dataproc.Projects.Locations.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: newDataprocProjectsLocationsWorkflowTemplatesInstantiate smart constructor.

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

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

    No documentation available.

  6. 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.Projects.Locations.WorkflowTemplates.Instantiate

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

  7. newDataprocProjectsLocationsWorkflowTemplatesInstantiate :: Text -> InstantiateWorkflowTemplateRequest -> DataprocProjectsLocationsWorkflowTemplatesInstantiate

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

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

  8. data DataprocProjectsLocationsWorkflowTemplatesInstantiateInline

    gogol-dataproc Gogol.Dataproc.Projects.Locations.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: newDataprocProjectsLocationsWorkflowTemplatesInstantiateInline smart constructor.

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

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

    No documentation available.

  10. 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.Projects.Locations.WorkflowTemplates.InstantiateInline

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

Page 30 of many | Previous | Next