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.entity_pb.Reference Class Reference
Inheritance diagram for google.appengine.datastore.entity_pb.Reference:

Public Member Functions

def __init__
 
def app
 
def set_app
 
def clear_app
 
def has_app
 
def name_space
 
def set_name_space
 
def clear_name_space
 
def has_name_space
 
def path
 
def mutable_path
 
def clear_path
 
def has_path
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 path_
 
 has_app_
 
 app_
 
 has_name_space_
 
 name_space_
 
 has_path_
 

Static Public Attributes

int has_app_ = 0
 
string app_ = ""
 
int has_name_space_ = 0
 
string name_space_ = ""
 
int has_path_ = 0
 
int kapp = 13
 
int kname_space = 20
 
int kpath = 14
 

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