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.ext.remote_api.remote_api_pb.Request Class Reference
Inheritance diagram for google.appengine.ext.remote_api.remote_api_pb.Request:

Public Member Functions

def __init__
 
def service_name
 
def set_service_name
 
def clear_service_name
 
def has_service_name
 
def method
 
def set_method
 
def clear_method
 
def has_method
 
def request
 
def set_request
 
def clear_request
 
def has_request
 
def request_id
 
def set_request_id
 
def clear_request_id
 
def has_request_id
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_service_name_
 
 service_name_
 
 has_method_
 
 method_
 
 has_request_
 
 request_
 
 has_request_id_
 
 request_id_
 

Static Public Attributes

int has_service_name_ = 0
 
string service_name_ = ""
 
int has_method_ = 0
 
string method_ = ""
 
int has_request_ = 0
 
string request_ = ""
 
int has_request_id_ = 0
 
string request_id_ = ""
 
int kservice_name = 2
 
int kmethod = 3
 
int krequest = 4
 
int krequest_id = 5
 

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