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.urlfetch_service_pb.URLFetchRequest Class Reference
Inheritance diagram for google.appengine.api.urlfetch_service_pb.URLFetchRequest:

Public Member Functions

def RequestMethod_Name
 
def __init__
 
def method
 
def set_method
 
def clear_method
 
def has_method
 
def url
 
def set_url
 
def clear_url
 
def has_url
 
def header_size
 
def header_list
 
def header
 
def mutable_header
 
def add_header
 
def clear_header
 
def payload
 
def set_payload
 
def clear_payload
 
def has_payload
 
def followredirects
 
def set_followredirects
 
def clear_followredirects
 
def has_followredirects
 
def deadline
 
def set_deadline
 
def clear_deadline
 
def has_deadline
 
def mustvalidateservercertificate
 
def set_mustvalidateservercertificate
 
def clear_mustvalidateservercertificate
 
def has_mustvalidateservercertificate
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 header_
 
 has_method_
 
 method_
 
 has_url_
 
 url_
 
 has_payload_
 
 payload_
 
 has_followredirects_
 
 followredirects_
 
 has_deadline_
 
 deadline_
 
 has_mustvalidateservercertificate_
 
 mustvalidateservercertificate_
 

Static Public Attributes

int GET = 1
 
int POST = 2
 
int HEAD = 3
 
int PUT = 4
 
int DELETE = 5
 
int PATCH = 6
 
tuple RequestMethod_Name = classmethod(RequestMethod_Name)
 
int has_method_ = 0
 
int method_ = 0
 
int has_url_ = 0
 
string url_ = ""
 
int has_payload_ = 0
 
string payload_ = ""
 
int has_followredirects_ = 0
 
int followredirects_ = 1
 
int has_deadline_ = 0
 
float deadline_ = 0.0
 
int has_mustvalidateservercertificate_ = 0
 
int mustvalidateservercertificate_ = 1
 
int kMethod = 1
 
int kUrl = 2
 
int kHeaderGroup = 3
 
int kHeaderKey = 4
 
int kHeaderValue = 5
 
int kPayload = 6
 
int kFollowRedirects = 7
 
int kDeadline = 8
 
int kMustValidateServerCertificate = 9
 

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