Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. offset :: Query -> Maybe Int32

    gogol-datastore Gogol.Datastore

    The number of results to skip. Applies before limit, but after all other constraints. Optional. Must be >= 0 if specified.

  2. singleUseTransaction :: CommitRequest -> Maybe TransactionOptions

    gogol-datastore Gogol.Datastore

    Options for beginning a new transaction for this request. The transaction is committed when the request completes. If specified, TransactionOptions.mode must be TransactionOptions.ReadWrite.

  3. newtype PropertyTransform_SetToServerValue

    gogol-datastore Gogol.Datastore.Types

    Sets the property to the given server value.

  4. PropertyTransform_SetToServerValue :: Text -> PropertyTransform_SetToServerValue

    gogol-datastore Gogol.Datastore.Types

    No documentation available.

  5. pattern PropertyTransform_SetToServerValue_REQUESTTIME :: PropertyTransform_SetToServerValue

    gogol-datastore Gogol.Datastore.Types

    The time at which the server processed the request, with millisecond precision. If used on multiple properties (same or different entities) in a transaction, all the properties will get the same server timestamp.

  6. pattern PropertyTransform_SetToServerValue_SERVERVALUEUNSPECIFIED :: PropertyTransform_SetToServerValue

    gogol-datastore Gogol.Datastore.Types

    Unspecified. This value must not be used.

  7. fromPropertyTransform_SetToServerValue :: PropertyTransform_SetToServerValue -> Text

    gogol-datastore Gogol.Datastore.Types

    No documentation available.

  8. offset :: Query -> Maybe Int32

    gogol-datastore Gogol.Datastore.Types

    The number of results to skip. Applies before limit, but after all other constraints. Optional. Must be >= 0 if specified.

  9. singleUseTransaction :: CommitRequest -> Maybe TransactionOptions

    gogol-datastore Gogol.Datastore.Types

    Options for beginning a new transaction for this request. The transaction is committed when the request completes. If specified, TransactionOptions.mode must be TransactionOptions.ReadWrite.

  10. data FitnessUsersDataSourcesDatasetsDelete

    gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Delete

    Performs an inclusive delete of all data points whose start and end times have any overlap with the time range specified by the dataset ID. For most data types, the entire data point will be deleted. For data types where the time span represents a consistent value (such as com.google.activity.segment), and a data point straddles either end point of the dataset, only the overlapping portion of the data point will be deleted. See: newFitnessUsersDataSourcesDatasetsDelete smart constructor.

Page 241 of many | Previous | Next