|
def | key_to_pb |
|
def | pb_to_key |
|
def | entity_to_pb |
|
def | pb_to_entity |
|
def | pb_to_index |
|
|
dictionary | index_state_mappings |
|
dictionary | index_direction_mappings |
|
Adapter between datatypes defined here (Entity etc.) and protobufs.
See the base class in datastore_rpc.py for more docs.
dictionary google.appengine.api.datastore.DatastoreAdapter.index_direction_mappings |
|
static |
Initial value:
2 entity_pb.Index_Property.ASCENDING: Index.ASCENDING,
3 entity_pb.Index_Property.DESCENDING: Index.DESCENDING
dictionary google.appengine.api.datastore.DatastoreAdapter.index_state_mappings |
|
static |
Initial value:
2 entity_pb.CompositeIndex.ERROR: Index.ERROR,
3 entity_pb.CompositeIndex.DELETED: Index.DELETING,
4 entity_pb.CompositeIndex.READ_WRITE: Index.SERVING,
5 entity_pb.CompositeIndex.WRITE_ONLY: Index.BUILDING
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/datastore.py