コード例 #1
0
ファイル: api_client.py プロジェクト: Jimvin/cm_api
 def get_metric_schema(self):
   """
   Get the schema for all of the metrics.
   @return: A list of ApiMetricSchema.
   """
   return timeseries.get_metric_schema(self)
コード例 #2
0
ファイル: api_client.py プロジェクト: ycaihua/cm_api
 def get_metric_schema(self):
     """
 Get the schema for all of the metrics.
 @return: A list of ApiMetricSchema.
 """
     return timeseries.get_metric_schema(self)