|
def | RequestMethod_Name |
|
def | __init__ |
|
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 | url |
|
def | set_url |
|
def | clear_url |
|
def | has_url |
|
def | method |
|
def | set_method |
|
def | clear_method |
|
def | has_method |
|
def | retry_count |
|
def | set_retry_count |
|
def | clear_retry_count |
|
def | has_retry_count |
|
def | header_size |
|
def | header_list |
|
def | header |
|
def | mutable_header |
|
def | add_header |
|
def | clear_header |
|
def | body_size |
|
def | set_body_size |
|
def | clear_body_size |
|
def | has_body_size |
|
def | body |
|
def | set_body |
|
def | clear_body |
|
def | has_body |
|
def | creation_time_usec |
|
def | set_creation_time_usec |
|
def | clear_creation_time_usec |
|
def | has_creation_time_usec |
|
def | crontimetable |
|
def | mutable_crontimetable |
|
def | clear_crontimetable |
|
def | has_crontimetable |
|
def | runlog |
|
def | mutable_runlog |
|
def | clear_runlog |
|
def | has_runlog |
|
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 | first_try_usec |
|
def | set_first_try_usec |
|
def | clear_first_try_usec |
|
def | has_first_try_usec |
|
def | tag |
|
def | set_tag |
|
def | clear_tag |
|
def | has_tag |
|
def | execution_count |
|
def | set_execution_count |
|
def | clear_execution_count |
|
def | has_execution_count |
|
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_task_name_ |
|
| task_name_ |
|
| has_eta_usec_ |
|
| eta_usec_ |
|
| has_url_ |
|
| url_ |
|
| has_method_ |
|
| method_ |
|
| has_retry_count_ |
|
| retry_count_ |
|
| has_body_size_ |
|
| body_size_ |
|
| has_body_ |
|
| body_ |
|
| has_creation_time_usec_ |
|
| creation_time_usec_ |
|
| has_crontimetable_ |
|
| has_runlog_ |
|
| has_description_ |
|
| description_ |
|
| has_payload_ |
|
| has_retry_parameters_ |
|
| has_first_try_usec_ |
|
| first_try_usec_ |
|
| has_tag_ |
|
| tag_ |
|
| has_execution_count_ |
|
| execution_count_ |
|
|
int | GET = 1 |
|
int | POST = 2 |
|
int | HEAD = 3 |
|
int | PUT = 4 |
|
int | DELETE = 5 |
|
tuple | RequestMethod_Name = classmethod(RequestMethod_Name) |
|
int | has_task_name_ = 0 |
|
string | task_name_ = "" |
|
int | has_eta_usec_ = 0 |
|
int | eta_usec_ = 0 |
|
int | has_url_ = 0 |
|
string | url_ = "" |
|
int | has_method_ = 0 |
|
int | method_ = 0 |
|
int | has_retry_count_ = 0 |
|
int | retry_count_ = 0 |
|
int | has_body_size_ = 0 |
|
int | body_size_ = 0 |
|
int | has_body_ = 0 |
|
string | body_ = "" |
|
int | has_creation_time_usec_ = 0 |
|
int | creation_time_usec_ = 0 |
|
int | has_crontimetable_ = 0 |
|
| crontimetable_ = None |
|
int | has_runlog_ = 0 |
|
| runlog_ = None |
|
int | has_description_ = 0 |
|
string | description_ = "" |
|
int | has_payload_ = 0 |
|
| payload_ = None |
|
int | has_retry_parameters_ = 0 |
|
| retry_parameters_ = None |
|
int | has_first_try_usec_ = 0 |
|
int | first_try_usec_ = 0 |
|
int | has_tag_ = 0 |
|
string | tag_ = "" |
|
int | has_execution_count_ = 0 |
|
int | execution_count_ = 0 |
|
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/taskqueue/taskqueue_service_pb.py