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.appstats.datamodel_pb.IndividualRpcStatsProto Class Reference
Inheritance diagram for google.appengine.ext.appstats.datamodel_pb.IndividualRpcStatsProto:

Public Member Functions

def __init__
 
def service_call_name
 
def set_service_call_name
 
def clear_service_call_name
 
def has_service_call_name
 
def request_data_summary
 
def set_request_data_summary
 
def clear_request_data_summary
 
def has_request_data_summary
 
def response_data_summary
 
def set_response_data_summary
 
def clear_response_data_summary
 
def has_response_data_summary
 
def api_mcycles
 
def set_api_mcycles
 
def clear_api_mcycles
 
def has_api_mcycles
 
def api_milliseconds
 
def set_api_milliseconds
 
def clear_api_milliseconds
 
def has_api_milliseconds
 
def start_offset_milliseconds
 
def set_start_offset_milliseconds
 
def clear_start_offset_milliseconds
 
def has_start_offset_milliseconds
 
def duration_milliseconds
 
def set_duration_milliseconds
 
def clear_duration_milliseconds
 
def has_duration_milliseconds
 
def namespace
 
def set_namespace
 
def clear_namespace
 
def has_namespace
 
def was_successful
 
def set_was_successful
 
def clear_was_successful
 
def has_was_successful
 
def call_stack_size
 
def call_stack_list
 
def call_stack
 
def mutable_call_stack
 
def add_call_stack
 
def clear_call_stack
 
def datastore_details
 
def mutable_datastore_details
 
def clear_datastore_details
 
def has_datastore_details
 
def call_cost_microdollars
 
def set_call_cost_microdollars
 
def clear_call_cost_microdollars
 
def has_call_cost_microdollars
 
def billed_ops_size
 
def billed_ops_list
 
def billed_ops
 
def mutable_billed_ops
 
def add_billed_ops
 
def clear_billed_ops
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 call_stack_
 
 billed_ops_
 
 lazy_init_lock_
 
 has_service_call_name_
 
 service_call_name_
 
 has_request_data_summary_
 
 request_data_summary_
 
 has_response_data_summary_
 
 response_data_summary_
 
 has_api_mcycles_
 
 api_mcycles_
 
 has_api_milliseconds_
 
 api_milliseconds_
 
 has_start_offset_milliseconds_
 
 start_offset_milliseconds_
 
 has_duration_milliseconds_
 
 duration_milliseconds_
 
 has_namespace_
 
 namespace_
 
 has_was_successful_
 
 was_successful_
 
 has_datastore_details_
 
 has_call_cost_microdollars_
 
 call_cost_microdollars_
 

Static Public Attributes

int has_service_call_name_ = 0
 
string service_call_name_ = ""
 
int has_request_data_summary_ = 0
 
string request_data_summary_ = ""
 
int has_response_data_summary_ = 0
 
string response_data_summary_ = ""
 
int has_api_mcycles_ = 0
 
int api_mcycles_ = 0
 
int has_api_milliseconds_ = 0
 
int api_milliseconds_ = 0
 
int has_start_offset_milliseconds_ = 0
 
int start_offset_milliseconds_ = 0
 
int has_duration_milliseconds_ = 0
 
int duration_milliseconds_ = 0
 
int has_namespace_ = 0
 
string namespace_ = ""
 
int has_was_successful_ = 0
 
int was_successful_ = 1
 
int has_datastore_details_ = 0
 
 datastore_details_ = None
 
int has_call_cost_microdollars_ = 0
 
int call_cost_microdollars_ = 0
 
int kservice_call_name = 1
 
int krequest_data_summary = 3
 
int kresponse_data_summary = 4
 
int kapi_mcycles = 5
 
int kapi_milliseconds = 11
 
int kstart_offset_milliseconds = 6
 
int kduration_milliseconds = 7
 
int knamespace = 8
 
int kwas_successful = 9
 
int kcall_stack = 10
 
int kdatastore_details = 12
 
int kcall_cost_microdollars = 13
 
int kbilled_ops = 14
 

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