Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Gogol.Datastore.Projects.
AllocateIds Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted. See: Cloud Datastore API Reference for datastore.projects.allocateIds.
-
gogol-datastore Gogol.Datastore.Types The request for Datastore.AllocateIds. See: newAllocateIdsRequest smart constructor.
AllocateIdsRequest :: Maybe Text -> Maybe [Key] -> AllocateIdsRequestgogol-datastore Gogol.Datastore.Types No documentation available.
-
gogol-datastore Gogol.Datastore.Types The response for Datastore.AllocateIds. See: newAllocateIdsResponse smart constructor.
AllocateIdsResponse :: Maybe [Key] -> AllocateIdsResponsegogol-datastore Gogol.Datastore.Types No documentation available.
-
haskell-src-exts-util Language.Haskell.Exts.Util No documentation available.
-
Page allocators that manage all physical pages.
class AllocReaderM m =>
AllocM (m :: Type -> Type)haskey-btree Data.BTree.Alloc.Class A page allocator that can write physical pages.
class (Applicative m, Monad m) =>
AllocReaderM (m :: Type -> Type)haskey-btree Data.BTree.Alloc.Class A page allocator that can read physical pages.
module Foreign.Marshal.
Alloc_LHAssumptions No documentation available.