Searched refs:topicId (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
D | Topic.php | 33 public $topicId; variable in Google\\Service\\Classroom\\Topic 70 public function setTopicId($topicId) argument 72 $this->topicId = $topicId; 79 return $this->topicId;
|
D | CourseWorkMaterial.php | 70 public $topicId; variable in Google\\Service\\Classroom\\CourseWorkMaterial 247 public function setTopicId($topicId) argument 249 $this->topicId = $topicId; 256 return $this->topicId;
|
D | CourseWork.php | 89 public $topicId; variable in Google\\Service\\Classroom\\CourseWork 376 public function setTopicId($topicId) argument 378 $this->topicId = $topicId; 385 return $this->topicId;
|
/plugin/authgoogle/google/contrib/ |
D | Google_ModeratorService.php | 156 * @param string $topicId The decimal ID of the Topic within the Series. 165 …public function insert($seriesId, $topicId, $parentSubmissionId, Google_Submission $postBody, $opt… argument 166 …$params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'parentSubmissionId' => $parentSub… 502 * @param string $topicId The decimal ID of the Topic within the Series. 507 public function update($seriesId, $topicId, Google_Topic $postBody, $optParams = array()) { argument 508 $params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'postBody' => $postBody); 521 * @param string $topicId The decimal ID of the Topic within the Series. 525 public function get($seriesId, $topicId, $optParams = array()) { argument 526 $params = array('seriesId' => $seriesId, 'topicId' => $topicId); 553 * @param string $topicId The decimal ID of the Topic within the Series. [all …]
|
D | Google_OrkutService.php | 480 * @param string $topicId The ID of the topic whose message will be moved to the trash folder. 484 public function delete($communityId, $topicId, $messageId, $optParams = array()) { argument 485 … $params = array('communityId' => $communityId, 'topicId' => $topicId, 'messageId' => $messageId); 494 * @param string $topicId The ID of the topic the message should be added to. 499 …public function insert($communityId, $topicId, Google_CommunityMessage $postBody, $optParams = arr… argument 500 … $params = array('communityId' => $communityId, 'topicId' => $topicId, 'postBody' => $postBody); 513 * @param string $topicId The ID of the topic which messages will be listed. 521 public function listCommunityMessages($communityId, $topicId, $optParams = array()) { argument 522 $params = array('communityId' => $communityId, 'topicId' => $topicId); 715 * @param string $topicId The ID of the topic to be moved to the trash folder. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | PubsubLite.php | 338 'topicId' => [
|
D | YouTube.php | 1496 'topicId' => [
|