Searched refs:TextProperty (Results 1 – 7 of 7) sorted by relevance
73 params_text = db.TextProperty(name='params')84 retry_message = db.TextProperty()88 abort_message = db.TextProperty()143 value_text = db.TextProperty(name='value')286 message = db.TextProperty()287 console_url = db.TextProperty()
44 client_email = ndb.TextProperty()45 service_account_key = ndb.TextProperty()48 server_url = ndb.TextProperty()52 internal_server_url = ndb.TextProperty()
13 mapper = ndb.TextProperty()14 reducer = ndb.TextProperty()
603 chart_url = db.TextProperty(default="")605 sparkline_url = db.TextProperty(default="")944 shard_description = db.TextProperty(default="")945 last_work_item = db.TextProperty(default="")1180 command = db.TextProperty(choices=_COMMANDS, required=True)
26 config = ndb.TextProperty()
163 description = ndb.TextProperty(indexed=True)
135 class TextProperty(Property): class142 super(TextProperty, self).__init__(verbose_name, name, default, required,147 value = super(TextProperty, self).validate(value)