Lines Matching refs:metricNames

424   public $metricNames;  variable in Google_Activities
438 public function setMetricNames(/* array(Google_string) */ $metricNames) { argument
439 $this->assertIsArray($metricNames, 'Google_string', __METHOD__);
440 $this->metricNames = $metricNames;
443 return $this->metricNames;
1245 public $metricNames; variable in Google_ReportActiveGrpCriteria
1266 public function setMetricNames(/* array(Google_string) */ $metricNames) { argument
1267 $this->assertIsArray($metricNames, 'Google_string', __METHOD__);
1268 $this->metricNames = $metricNames;
1271 return $this->metricNames;
1341 public $metricNames; variable in Google_ReportCriteria
1374 public function setMetricNames(/* array(Google_string) */ $metricNames) { argument
1375 $this->assertIsArray($metricNames, 'Google_string', __METHOD__);
1376 $this->metricNames = $metricNames;
1379 return $this->metricNames;
1394 public $metricNames; variable in Google_ReportCrossDimensionReachCriteria
1423 public function setMetricNames(/* array(Google_string) */ $metricNames) { argument
1424 $this->assertIsArray($metricNames, 'Google_string', __METHOD__);
1425 $this->metricNames = $metricNames;
1428 return $this->metricNames;
1495 public $metricNames; variable in Google_ReportFloodlightCriteria
1532 public function setMetricNames(/* array(Google_string) */ $metricNames) { argument
1533 $this->assertIsArray($metricNames, 'Google_string', __METHOD__);
1534 $this->metricNames = $metricNames;
1537 return $this->metricNames;
1624 public $metricNames; variable in Google_ReportPathToConversionCriteria
1671 public function setMetricNames(/* array(Google_string) */ $metricNames) { argument
1672 $this->assertIsArray($metricNames, 'Google_string', __METHOD__);
1673 $this->metricNames = $metricNames;
1676 return $this->metricNames;
1775 public $metricNames; variable in Google_ReportReachCriteria
1809 public function setMetricNames(/* array(Google_string) */ $metricNames) { argument
1810 $this->assertIsArray($metricNames, 'Google_string', __METHOD__);
1811 $this->metricNames = $metricNames;
1814 return $this->metricNames;