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

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 total_amount_of_calls
 
def set_total_amount_of_calls
 
def clear_total_amount_of_calls
 
def has_total_amount_of_calls
 
def total_cost_of_calls_microdollars
 
def set_total_cost_of_calls_microdollars
 
def clear_total_cost_of_calls_microdollars
 
def has_total_cost_of_calls_microdollars
 
def total_billed_ops_size
 
def total_billed_ops_list
 
def total_billed_ops
 
def mutable_total_billed_ops
 
def add_total_billed_ops
 
def clear_total_billed_ops
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 total_billed_ops_
 
 has_service_call_name_
 
 service_call_name_
 
 has_total_amount_of_calls_
 
 total_amount_of_calls_
 
 has_total_cost_of_calls_microdollars_
 
 total_cost_of_calls_microdollars_
 

Static Public Attributes

int has_service_call_name_ = 0
 
string service_call_name_ = ""
 
int has_total_amount_of_calls_ = 0
 
int total_amount_of_calls_ = 0
 
int has_total_cost_of_calls_microdollars_ = 0
 
int total_cost_of_calls_microdollars_ = 0
 
int kservice_call_name = 1
 
int ktotal_amount_of_calls = 3
 
int ktotal_cost_of_calls_microdollars = 4
 
int ktotal_billed_ops = 5
 

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