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

Public Member Functions

def Operator_Name
 
def __init__
 
def op
 
def set_op
 
def clear_op
 
def has_op
 
def property_size
 
def property_list
 
def property
 
def mutable_property
 
def add_property
 
def clear_property
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 property_
 
 has_op_
 
 op_
 

Static Public Attributes

int LESS_THAN = 1
 
int LESS_THAN_OR_EQUAL = 2
 
int GREATER_THAN = 3
 
int GREATER_THAN_OR_EQUAL = 4
 
int EQUAL = 5
 
int IN = 6
 
int EXISTS = 7
 
tuple Operator_Name = classmethod(Operator_Name)
 
int has_op_ = 0
 
int op_ = 0
 

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