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. DataprocProjectsRegionsWorkflowTemplatesTestIamPermissions :: Maybe Xgafv -> Maybe Text -> Maybe Text -> TestIamPermissionsRequest -> Text -> Maybe Text -> Maybe Text -> DataprocProjectsRegionsWorkflowTemplatesTestIamPermissions

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

    No documentation available.

  2. type DataprocProjectsRegionsWorkflowTemplatesTestIamPermissionsResource = "v1" :> CaptureMode "resource" "testIamPermissions" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] TestIamPermissionsRequest :> Post '[JSON] TestIamPermissionsResponse

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

    A resource alias for dataproc.projects.regions.workflowTemplates.testIamPermissions method which the DataprocProjectsRegionsWorkflowTemplatesTestIamPermissions request conforms to.

  3. newDataprocProjectsRegionsWorkflowTemplatesTestIamPermissions :: TestIamPermissionsRequest -> Text -> DataprocProjectsRegionsWorkflowTemplatesTestIamPermissions

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

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

  4. data DataprocProjectsRegionsWorkflowTemplatesUpdate

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

    Updates (replaces) workflow template. The updated template must contain version that matches the current server version. See: newDataprocProjectsRegionsWorkflowTemplatesUpdate smart constructor.

  5. DataprocProjectsRegionsWorkflowTemplatesUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> WorkflowTemplate -> Maybe Text -> Maybe Text -> DataprocProjectsRegionsWorkflowTemplatesUpdate

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

    No documentation available.

  6. type DataprocProjectsRegionsWorkflowTemplatesUpdateResource = "v1" :> Capture "name" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] WorkflowTemplate :> Put '[JSON] WorkflowTemplate

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

    A resource alias for dataproc.projects.regions.workflowTemplates.update method which the DataprocProjectsRegionsWorkflowTemplatesUpdate request conforms to.

  7. newDataprocProjectsRegionsWorkflowTemplatesUpdate :: Text -> WorkflowTemplate -> DataprocProjectsRegionsWorkflowTemplatesUpdate

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

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

  8. newtype GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig

    gogol-dataproc Gogol.Dataproc.Types

    Encryption settings for encrypting workflow template job arguments. See: newGoogleCloudDataprocV1WorkflowTemplateEncryptionConfig smart constructor.

  9. GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig :: Maybe Text -> GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  10. data InstantiateWorkflowTemplateRequest

    gogol-dataproc Gogol.Dataproc.Types

    A request to instantiate a workflow template. See: newInstantiateWorkflowTemplateRequest smart constructor.

Page 36 of many | Previous | Next