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.ext.datastore_admin.config.Prod Class Reference
Inheritance diagram for google.appengine.ext.datastore_admin.config.Prod:
google.appengine.ext.datastore_admin.config.Default

Static Public Attributes

string DEFAULT_APP_DOMAIN = 'appspot.com'
 
 RUNTIME_DATACENTER_TO_CLASS = config_runtime.RUNTIME_DATACENTER_TO_CLASS
 
- Static Public Attributes inherited from google.appengine.ext.datastore_admin.config.Default
string BASE_PATH = '/_ah/datastore_admin'
 
string MAPREDUCE_PATH = '/_ah/mapreduce'
 
string DEFERRED_PATH = BASE_PATH+'/queue/deferred'
 
 CLEANUP_MAPREDUCE_STATE = True
 
string DEFAULT_APP_DOMAIN = 'placeholder.com'
 
string GOOGLE_API_HOSTNAME = 'www.googleapis.com'
 
string GOOGLE_API_OAUTH_SCOPE_HOSTNAME = 'https://www.googleapis.com'
 
string GS_API_HOSTNAME = 'storage.googleapis.com'
 
 DATASTORE_ADMIN_API_NAME = None
 
 DATASTORE_ADMIN_API_VERSION = None
 
 DATASTORE_ADMIN_API_VALIDATE_SSL = True
 
int DATASTORE_ADMIN_API_TIMEOUT_SECS = 30
 
string ADMIN_CONSOLE_URL = 'https://appengine.google.com'
 

Additional Inherited Members

- Public Member Functions inherited from google.appengine.ext.datastore_admin.config.Default
def GOOGLE_API_HOST
 
def GoogleApiScope
 
def GOOGLE_API_AUTH
 
def DISCOVERY_URL
 
def GsBucketURL
 

Detailed Description

Production cluster configuration.

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