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.api.xmpp.xmpp_service_pb.XmppSendPresenceRequest Class Reference
Inheritance diagram for google.appengine.api.xmpp.xmpp_service_pb.XmppSendPresenceRequest:

Public Member Functions

def __init__
 
def jid
 
def set_jid
 
def clear_jid
 
def has_jid
 
def type
 
def set_type
 
def clear_type
 
def has_type
 
def show
 
def set_show
 
def clear_show
 
def has_show
 
def status
 
def set_status
 
def clear_status
 
def has_status
 
def from_jid
 
def set_from_jid
 
def clear_from_jid
 
def has_from_jid
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_jid_
 
 jid_
 
 has_type_
 
 type_
 
 has_show_
 
 show_
 
 has_status_
 
 status_
 
 has_from_jid_
 
 from_jid_
 

Static Public Attributes

int has_jid_ = 0
 
string jid_ = ""
 
int has_type_ = 0
 
string type_ = ""
 
int has_show_ = 0
 
string show_ = ""
 
int has_status_ = 0
 
string status_ = ""
 
int has_from_jid_ = 0
 
string from_jid_ = ""
 
int kjid = 1
 
int ktype = 2
 
int kshow = 3
 
int kstatus = 4
 
int kfrom_jid = 5
 

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