Searched refs:topicIds (Results 1 – 3 of 3) sorted by relevance
30 public $topicIds; variable in Google\\Service\\YouTube\\ChannelTopicDetails49 public function setTopicIds($topicIds) argument51 $this->topicIds = $topicIds;58 return $this->topicIds;
34 public $topicIds; variable in Google\\Service\\YouTube\\VideoTopicDetails67 public function setTopicIds($topicIds) argument69 $this->topicIds = $topicIds;76 return $this->topicIds;
2015 public $topicIds; variable in Google_ChannelTopicDetails2016 public function setTopicIds(/* array(Google_string) */ $topicIds) { argument2017 $this->assertIsArray($topicIds, 'Google_string', __METHOD__);2018 $this->topicIds = $topicIds;2021 return $this->topicIds;5009 public $topicIds; variable in Google_VideoTopicDetails5010 public function setTopicIds(/* array(Google_string) */ $topicIds) { argument5011 $this->assertIsArray($topicIds, 'Google_string', __METHOD__);5012 $this->topicIds = $topicIds;5015 return $this->topicIds;