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 :: StorageObjectsDelete -> Maybe Int64

    gogol-storage Gogol.Storage

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

  2. ifMetagenerationMatch :: StorageObjectsGet -> Maybe Int64

    gogol-storage Gogol.Storage

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

  3. ifMetagenerationMatch :: StorageObjectsInsert -> Maybe Int64

    gogol-storage Gogol.Storage

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

  4. ifMetagenerationMatch :: StorageObjectsMove -> Maybe Int64

    gogol-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.

  5. ifMetagenerationMatch :: StorageObjectsPatch -> Maybe Int64

    gogol-storage Gogol.Storage

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

  6. ifMetagenerationMatch :: StorageObjectsRestore -> Maybe Int64

    gogol-storage Gogol.Storage

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

  7. ifMetagenerationMatch :: StorageObjectsRewrite -> Maybe Int64

    gogol-storage Gogol.Storage

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

  8. ifMetagenerationMatch :: StorageObjectsUpdate -> Maybe Int64

    gogol-storage Gogol.Storage

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

  9. ifMetagenerationNotMatch :: StorageBucketsDelete -> Maybe Int64

    gogol-storage Gogol.Storage

    If set, only deletes the bucket if its metageneration does not match this value.

  10. ifMetagenerationNotMatch :: StorageBucketsGet -> Maybe Int64

    gogol-storage Gogol.Storage

    Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.

Page 5 of many | Previous | Next