Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. ifMetagenerationNotMatch :: StorageFoldersGet -> Maybe Int64

    gogol-storage Gogol.Storage.Folders.Get

    Makes the return of the folder metadata conditional on whether the folder's current metageneration does not match the given value.

  2. ifMetagenerationMatch :: StorageManagedFoldersDelete -> Maybe Int64

    gogol-storage Gogol.Storage.ManagedFolders.Delete

    If set, only deletes the managed folder if its metageneration matches this value.

  3. ifMetagenerationNotMatch :: StorageManagedFoldersDelete -> Maybe Int64

    gogol-storage Gogol.Storage.ManagedFolders.Delete

    If set, only deletes the managed folder if its metageneration does not match this value.

  4. ifMetagenerationMatch :: StorageManagedFoldersGet -> Maybe Int64

    gogol-storage Gogol.Storage.ManagedFolders.Get

    Makes the return of the managed folder metadata conditional on whether the managed folder's current metageneration matches the given value.

  5. ifMetagenerationNotMatch :: StorageManagedFoldersGet -> Maybe Int64

    gogol-storage Gogol.Storage.ManagedFolders.Get

    Makes the return of the managed folder metadata conditional on whether the managed folder's current metageneration does not match the given value.

  6. ifMetagenerationMatch :: StorageObjectsCompose -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Compose

    Makes the operation conditional on whether the object's current metageneration matches the given value.

  7. ifMetagenerationMatch :: StorageObjectsCopy -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Copy

    Makes the operation conditional on whether the destination object's current metageneration matches the given value.

  8. ifMetagenerationNotMatch :: StorageObjectsCopy -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Copy

    Makes the operation conditional on whether the destination object's current metageneration does not match the given value.

  9. ifMetagenerationMatch :: StorageObjectsDelete -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Delete

    Makes the operation conditional on whether the object's current metageneration matches the given value.

  10. ifMetagenerationNotMatch :: StorageObjectsDelete -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Delete

    Makes the operation conditional on whether the object's current metageneration does not match the given value.

Page 9 of many | Previous | Next