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 :: StorageObjectsDelete -> Maybe Int64gogol-storage Gogol.Storage Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationMatch :: StorageObjectsGet -> Maybe Int64gogol-storage Gogol.Storage Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationMatch :: StorageObjectsInsert -> Maybe Int64gogol-storage Gogol.Storage Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationMatch :: StorageObjectsMove -> Maybe Int64gogol-storage Gogol.Storage 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.
ifMetagenerationMatch :: StorageObjectsPatch -> Maybe Int64gogol-storage Gogol.Storage Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationMatch :: StorageObjectsRestore -> Maybe Int64gogol-storage Gogol.Storage Makes the operation conditional on whether the object's one live metageneration matches the given value.
ifMetagenerationMatch :: StorageObjectsRewrite -> Maybe Int64gogol-storage Gogol.Storage Makes the operation conditional on whether the destination object's current metageneration matches the given value.
ifMetagenerationMatch :: StorageObjectsUpdate -> Maybe Int64gogol-storage Gogol.Storage Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationNotMatch :: StorageBucketsDelete -> Maybe Int64gogol-storage Gogol.Storage If set, only deletes the bucket if its metageneration does not match this value.
ifMetagenerationNotMatch :: StorageBucketsGet -> Maybe Int64gogol-storage Gogol.Storage Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.