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

Public Member Functions

def Storage_Name
 
def __init__
 
def id
 
def set_id
 
def clear_id
 
def has_id
 
def language
 
def set_language
 
def clear_language
 
def has_language
 
def field_size
 
def field_list
 
def field
 
def mutable_field
 
def add_field
 
def clear_field
 
def order_id
 
def set_order_id
 
def clear_order_id
 
def has_order_id
 
def storage
 
def set_storage
 
def clear_storage
 
def has_storage
 
def acl
 
def mutable_acl
 
def clear_acl
 
def has_acl
 
def facet_size
 
def facet_list
 
def facet
 
def mutable_facet
 
def add_facet
 
def clear_facet
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 field_
 
 facet_
 
 lazy_init_lock_
 
 has_id_
 
 id_
 
 has_language_
 
 language_
 
 has_order_id_
 
 order_id_
 
 has_storage_
 
 storage_
 
 has_acl_
 

Static Public Attributes

int DISK = 0
 
tuple Storage_Name = classmethod(Storage_Name)
 
int has_id_ = 0
 
string id_ = ""
 
int has_language_ = 0
 
string language_ = "en"
 
int has_order_id_ = 0
 
int order_id_ = 0
 
int has_storage_ = 0
 
int storage_ = 0
 
int has_acl_ = 0
 
 acl_ = None
 
int kid = 1
 
int klanguage = 2
 
int kfield = 3
 
int korder_id = 4
 
int kstorage = 5
 
int kacl = 6
 
int kfacet = 8
 

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