|
| initialized |
|
| kind_filter |
|
| app_id |
|
A class which restore the entity to datastore.
def google.appengine.ext.datastore_admin.backup_handler.RestoreEntity.initialize |
( |
|
self | ) |
|
Initialize a restore mapper instance.
def google.appengine.ext.datastore_admin.backup_handler.RestoreEntity.map |
( |
|
self, |
|
|
|
record |
|
) |
| |
Restore entity map handler.
Args:
record: A serialized entity_pb.EntityProto.
Yields:
A operation.db.Put for the mapped entity
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/datastore_admin/backup_handler.py