Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannel.php226 public function setTopicDetails(ChannelTopicDetails $topicDetails) argument
228 $this->topicDetails = $topicDetails;
235 return $this->topicDetails;
H A DVideo.php306 public function setTopicDetails(VideoTopicDetails $topicDetails) argument
308 $this->topicDetails = $topicDetails;
315 return $this->topicDetails;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1561 public $topicDetails; variable in Google_Channel
1622 public function setTopicDetails(Google_ChannelTopicDetails $topicDetails) { argument
1623 $this->topicDetails = $topicDetails;
1626 return $this->topicDetails;
4036 public $topicDetails; variable in Google_Video
4133 public function setTopicDetails(Google_VideoTopicDetails $topicDetails) { argument
4134 $this->topicDetails = $topicDetails;
4137 return $this->topicDetails;