App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.ext.bulkload.bulkloader_parser.PropertyEntry Class Reference
Inheritance diagram for google.appengine.ext.bulkload.bulkloader_parser.PropertyEntry:

Public Member Functions

def CheckInitialized
 

Static Public Attributes

dictionary ATTRIBUTES
 

Detailed Description

Describes the transform for a single property.

Member Function Documentation

def google.appengine.ext.bulkload.bulkloader_parser.PropertyEntry.CheckInitialized (   self)
Check that all required (combinations) of fields are set.

Also fills in computed properties.

Raises:
  InvalidConfiguration: If the config is invalid.

Member Data Documentation

dictionary google.appengine.ext.bulkload.bulkloader_parser.PropertyEntry.ATTRIBUTES
static
Initial value:
1 = {
2  'property': validation.Type(str),
3  'import_transform': OPTIONAL_EVALUATED_CALLABLE,
4  'import_template': validation.Optional(validation.TYPE_STR),
5  'default_value': validation.Optional(validation.TYPE_STR),
6  'export': validation.Optional(validation.Repeated(ExportEntry)),
7  }

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