Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. data DataprocProjectsRegionsWorkflowTemplatesTestIamPermissions

    gogol-dataproc Gogol.Dataproc

    Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. See: newDataprocProjectsRegionsWorkflowTemplatesTestIamPermissions smart constructor.

  2. DataprocProjectsRegionsWorkflowTemplatesTestIamPermissions :: Maybe Xgafv -> Maybe Text -> Maybe Text -> TestIamPermissionsRequest -> Text -> Maybe Text -> Maybe Text -> DataprocProjectsRegionsWorkflowTemplatesTestIamPermissions

    gogol-dataproc Gogol.Dataproc

    No documentation available.

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

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

  4. data DataprocProjectsRegionsWorkflowTemplatesUpdate

    gogol-dataproc Gogol.Dataproc

    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

    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

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

  7. newtype GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig

    gogol-dataproc Gogol.Dataproc

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

  8. GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig :: Maybe Text -> GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  9. data InstantiateWorkflowTemplateRequest

    gogol-dataproc Gogol.Dataproc

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

  10. InstantiateWorkflowTemplateRequest :: Maybe InstantiateWorkflowTemplateRequest_Parameters -> Maybe Text -> Maybe Int32 -> InstantiateWorkflowTemplateRequest

    gogol-dataproc Gogol.Dataproc

    No documentation available.

Page 24 of many | Previous | Next