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

Public Member Functions

def Type_Name
 
def __init__
 
def type
 
def set_type
 
def clear_type
 
def has_type
 
def value
 
def set_value
 
def clear_value
 
def has_value
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_type_
 
 type_
 
 has_value_
 
 value_
 

Static Public Attributes

int USER_BY_CANONICAL_ID = 1
 
int USER_BY_EMAIL = 2
 
int GROUP_BY_CANONICAL_ID = 3
 
int GROUP_BY_EMAIL = 4
 
int GROUP_BY_DOMAIN = 5
 
int ALL_USERS = 6
 
int ALL_AUTHENTICATED_USERS = 7
 
tuple Type_Name = classmethod(Type_Name)
 
int has_type_ = 0
 
int type_ = 0
 
int has_value_ = 0
 
string value_ = ""
 
int ktype = 1
 
int kvalue = 2
 

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