Lines Matching refs:LogMetric
21 use Google\Service\Logging\LogMetric; alias
40 * @param LogMetric $postBody
42 * @return LogMetric
44 public function create($parent, LogMetric $postBody, $optParams = [])
48 return $this->call('create', [$params], LogMetric::class);
70 * @return LogMetric
76 return $this->call('get', [$params], LogMetric::class);
108 * @param LogMetric $postBody
110 * @return LogMetric
112 public function update($metricName, LogMetric $postBody, $optParams = [])
116 return $this->call('update', [$params], LogMetric::class);