|
def | __init__ |
|
def | projection_size |
|
def | projection_list |
|
def | projection |
|
def | mutable_projection |
|
def | add_projection |
|
def | clear_projection |
|
def | kind_size |
|
def | kind_list |
|
def | kind |
|
def | mutable_kind |
|
def | add_kind |
|
def | clear_kind |
|
def | filter |
|
def | mutable_filter |
|
def | clear_filter |
|
def | has_filter |
|
def | order_size |
|
def | order_list |
|
def | order |
|
def | mutable_order |
|
def | add_order |
|
def | clear_order |
|
def | group_by_size |
|
def | group_by_list |
|
def | group_by |
|
def | mutable_group_by |
|
def | add_group_by |
|
def | clear_group_by |
|
def | start_cursor |
|
def | set_start_cursor |
|
def | clear_start_cursor |
|
def | has_start_cursor |
|
def | end_cursor |
|
def | set_end_cursor |
|
def | clear_end_cursor |
|
def | has_end_cursor |
|
def | offset |
|
def | set_offset |
|
def | clear_offset |
|
def | has_offset |
|
def | limit |
|
def | set_limit |
|
def | clear_limit |
|
def | has_limit |
|
def | MergeFrom |
|
def | ParseASCII |
|
def | ParseASCIIIgnoreUnknown |
|
def | Equals |
|
def | IsInitialized |
|
def | ByteSize |
|
def | ByteSizePartial |
|
def | Clear |
|
def | OutputUnchecked |
|
def | OutputPartial |
|
def | TryMerge |
|
def | __str__ |
|
|
| projection_ |
|
| kind_ |
|
| order_ |
|
| group_by_ |
|
| lazy_init_lock_ |
|
| has_filter_ |
|
| has_start_cursor_ |
|
| start_cursor_ |
|
| has_end_cursor_ |
|
| end_cursor_ |
|
| has_offset_ |
|
| offset_ |
|
| has_limit_ |
|
| limit_ |
|
|
int | has_filter_ = 0 |
|
| filter_ = None |
|
int | has_start_cursor_ = 0 |
|
string | start_cursor_ = "" |
|
int | has_end_cursor_ = 0 |
|
string | end_cursor_ = "" |
|
int | has_offset_ = 0 |
|
int | offset_ = 0 |
|
int | has_limit_ = 0 |
|
int | limit_ = 0 |
|
int | kprojection = 2 |
|
int | kkind = 3 |
|
int | kfilter = 4 |
|
int | korder = 5 |
|
int | kgroup_by = 6 |
|
int | kstart_cursor = 7 |
|
int | kend_cursor = 8 |
|
int | koffset = 10 |
|
int | klimit = 11 |
|
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_v4_pb.py