|
| DEFAULT_RESULT_BATCH_SIZE = prospective_search.DEFAULT_RESULT_BATCH_SIZE |
|
| DEFAULT_LEASE_DURATION_SEC = prospective_search.DEFAULT_LEASE_DURATION_SEC |
|
| DEFAULT_LIST_SUBSCRIPTIONS_MAX_RESULTS = \ |
|
| DEFAULT_LIST_TOPICS_MAX_RESULTS = \ |
|
| Error = prospective_search.Error |
|
| DocumentTypeError = prospective_search.DocumentTypeError |
|
| QuerySyntaxError = prospective_search.QuerySyntaxError |
|
| SchemaError = prospective_search.SchemaError |
|
| SubscriptionDoesNotExist = prospective_search.SubscriptionDoesNotExist |
|
| TopicNotSpecified = prospective_search.TopicNotSpecified |
|
| SubscriptionState = prospective_search.SubscriptionState |
|
| subscription_state_name = prospective_search.subscription_state_name |
|
list | __all__ |
|
| _doc_class = prospective_search_pb.MatchRequest |
|
dictionary | _MODEL_TYPE_TO_PYTHON_TYPE |
|
| list_topics = prospective_search.list_topics |
|
Prospective Search for NDB.
This reimplements all of the standard APIs with the following changes:
- A document_class argument must be an NDB Model class.
- A document must be an NDB Model instance.
- get_document() always returns an NDB Model instance.
The exceptions and public constants exported by the standard module
are re-exported here.