App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.ext.datastore_admin.backup_handler.RestoreEntity Class Reference
Inheritance diagram for google.appengine.ext.datastore_admin.backup_handler.RestoreEntity:

Public Member Functions

def __init__
 
def initialize
 
def map
 

Public Attributes

 initialized
 
 kind_filter
 
 app_id
 

Detailed Description

A class which restore the entity to datastore.

Member Function Documentation

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: