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.
ifMetagenerationMatch :: StorageObjectsGet -> Maybe Int64gogol-storage Gogol.Storage.Objects.Get Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationNotMatch :: StorageObjectsGet -> Maybe Int64gogol-storage Gogol.Storage.Objects.Get Makes the operation conditional on whether the object's current metageneration does not match the given value.
ifMetagenerationMatch :: StorageObjectsInsert -> Maybe Int64gogol-storage Gogol.Storage.Objects.Insert Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationNotMatch :: StorageObjectsInsert -> Maybe Int64gogol-storage Gogol.Storage.Objects.Insert Makes the operation conditional on whether the object's current metageneration does not match the given value.
ifMetagenerationMatch :: StorageObjectsMove -> Maybe Int64gogol-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.
ifMetagenerationNotMatch :: StorageObjectsMove -> Maybe Int64gogol-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.
ifMetagenerationMatch :: StorageObjectsPatch -> Maybe Int64gogol-storage Gogol.Storage.Objects.Patch Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationNotMatch :: StorageObjectsPatch -> Maybe Int64gogol-storage Gogol.Storage.Objects.Patch Makes the operation conditional on whether the object's current metageneration does not match the given value.
ifMetagenerationMatch :: StorageObjectsRestore -> Maybe Int64gogol-storage Gogol.Storage.Objects.Restore Makes the operation conditional on whether the object's one live metageneration matches the given value.
ifMetagenerationNotMatch :: StorageObjectsRestore -> Maybe Int64gogol-storage Gogol.Storage.Objects.Restore Makes the operation conditional on whether none of the object's live metagenerations match the given value.