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_v4_pb.Key_PathElement Class Reference
Inheritance diagram for google.appengine.datastore.entity_v4_pb.Key_PathElement:

Public Member Functions

def __init__
 
def kind
 
def set_kind
 
def clear_kind
 
def has_kind
 
def id
 
def set_id
 
def clear_id
 
def has_id
 
def name
 
def set_name
 
def clear_name
 
def has_name
 
def MergeFrom
 
def ParseASCII
 
def ParseASCIIIgnoreUnknown
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_kind_
 
 kind_
 
 has_id_
 
 id_
 
 has_name_
 
 name_
 

Static Public Attributes

int has_kind_ = 0
 
string kind_ = ""
 
int has_id_ = 0
 
int id_ = 0
 
int has_name_ = 0
 
string name_ = ""
 
int kkind = 1
 
int kid = 2
 
int kname = 3
 

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