Home
last modified time | relevance | path

Searched refs:totalsForAllResults (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DRealtimeData.php52 public $totalsForAllResults; variable in Google\\Service\\Analytics\\RealtimeData
169 public function setTotalsForAllResults($totalsForAllResults) argument
171 $this->totalsForAllResults = $totalsForAllResults;
178 return $this->totalsForAllResults;
H A DMcfData.php74 public $totalsForAllResults; variable in Google\\Service\\Analytics\\McfData
275 public function setTotalsForAllResults($totalsForAllResults) argument
277 $this->totalsForAllResults = $totalsForAllResults;
284 return $this->totalsForAllResults;
H A DGaData.php82 public $totalsForAllResults; variable in Google\\Service\\Analytics\\GaData
311 public function setTotalsForAllResults($totalsForAllResults) argument
313 $this->totalsForAllResults = $totalsForAllResults;
320 return $this->totalsForAllResults;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1495 public $totalsForAllResults; variable in Google_GaData
1570 public function setTotalsForAllResults( $totalsForAllResults) { argument
1571 $this->totalsForAllResults = $totalsForAllResults;
1574 return $this->totalsForAllResults;
2118 public $totalsForAllResults; variable in Google_McfData
2193 public function setTotalsForAllResults( $totalsForAllResults) { argument
2194 $this->totalsForAllResults = $totalsForAllResults;
2197 return $this->totalsForAllResults;
2640 public $totalsForAllResults; variable in Google_RealtimeData
2692 $this->totalsForAllResults = $totalsForAllResults;
[all …]