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

Public Member Functions

def __init__
 
def index_name
 
def set_index_name
 
def clear_index_name
 
def has_index_name
 
def start_key
 
def set_start_key
 
def clear_start_key
 
def has_start_key
 
def start_inclusive
 
def set_start_inclusive
 
def clear_start_inclusive
 
def has_start_inclusive
 
def end_key
 
def set_end_key
 
def clear_end_key
 
def has_end_key
 
def end_inclusive
 
def set_end_inclusive
 
def clear_end_inclusive
 
def has_end_inclusive
 
def start_postfix_value_size
 
def start_postfix_value_list
 
def start_postfix_value
 
def set_start_postfix_value
 
def add_start_postfix_value
 
def clear_start_postfix_value
 
def end_postfix_value_size
 
def end_postfix_value_list
 
def end_postfix_value
 
def set_end_postfix_value
 
def add_end_postfix_value
 
def clear_end_postfix_value
 
def end_unapplied_log_timestamp_us
 
def set_end_unapplied_log_timestamp_us
 
def clear_end_unapplied_log_timestamp_us
 
def has_end_unapplied_log_timestamp_us
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 start_postfix_value_
 
 end_postfix_value_
 
 has_index_name_
 
 index_name_
 
 has_start_key_
 
 start_key_
 
 has_start_inclusive_
 
 start_inclusive_
 
 has_end_key_
 
 end_key_
 
 has_end_inclusive_
 
 end_inclusive_
 
 has_end_unapplied_log_timestamp_us_
 
 end_unapplied_log_timestamp_us_
 

Static Public Attributes

int has_index_name_ = 0
 
string index_name_ = ""
 
int has_start_key_ = 0
 
string start_key_ = ""
 
int has_start_inclusive_ = 0
 
int start_inclusive_ = 0
 
int has_end_key_ = 0
 
string end_key_ = ""
 
int has_end_inclusive_ = 0
 
int end_inclusive_ = 0
 
int has_end_unapplied_log_timestamp_us_ = 0
 
int end_unapplied_log_timestamp_us_ = 0
 

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