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

Public Member Functions

def Permission_Name
 
def __init__
 
def scope
 
def mutable_scope
 
def clear_scope
 
def has_scope
 
def permission
 
def set_permission
 
def clear_permission
 
def has_permission
 
def display_name
 
def set_display_name
 
def clear_display_name
 
def has_display_name
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 lazy_init_lock_
 
 has_scope_
 
 has_permission_
 
 permission_
 
 has_display_name_
 
 display_name_
 

Static Public Attributes

int READ = 1
 
int WRITE = 2
 
int FULL_CONTROL = 3
 
tuple Permission_Name = classmethod(Permission_Name)
 
int has_scope_ = 0
 
 scope_ = None
 
int has_permission_ = 0
 
int permission_ = 0
 
int has_display_name_ = 0
 
string display_name_ = ""
 
int kscope = 1
 
int kpermission = 2
 
int kdisplay_name = 3
 

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