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.
-
gogol-datastore Gogol.Datastore The ancestor mode is unspecified.
pattern
GoogleDatastoreAdminV1Index_Ancestor_None :: GoogleDatastoreAdminV1Index_Ancestorgogol-datastore Gogol.Datastore Do not include the entity's ancestors in the index.
newtype
GoogleDatastoreAdminV1Index_State gogol-datastore Gogol.Datastore Output only. The state of the index.
GoogleDatastoreAdminV1Index_State :: Text -> GoogleDatastoreAdminV1Index_Stategogol-datastore Gogol.Datastore No documentation available.
pattern
GoogleDatastoreAdminV1Index_State_Creating :: GoogleDatastoreAdminV1Index_Stategogol-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.
pattern
GoogleDatastoreAdminV1Index_State_Deleting :: GoogleDatastoreAdminV1Index_Stategogol-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.
pattern
GoogleDatastoreAdminV1Index_State_Error' :: GoogleDatastoreAdminV1Index_Stategogol-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.
pattern
GoogleDatastoreAdminV1Index_State_Ready :: GoogleDatastoreAdminV1Index_Stategogol-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.
pattern
GoogleDatastoreAdminV1Index_State_STATEUNSPECIFIED :: GoogleDatastoreAdminV1Index_Stategogol-datastore Gogol.Datastore The state is unspecified.
data
GoogleDatastoreAdminV1IndexedProperty gogol-datastore Gogol.Datastore A property of an index. See: newGoogleDatastoreAdminV1IndexedProperty smart constructor.