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. ifMetagenerationMatch :: StorageObjectsGet -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Get

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

  2. ifMetagenerationNotMatch :: StorageObjectsGet -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Get

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

  3. ifMetagenerationMatch :: StorageObjectsInsert -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Insert

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

  4. ifMetagenerationNotMatch :: StorageObjectsInsert -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Insert

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

  5. ifMetagenerationMatch :: StorageObjectsMove -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Move

    Makes the operation conditional on whether the destination object's current metageneration matches the given value. ifMetagenerationMatch and ifMetagenerationNotMatch conditions are mutually exclusive: it's an error for both of them to be set in the request.

  6. ifMetagenerationNotMatch :: StorageObjectsMove -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Move

    Makes the operation conditional on whether the destination object's current metageneration does not match the given value. ifMetagenerationMatch and ifMetagenerationNotMatch conditions are mutually exclusive: it's an error for both of them to be set in the request.

  7. ifMetagenerationMatch :: StorageObjectsPatch -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Patch

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

  8. ifMetagenerationNotMatch :: StorageObjectsPatch -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Patch

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

  9. ifMetagenerationMatch :: StorageObjectsRestore -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Restore

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

  10. ifMetagenerationNotMatch :: StorageObjectsRestore -> Maybe Int64

    gogol-storage Gogol.Storage.Objects.Restore

    Makes the operation conditional on whether none of the object's live metagenerations match the given value.

Page 10 of many | Previous | Next