Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readOptions :: LookupRequest -> Maybe ReadOptionsgogol-datastore Gogol.Datastore.Types The options for this lookup request.
readOptions :: RunAggregationQueryRequest -> Maybe ReadOptionsgogol-datastore Gogol.Datastore.Types The options for this query.
readOptions :: RunQueryRequest -> Maybe ReadOptionsgogol-datastore Gogol.Datastore.Types The options for this query.
readTime :: AggregationResultBatch -> Maybe DateTimegogol-datastore Gogol.Datastore.Types Read timestamp this batch was returned from. In a single transaction, subsequent query result batches for the same query can have a greater timestamp. Each batch's read timestamp is valid for all preceding batches.
readTime :: LookupResponse -> Maybe DateTimegogol-datastore Gogol.Datastore.Types The time at which these entities were read or found missing.
readTime :: QueryResultBatch -> Maybe DateTimegogol-datastore Gogol.Datastore.Types Read timestamp this batch was returned from. This applies to the range of results from the query's start_cursor (or the beginning of the query if no cursor was given) to this batch's end_cursor (not the query's end_cursor). In a single transaction, subsequent query result batches for the same query can have a greater timestamp. Each batch's read timestamp is valid for all preceding batches. This value will not be set for eventually consistent queries in Cloud Datastore.
readTime :: ReadOnly -> Maybe DateTimegogol-datastore Gogol.Datastore.Types Reads entities at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
readTime :: ReadOptions -> Maybe DateTimegogol-datastore Gogol.Datastore.Types Reads entities as they were at the given time. This value is only supported for Cloud Firestore in Datastore mode. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
readWrite :: TransactionOptions -> Maybe ReadWritegogol-datastore Gogol.Datastore.Types The transaction should allow both reads and writes.
readOnly :: JsonSchema -> Maybe Boolgogol-discovery Gogol.Discovery The value is read-only, generated by the service. The value cannot be modified by the client. If the value is included in a POST, PUT, or PATCH request, it is ignored by the service.