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.api.datastore_file_stub._StoredEntity Class Reference
Inheritance diagram for google.appengine.api.datastore_file_stub._StoredEntity:

Public Member Functions

def __init__
 

Public Attributes

 protobuf
 
 encoded_protobuf
 

Detailed Description

Simple wrapper around an entity stored by the stub.

Public properties:
  protobuf: Native protobuf Python object, entity_pb.EntityProto.
  encoded_protobuf: Encoded binary representation of above protobuf.

Constructor & Destructor Documentation

def google.appengine.api.datastore_file_stub._StoredEntity.__init__ (   self,
  entity 
)
Create a _StoredEntity object and store an entity.

Args:
  entity: entity_pb.EntityProto to store.

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