![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __new__ |
def | definition |
def | state |
def | id |
def | __repr__ |
def | __eq__ |
def | __hash__ |
![]() | |
def | __ne__ |
Public Attributes | |
definition | |
state | |
id | |
Immutable object representing and index and its state.
def google.appengine.ext.ndb.model.IndexState.__eq__ | ( | self, | |
other | |||
) |
Compare two index states.
def google.appengine.ext.ndb.model.IndexState.__new__ | ( | cls, | |
definition, | |||
state, | |||
id | |||
) |
Constructor.
def google.appengine.ext.ndb.model.IndexState.__repr__ | ( | self | ) |
Return a string representation.
def google.appengine.ext.ndb.model.IndexState.definition | ( | self | ) |
An Index object describing the index.
def google.appengine.ext.ndb.model.IndexState.id | ( | self | ) |
The index ID, an integer.
def google.appengine.ext.ndb.model.IndexState.state | ( | self | ) |
The index state, a string. Possible values are 'error', 'deleting', 'serving' or 'building'.