Lines Matching refs:topicId

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.
565 public function listTopicsSubmissions($seriesId, $topicId, $optParams = array()) { argument
566 $params = array('seriesId' => $seriesId, 'topicId' => $topicId);
828 * @param string $topicId The decimal ID of the Topic within the Series.
836 public function insert($seriesId, $topicId, Google_Submission $postBody, $optParams = array()) { argument
837 $params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'postBody' => $postBody);
941 public $topicId; variable in Google_ModeratorTopicsResourcePartialId
948 public function setTopicId($topicId) { argument
949 $this->topicId = $topicId;
952 return $this->topicId;
1730 public $topicId; variable in Google_TopicId
1737 public function setTopicId($topicId) { argument
1738 $this->topicId = $topicId;
1741 return $this->topicId;