|
def | RequestMethod_Name |
|
def | __init__ |
|
def | queue_name |
|
def | set_queue_name |
|
def | clear_queue_name |
|
def | has_queue_name |
|
def | task_name |
|
def | set_task_name |
|
def | clear_task_name |
|
def | has_task_name |
|
def | eta_usec |
|
def | set_eta_usec |
|
def | clear_eta_usec |
|
def | has_eta_usec |
|
def | method |
|
def | set_method |
|
def | clear_method |
|
def | has_method |
|
def | url |
|
def | set_url |
|
def | clear_url |
|
def | has_url |
|
def | header_size |
|
def | header_list |
|
def | header |
|
def | mutable_header |
|
def | add_header |
|
def | clear_header |
|
def | body |
|
def | set_body |
|
def | clear_body |
|
def | has_body |
|
def | transaction |
|
def | mutable_transaction |
|
def | clear_transaction |
|
def | has_transaction |
|
def | app_id |
|
def | set_app_id |
|
def | clear_app_id |
|
def | has_app_id |
|
def | crontimetable |
|
def | mutable_crontimetable |
|
def | clear_crontimetable |
|
def | has_crontimetable |
|
def | description |
|
def | set_description |
|
def | clear_description |
|
def | has_description |
|
def | payload |
|
def | mutable_payload |
|
def | clear_payload |
|
def | has_payload |
|
def | retry_parameters |
|
def | mutable_retry_parameters |
|
def | clear_retry_parameters |
|
def | has_retry_parameters |
|
def | mode |
|
def | set_mode |
|
def | clear_mode |
|
def | has_mode |
|
def | tag |
|
def | set_tag |
|
def | clear_tag |
|
def | has_tag |
|
def | MergeFrom |
|
def | Equals |
|
def | IsInitialized |
|
def | ByteSize |
|
def | ByteSizePartial |
|
def | Clear |
|
def | OutputUnchecked |
|
def | OutputPartial |
|
def | TryMerge |
|
def | __str__ |
|
|
| header_ |
|
| lazy_init_lock_ |
|
| has_queue_name_ |
|
| queue_name_ |
|
| has_task_name_ |
|
| task_name_ |
|
| has_eta_usec_ |
|
| eta_usec_ |
|
| has_method_ |
|
| method_ |
|
| has_url_ |
|
| url_ |
|
| has_body_ |
|
| body_ |
|
| has_transaction_ |
|
| has_app_id_ |
|
| app_id_ |
|
| has_crontimetable_ |
|
| has_description_ |
|
| description_ |
|
| has_payload_ |
|
| has_retry_parameters_ |
|
| has_mode_ |
|
| mode_ |
|
| has_tag_ |
|
| tag_ |
|
|
int | GET = 1 |
|
int | POST = 2 |
|
int | HEAD = 3 |
|
int | PUT = 4 |
|
int | DELETE = 5 |
|
tuple | RequestMethod_Name = classmethod(RequestMethod_Name) |
|
int | has_queue_name_ = 0 |
|
string | queue_name_ = "" |
|
int | has_task_name_ = 0 |
|
string | task_name_ = "" |
|
int | has_eta_usec_ = 0 |
|
int | eta_usec_ = 0 |
|
int | has_method_ = 0 |
|
int | method_ = 2 |
|
int | has_url_ = 0 |
|
string | url_ = "" |
|
int | has_body_ = 0 |
|
string | body_ = "" |
|
int | has_transaction_ = 0 |
|
| transaction_ = None |
|
int | has_app_id_ = 0 |
|
string | app_id_ = "" |
|
int | has_crontimetable_ = 0 |
|
| crontimetable_ = None |
|
int | has_description_ = 0 |
|
string | description_ = "" |
|
int | has_payload_ = 0 |
|
| payload_ = None |
|
int | has_retry_parameters_ = 0 |
|
| retry_parameters_ = None |
|
int | has_mode_ = 0 |
|
int | mode_ = 0 |
|
int | has_tag_ = 0 |
|
string | tag_ = "" |
|
int | kqueue_name = 1 |
|
int | ktask_name = 2 |
|
int | keta_usec = 3 |
|
int | kmethod = 5 |
|
int | kurl = 4 |
|
int | kHeaderGroup = 6 |
|
int | kHeaderkey = 7 |
|
int | kHeadervalue = 8 |
|
int | kbody = 9 |
|
int | ktransaction = 10 |
|
int | kapp_id = 11 |
|
int | kCronTimetableGroup = 12 |
|
int | kCronTimetableschedule = 13 |
|
int | kCronTimetabletimezone = 14 |
|
int | kdescription = 15 |
|
int | kpayload = 16 |
|
int | kretry_parameters = 17 |
|
int | kmode = 18 |
|
int | ktag = 19 |
|
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/taskqueue/taskqueue_service_pb.py