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

Public Member Functions

def Hint_Name
 
def __init__
 
def header
 
def mutable_header
 
def clear_header
 
def has_header
 
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 kind
 
def set_kind
 
def clear_kind
 
def has_kind
 
def ancestor
 
def mutable_ancestor
 
def clear_ancestor
 
def has_ancestor
 
def filter_size
 
def filter_list
 
def filter
 
def mutable_filter
 
def add_filter
 
def clear_filter
 
def search_query
 
def set_search_query
 
def clear_search_query
 
def has_search_query
 
def order_size
 
def order_list
 
def order
 
def mutable_order
 
def add_order
 
def clear_order
 
def hint
 
def set_hint
 
def clear_hint
 
def has_hint
 
def count
 
def set_count
 
def clear_count
 
def has_count
 
def offset
 
def set_offset
 
def clear_offset
 
def has_offset
 
def limit
 
def set_limit
 
def clear_limit
 
def has_limit
 
def compiled_cursor
 
def mutable_compiled_cursor
 
def clear_compiled_cursor
 
def has_compiled_cursor
 
def end_compiled_cursor
 
def mutable_end_compiled_cursor
 
def clear_end_compiled_cursor
 
def has_end_compiled_cursor
 
def composite_index_size
 
def composite_index_list
 
def composite_index
 
def mutable_composite_index
 
def add_composite_index
 
def clear_composite_index
 
def require_perfect_plan
 
def set_require_perfect_plan
 
def clear_require_perfect_plan
 
def has_require_perfect_plan
 
def keys_only
 
def set_keys_only
 
def clear_keys_only
 
def has_keys_only
 
def transaction
 
def mutable_transaction
 
def clear_transaction
 
def has_transaction
 
def compile
 
def set_compile
 
def clear_compile
 
def has_compile
 
def failover_ms
 
def set_failover_ms
 
def clear_failover_ms
 
def has_failover_ms
 
def strong
 
def set_strong
 
def clear_strong
 
def has_strong
 
def property_name_size
 
def property_name_list
 
def property_name
 
def set_property_name
 
def add_property_name
 
def clear_property_name
 
def group_by_property_name_size
 
def group_by_property_name_list
 
def group_by_property_name
 
def set_group_by_property_name
 
def add_group_by_property_name
 
def clear_group_by_property_name
 
def distinct
 
def set_distinct
 
def clear_distinct
 
def has_distinct
 
def min_safe_time_seconds
 
def set_min_safe_time_seconds
 
def clear_min_safe_time_seconds
 
def has_min_safe_time_seconds
 
def safe_replica_name_size
 
def safe_replica_name_list
 
def safe_replica_name
 
def set_safe_replica_name
 
def add_safe_replica_name
 
def clear_safe_replica_name
 
def persist_offset
 
def set_persist_offset
 
def clear_persist_offset
 
def has_persist_offset
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 filter_
 
 order_
 
 composite_index_
 
 property_name_
 
 group_by_property_name_
 
 safe_replica_name_
 
 lazy_init_lock_
 
 has_header_
 
 has_app_
 
 app_
 
 has_name_space_
 
 name_space_
 
 has_kind_
 
 kind_
 
 has_ancestor_
 
 has_search_query_
 
 search_query_
 
 has_hint_
 
 hint_
 
 has_count_
 
 count_
 
 has_offset_
 
 offset_
 
 has_limit_
 
 limit_
 
 has_compiled_cursor_
 
 has_end_compiled_cursor_
 
 has_require_perfect_plan_
 
 require_perfect_plan_
 
 has_keys_only_
 
 keys_only_
 
 has_transaction_
 
 has_compile_
 
 compile_
 
 has_failover_ms_
 
 failover_ms_
 
 has_strong_
 
 strong_
 
 has_distinct_
 
 distinct_
 
 has_min_safe_time_seconds_
 
 min_safe_time_seconds_
 
 has_persist_offset_
 
 persist_offset_
 

Static Public Attributes

int ORDER_FIRST = 1
 
int ANCESTOR_FIRST = 2
 
int FILTER_FIRST = 3
 
tuple Hint_Name = classmethod(Hint_Name)
 
int has_header_ = 0
 
 header_ = None
 
int has_app_ = 0
 
string app_ = ""
 
int has_name_space_ = 0
 
string name_space_ = ""
 
int has_kind_ = 0
 
string kind_ = ""
 
int has_ancestor_ = 0
 
 ancestor_ = None
 
int has_search_query_ = 0
 
string search_query_ = ""
 
int has_hint_ = 0
 
int hint_ = 0
 
int has_count_ = 0
 
int count_ = 0
 
int has_offset_ = 0
 
int offset_ = 0
 
int has_limit_ = 0
 
int limit_ = 0
 
int has_compiled_cursor_ = 0
 
 compiled_cursor_ = None
 
int has_end_compiled_cursor_ = 0
 
 end_compiled_cursor_ = None
 
int has_require_perfect_plan_ = 0
 
int require_perfect_plan_ = 0
 
int has_keys_only_ = 0
 
int keys_only_ = 0
 
int has_transaction_ = 0
 
 transaction_ = None
 
int has_compile_ = 0
 
int compile_ = 0
 
int has_failover_ms_ = 0
 
int failover_ms_ = 0
 
int has_strong_ = 0
 
int strong_ = 0
 
int has_distinct_ = 0
 
int distinct_ = 0
 
int has_min_safe_time_seconds_ = 0
 
int min_safe_time_seconds_ = 0
 
int has_persist_offset_ = 0
 
int persist_offset_ = 0
 
int kheader = 39
 
int kapp = 1
 
int kname_space = 29
 
int kkind = 3
 
int kancestor = 17
 
int kFilterGroup = 4
 
int kFilterop = 6
 
int kFilterproperty = 14
 
int ksearch_query = 8
 
int kOrderGroup = 9
 
int kOrderproperty = 10
 
int kOrderdirection = 11
 
int khint = 18
 
int kcount = 23
 
int koffset = 12
 
int klimit = 16
 
int kcompiled_cursor = 30
 
int kend_compiled_cursor = 31
 
int kcomposite_index = 19
 
int krequire_perfect_plan = 20
 
int kkeys_only = 21
 
int ktransaction = 22
 
int kcompile = 25
 
int kfailover_ms = 26
 
int kstrong = 32
 
int kproperty_name = 33
 
int kgroup_by_property_name = 34
 
int kdistinct = 24
 
int kmin_safe_time_seconds = 35
 
int ksafe_replica_name = 36
 
int kpersist_offset = 37
 

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