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

Public Member Functions

def __init__
 
def header
 
def mutable_header
 
def clear_header
 
def has_header
 
def cursor
 
def mutable_cursor
 
def clear_cursor
 
def has_cursor
 
def count
 
def set_count
 
def clear_count
 
def has_count
 
def offset
 
def set_offset
 
def clear_offset
 
def has_offset
 
def compile
 
def set_compile
 
def clear_compile
 
def has_compile
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 cursor_
 
 lazy_init_lock_
 
 has_header_
 
 has_cursor_
 
 has_count_
 
 count_
 
 has_offset_
 
 offset_
 
 has_compile_
 
 compile_
 

Static Public Attributes

int has_header_ = 0
 
 header_ = None
 
int has_cursor_ = 0
 
int has_count_ = 0
 
int count_ = 0
 
int has_offset_ = 0
 
int offset_ = 0
 
int has_compile_ = 0
 
int compile_ = 0
 
int kheader = 5
 
int kcursor = 1
 
int kcount = 2
 
int koffset = 4
 
int kcompile = 3
 

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