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.croninfo.CronEntry Class Reference
Inheritance diagram for google.appengine.api.croninfo.CronEntry:
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 cron entry describes a single cron job.

Member Data Documentation

dictionary google.appengine.api.croninfo.CronEntry.ATTRIBUTES
static
Initial value:
1 = {
2  URL: _URL_REGEX,
3  SCHEDULE: GrocValidator(),
4  TIMEZONE: TimezoneValidator(),
5  DESCRIPTION: validation.Optional(_DESCRIPTION_REGEX),
6  TARGET: validation.Optional(_VERSION_REGEX),
7  }

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