Home
last modified time | relevance | path

Searched refs:conversionPings (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannel.php114 public function setConversionPings(ChannelConversionPings $conversionPings) argument
116 $this->conversionPings = $conversionPings;
123 return $this->conversionPings;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1543 public $conversionPings; variable in Google_Channel
1574 public function setConversionPings(Google_ChannelConversionPings $conversionPings) { argument
1575 $this->conversionPings = $conversionPings;
1578 return $this->conversionPings;
4000 public $conversionPings; variable in Google_Video
4049 public function setConversionPings(Google_VideoConversionPings $conversionPings) { argument
4050 $this->conversionPings = $conversionPings;
4053 return $this->conversionPings;