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

Public Member Functions

def Meaning_Name
 
def FtsTokenizationOption_Name
 
def __init__
 
def meaning
 
def set_meaning
 
def clear_meaning
 
def has_meaning
 
def meaning_uri
 
def set_meaning_uri
 
def clear_meaning_uri
 
def has_meaning_uri
 
def name
 
def set_name
 
def clear_name
 
def has_name
 
def value
 
def mutable_value
 
def clear_value
 
def has_value
 
def multiple
 
def set_multiple
 
def clear_multiple
 
def has_multiple
 
def searchable
 
def set_searchable
 
def clear_searchable
 
def has_searchable
 
def fts_tokenization_option
 
def set_fts_tokenization_option
 
def clear_fts_tokenization_option
 
def has_fts_tokenization_option
 
def locale
 
def set_locale
 
def clear_locale
 
def has_locale
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 value_
 
 has_meaning_
 
 meaning_
 
 has_meaning_uri_
 
 meaning_uri_
 
 has_name_
 
 name_
 
 has_value_
 
 has_multiple_
 
 multiple_
 
 has_searchable_
 
 searchable_
 
 has_fts_tokenization_option_
 
 fts_tokenization_option_
 
 has_locale_
 
 locale_
 

Static Public Attributes

int NO_MEANING = 0
 
int BLOB = 14
 
int TEXT = 15
 
int BYTESTRING = 16
 
int ATOM_CATEGORY = 1
 
int ATOM_LINK = 2
 
int ATOM_TITLE = 3
 
int ATOM_CONTENT = 4
 
int ATOM_SUMMARY = 5
 
int ATOM_AUTHOR = 6
 
int GD_WHEN = 7
 
int GD_EMAIL = 8
 
int GEORSS_POINT = 9
 
int GD_IM = 10
 
int GD_PHONENUMBER = 11
 
int GD_POSTALADDRESS = 12
 
int GD_RATING = 13
 
int BLOBKEY = 17
 
int ENTITY_PROTO = 19
 
int INDEX_VALUE = 18
 
tuple Meaning_Name = classmethod(Meaning_Name)
 
int HTML = 1
 
int ATOM = 2
 
tuple FtsTokenizationOption_Name = classmethod(FtsTokenizationOption_Name)
 
int has_meaning_ = 0
 
int meaning_ = 0
 
int has_meaning_uri_ = 0
 
string meaning_uri_ = ""
 
int has_name_ = 0
 
string name_ = ""
 
int has_value_ = 0
 
int has_multiple_ = 0
 
int multiple_ = 0
 
int has_searchable_ = 0
 
int searchable_ = 0
 
int has_fts_tokenization_option_ = 0
 
int fts_tokenization_option_ = 0
 
int has_locale_ = 0
 
string locale_ = "en"
 
int kmeaning = 1
 
int kmeaning_uri = 2
 
int kname = 3
 
int kvalue = 5
 
int kmultiple = 4
 
int ksearchable = 6
 
int kfts_tokenization_option = 8
 
int klocale = 9
 

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