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