App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google
appengine
datastore
entity_pb
PropertyValue_PointValue
Public Member Functions
|
Public Attributes
|
Static Public Attributes
|
List of all members
google.appengine.datastore.entity_pb.PropertyValue_PointValue Class Reference
Inheritance diagram for google.appengine.datastore.entity_pb.PropertyValue_PointValue:
Public Member Functions
def
__init__
def
x
def
set_x
def
clear_x
def
has_x
def
y
def
set_y
def
clear_y
def
has_y
def
MergeFrom
def
Equals
def
IsInitialized
def
ByteSize
def
ByteSizePartial
def
Clear
def
OutputUnchecked
def
OutputPartial
def
TryMerge
def
__str__
Public Attributes
has_x_
x_
has_y_
y_
Static Public Attributes
int
has_x_
= 0
float
x_
= 0.0
int
has_y_
= 0
float
y_
= 0.0
The documentation for this class was generated from the following file:
code/googleappengine-read-only/python/google/appengine/datastore/entity_pb.py
Maintained by
tzmartin