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.api.taskqueue.taskqueue_service_pb.TaskQueueScannerQueueInfo Class Reference
Inheritance diagram for google.appengine.api.taskqueue.taskqueue_service_pb.TaskQueueScannerQueueInfo:

Public Member Functions

def __init__
 
def executed_last_minute
 
def set_executed_last_minute
 
def clear_executed_last_minute
 
def has_executed_last_minute
 
def executed_last_hour
 
def set_executed_last_hour
 
def clear_executed_last_hour
 
def has_executed_last_hour
 
def sampling_duration_seconds
 
def set_sampling_duration_seconds
 
def clear_sampling_duration_seconds
 
def has_sampling_duration_seconds
 
def requests_in_flight
 
def set_requests_in_flight
 
def clear_requests_in_flight
 
def has_requests_in_flight
 
def enforced_rate
 
def set_enforced_rate
 
def clear_enforced_rate
 
def has_enforced_rate
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_executed_last_minute_
 
 executed_last_minute_
 
 has_executed_last_hour_
 
 executed_last_hour_
 
 has_sampling_duration_seconds_
 
 sampling_duration_seconds_
 
 has_requests_in_flight_
 
 requests_in_flight_
 
 has_enforced_rate_
 
 enforced_rate_
 

Static Public Attributes

int has_executed_last_minute_ = 0
 
int executed_last_minute_ = 0
 
int has_executed_last_hour_ = 0
 
int executed_last_hour_ = 0
 
int has_sampling_duration_seconds_ = 0
 
float sampling_duration_seconds_ = 0.0
 
int has_requests_in_flight_ = 0
 
int requests_in_flight_ = 0
 
int has_enforced_rate_ = 0
 
float enforced_rate_ = 0.0
 
int kexecuted_last_minute = 1
 
int kexecuted_last_hour = 2
 
int ksampling_duration_seconds = 3
 
int krequests_in_flight = 4
 
int kenforced_rate = 5
 

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