App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.api.queueinfo.QueueEntry Class Reference
Inheritance diagram for google.appengine.api.queueinfo.QueueEntry:
google.appengine.api.validation.Validated google.appengine.api.validation.ValidatedBase

Static Public Attributes

dictionary ATTRIBUTES
 
- Static Public Attributes inherited from google.appengine.api.validation.Validated
 ATTRIBUTES = None
 

Additional Inherited Members

- Public Member Functions inherited from google.appengine.api.validation.Validated
def __init__
 
def GetValidator
 
def Set
 
def Get
 
def CheckInitialized
 
def __setattr__
 
def __str__
 
def __repr__
 
def __eq__
 
def __ne__
 
def __hash__
 
def ToDict
 
- Public Member Functions inherited from google.appengine.api.validation.ValidatedBase
def GetValidator
 
def SetMultiple
 
def Set
 
def CheckInitialized
 
def ToDict
 
def ToYAML
 

Detailed Description

A queue entry describes a single task queue.

Member Data Documentation

dictionary google.appengine.api.queueinfo.QueueEntry.ATTRIBUTES
static
Initial value:
1 = {
2  NAME: _NAME_REGEX,
3  RATE: validation.Optional(_RATE_REGEX),
4  MODE: validation.Optional(_MODE_REGEX),
5  BUCKET_SIZE: validation.Optional(validation.TYPE_INT),
6  MAX_CONCURRENT_REQUESTS: validation.Optional(validation.TYPE_INT),
7  RETRY_PARAMETERS: validation.Optional(RetryParameters),
8  ACL: validation.Optional(validation.Repeated(Acl)),
9 
10 
11  TARGET: validation.Optional(_VERSION_REGEX),
12  }

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