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.
ifMetagenerationNotMatch :: StorageFoldersGet -> Maybe Int64gogol-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.
ifMetagenerationMatch :: StorageManagedFoldersDelete -> Maybe Int64gogol-storage Gogol.Storage.ManagedFolders.Delete If set, only deletes the managed folder if its metageneration matches this value.
ifMetagenerationNotMatch :: StorageManagedFoldersDelete -> Maybe Int64gogol-storage Gogol.Storage.ManagedFolders.Delete If set, only deletes the managed folder if its metageneration does not match this value.
ifMetagenerationMatch :: StorageManagedFoldersGet -> Maybe Int64gogol-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.
ifMetagenerationNotMatch :: StorageManagedFoldersGet -> Maybe Int64gogol-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.
ifMetagenerationMatch :: StorageObjectsCompose -> Maybe Int64gogol-storage Gogol.Storage.Objects.Compose Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationMatch :: StorageObjectsCopy -> Maybe Int64gogol-storage Gogol.Storage.Objects.Copy Makes the operation conditional on whether the destination object's current metageneration matches the given value.
ifMetagenerationNotMatch :: StorageObjectsCopy -> Maybe Int64gogol-storage Gogol.Storage.Objects.Copy Makes the operation conditional on whether the destination object's current metageneration does not match the given value.
ifMetagenerationMatch :: StorageObjectsDelete -> Maybe Int64gogol-storage Gogol.Storage.Objects.Delete Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationNotMatch :: StorageObjectsDelete -> Maybe Int64gogol-storage Gogol.Storage.Objects.Delete Makes the operation conditional on whether the object's current metageneration does not match the given value.