Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoStatistics.php41 public $viewCount; variable in Google\\Service\\YouTube\\VideoStatistics
102 public function setViewCount($viewCount) argument
104 $this->viewCount = $viewCount;
111 return $this->viewCount;
H A DChannelStatistics.php41 public $viewCount; variable in Google\\Service\\YouTube\\ChannelStatistics
102 public function setViewCount($viewCount) argument
104 $this->viewCount = $viewCount;
111 return $this->viewCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DPhoto.php64 public $viewCount; variable in Google\\Service\\StreetViewPublish\\Photo
237 public function setViewCount($viewCount) argument
239 $this->viewCount = $viewCount;
246 return $this->viewCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1970 public $viewCount; variable in Google_ChannelStatistics
1989 public function setViewCount( $viewCount) { argument
1990 $this->viewCount = $viewCount;
1993 return $this->viewCount;
4860 public $viewCount; variable in Google_VideoStatistics
4885 public function setViewCount( $viewCount) { argument
4886 $this->viewCount = $viewCount;
4889 return $this->viewCount;