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

Public Member Functions

def map
 

Detailed Description

A class which dumps the entity to the writer.

Member Function Documentation

def google.appengine.ext.datastore_admin.backup_handler.BackupEntity.map (   self,
  entity_proto 
)
Backup entity map handler.

Args:
  entity_proto: An instance of entity_pb.EntityProto.

Yields:
  A serialized entity_pb.EntityProto as a string

The documentation for this class was generated from the following file: