Hoogle Search

Within LTS Haskell 24.53 (ghc-9.10.3)

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

  1. pattern GoogleDatastoreAdminV1Index_Ancestor_ANCESTORMODEUNSPECIFIED :: GoogleDatastoreAdminV1Index_Ancestor

    gogol-datastore Gogol.Datastore

    The ancestor mode is unspecified.

  2. pattern GoogleDatastoreAdminV1Index_Ancestor_None :: GoogleDatastoreAdminV1Index_Ancestor

    gogol-datastore Gogol.Datastore

    Do not include the entity's ancestors in the index.

  3. newtype GoogleDatastoreAdminV1Index_State

    gogol-datastore Gogol.Datastore

    Output only. The state of the index.

  4. GoogleDatastoreAdminV1Index_State :: Text -> GoogleDatastoreAdminV1Index_State

    gogol-datastore Gogol.Datastore

    No documentation available.

  5. pattern GoogleDatastoreAdminV1Index_State_Creating :: GoogleDatastoreAdminV1Index_State

    gogol-datastore Gogol.Datastore

    The index is being created, and cannot be used by queries. There is an active long-running operation for the index. The index is updated when writing an entity. Some index data may exist.

  6. pattern GoogleDatastoreAdminV1Index_State_Deleting :: GoogleDatastoreAdminV1Index_State

    gogol-datastore Gogol.Datastore

    The index is being deleted, and cannot be used by queries. There is an active long-running operation for the index. The index is not updated when writing an entity. Some index data may exist.

  7. pattern GoogleDatastoreAdminV1Index_State_Error' :: GoogleDatastoreAdminV1Index_State

    gogol-datastore Gogol.Datastore

    The index was being created or deleted, but something went wrong. The index cannot by used by queries. There is no active long-running operation for the index, and the most recently finished long-running operation failed. The index is not updated when writing an entity. Some index data may exist.

  8. pattern GoogleDatastoreAdminV1Index_State_Ready :: GoogleDatastoreAdminV1Index_State

    gogol-datastore Gogol.Datastore

    The index is ready to be used. The index is updated when writing an entity. The index is fully populated from all stored entities it applies to.

  9. pattern GoogleDatastoreAdminV1Index_State_STATEUNSPECIFIED :: GoogleDatastoreAdminV1Index_State

    gogol-datastore Gogol.Datastore

    The state is unspecified.

  10. data GoogleDatastoreAdminV1IndexedProperty

    gogol-datastore Gogol.Datastore

    A property of an index. See: newGoogleDatastoreAdminV1IndexedProperty smart constructor.

Page 923 of many | Previous | Next