Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. pattern Settings_ReplicationType_Asynchronous :: Settings_ReplicationType

    gogol-sqladmin Gogol.SQLAdmin.Types

    The asynchronous replication mode for First Generation instances. It provides a slight performance gain, but if an outage occurs while this option is set to asynchronous, you can lose up to a few seconds of updates to your data.

  2. pattern Settings_ReplicationType_SQLREPLICATIONTYPEUNSPECIFIED :: Settings_ReplicationType

    gogol-sqladmin Gogol.SQLAdmin.Types

    This is an unknown replication type for a Cloud SQL instance.

  3. pattern Settings_ReplicationType_Synchronous :: Settings_ReplicationType

    gogol-sqladmin Gogol.SQLAdmin.Types

    The synchronous replication mode for First Generation instances. It is the default value.

  4. newtype Settings_UserLabels

    gogol-sqladmin Gogol.SQLAdmin.Types

    User-provided labels, represented as a dictionary where each label is a single key value pair. See: newSettings_UserLabels smart constructor.

  5. Settings_UserLabels :: HashMap Text Text -> Settings_UserLabels

    gogol-sqladmin Gogol.SQLAdmin.Types

    No documentation available.

  6. module Gogol.Storage.Buckets.SetIamPolicy

    Updates an IAM policy for the specified bucket. See: Cloud Storage JSON API Reference for storage.buckets.setIamPolicy.

  7. module Gogol.Storage.ManagedFolders.SetIamPolicy

    Updates an IAM policy for the specified managed folder. See: Cloud Storage JSON API Reference for storage.managedFolders.setIamPolicy.

  8. module Gogol.Storage.Objects.SetIamPolicy

    Updates an IAM policy for the specified object. See: Cloud Storage JSON API Reference for storage.objects.setIamPolicy.

  9. data SetupTag

    gogol-tagmanager Gogol.TagManager

    Represents a reference to atag that fires before another tag in order to set up dependencies. See: newSetupTag smart constructor.

  10. SetupTag :: Maybe Bool -> Maybe Text -> SetupTag

    gogol-tagmanager Gogol.TagManager

    No documentation available.

Page 138 of many | Previous | Next