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

Public Member Functions

def __init__
 
def content
 
def set_content
 
def clear_content
 
def has_content
 
def statuscode
 
def set_statuscode
 
def clear_statuscode
 
def has_statuscode
 
def header_size
 
def header_list
 
def header
 
def mutable_header
 
def add_header
 
def clear_header
 
def contentwastruncated
 
def set_contentwastruncated
 
def clear_contentwastruncated
 
def has_contentwastruncated
 
def externalbytessent
 
def set_externalbytessent
 
def clear_externalbytessent
 
def has_externalbytessent
 
def externalbytesreceived
 
def set_externalbytesreceived
 
def clear_externalbytesreceived
 
def has_externalbytesreceived
 
def finalurl
 
def set_finalurl
 
def clear_finalurl
 
def has_finalurl
 
def apicpumilliseconds
 
def set_apicpumilliseconds
 
def clear_apicpumilliseconds
 
def has_apicpumilliseconds
 
def apibytessent
 
def set_apibytessent
 
def clear_apibytessent
 
def has_apibytessent
 
def apibytesreceived
 
def set_apibytesreceived
 
def clear_apibytesreceived
 
def has_apibytesreceived
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 header_
 
 has_content_
 
 content_
 
 has_statuscode_
 
 statuscode_
 
 has_contentwastruncated_
 
 contentwastruncated_
 
 has_externalbytessent_
 
 externalbytessent_
 
 has_externalbytesreceived_
 
 externalbytesreceived_
 
 has_finalurl_
 
 finalurl_
 
 has_apicpumilliseconds_
 
 apicpumilliseconds_
 
 has_apibytessent_
 
 apibytessent_
 
 has_apibytesreceived_
 
 apibytesreceived_
 

Static Public Attributes

int has_content_ = 0
 
string content_ = ""
 
int has_statuscode_ = 0
 
int statuscode_ = 0
 
int has_contentwastruncated_ = 0
 
int contentwastruncated_ = 0
 
int has_externalbytessent_ = 0
 
int externalbytessent_ = 0
 
int has_externalbytesreceived_ = 0
 
int externalbytesreceived_ = 0
 
int has_finalurl_ = 0
 
string finalurl_ = ""
 
int has_apicpumilliseconds_ = 0
 
int apicpumilliseconds_ = 0
 
int has_apibytessent_ = 0
 
int apibytessent_ = 0
 
int has_apibytesreceived_ = 0
 
int apibytesreceived_ = 0
 
int kContent = 1
 
int kStatusCode = 2
 
int kHeaderGroup = 3
 
int kHeaderKey = 4
 
int kHeaderValue = 5
 
int kContentWasTruncated = 6
 
int kExternalBytesSent = 7
 
int kExternalBytesReceived = 8
 
int kFinalUrl = 9
 
int kApiCpuMilliseconds = 10
 
int kApiBytesSent = 11
 
int kApiBytesReceived = 12
 

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