Home
last modified time | relevance | path

Searched refs:topicIds (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelTopicDetails.php30 public $topicIds; variable in Google\\Service\\YouTube\\ChannelTopicDetails
49 public function setTopicIds($topicIds) argument
51 $this->topicIds = $topicIds;
58 return $this->topicIds;
H A DVideoTopicDetails.php34 public $topicIds; variable in Google\\Service\\YouTube\\VideoTopicDetails
67 public function setTopicIds($topicIds) argument
69 $this->topicIds = $topicIds;
76 return $this->topicIds;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2015 public $topicIds; variable in Google_ChannelTopicDetails
2016 public function setTopicIds(/* array(Google_string) */ $topicIds) { argument
2017 $this->assertIsArray($topicIds, 'Google_string', __METHOD__);
2018 $this->topicIds = $topicIds;
2021 return $this->topicIds;
5009 public $topicIds; variable in Google_VideoTopicDetails
5010 public function setTopicIds(/* array(Google_string) */ $topicIds) { argument
5011 $this->assertIsArray($topicIds, 'Google_string', __METHOD__);
5012 $this->topicIds = $topicIds;
5015 return $this->topicIds;