Lines Matching refs:seriesId

32      * @param string $seriesId The decimal ID of the Series.
40 public function insert($seriesId, $submissionId, Google_Vote $postBody, $optParams = array()) { argument
41 …$params = array('seriesId' => $seriesId, 'submissionId' => $submissionId, 'postBody' => $postBody);
54 * @param string $seriesId The decimal ID of the Series.
63 public function patch($seriesId, $submissionId, Google_Vote $postBody, $optParams = array()) { argument
64 …$params = array('seriesId' => $seriesId, 'submissionId' => $submissionId, 'postBody' => $postBody);
76 * @param string $seriesId The decimal ID of the Series.
83 public function listVotes($seriesId, $optParams = array()) { argument
84 $params = array('seriesId' => $seriesId);
97 * @param string $seriesId The decimal ID of the Series.
106 public function update($seriesId, $submissionId, Google_Vote $postBody, $optParams = array()) { argument
107 …$params = array('seriesId' => $seriesId, 'submissionId' => $submissionId, 'postBody' => $postBody);
120 * @param string $seriesId The decimal ID of the Series.
128 public function get($seriesId, $submissionId, $optParams = array()) { argument
129 $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId);
155 * @param string $seriesId The decimal ID of the Series.
165 …public function insert($seriesId, $topicId, $parentSubmissionId, Google_Submission $postBody, $opt… argument
166 …$params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'parentSubmissionId' => $parentSub…
179 * @param string $seriesId The decimal ID of the Series.
191 public function listResponses($seriesId, $submissionId, $optParams = array()) { argument
192 $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId);
217 * @param string $seriesId The decimal ID of the Series.
223 public function insert($seriesId, $submissionId, Google_Tag $postBody, $optParams = array()) { argument
224 …$params = array('seriesId' => $seriesId, 'submissionId' => $submissionId, 'postBody' => $postBody);
236 * @param string $seriesId The decimal ID of the Series.
241 public function listTags($seriesId, $submissionId, $optParams = array()) { argument
242 $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId);
255 * @param string $seriesId The decimal ID of the Series.
260 public function delete($seriesId, $submissionId, $tagId, $optParams = array()) { argument
261 $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId, 'tagId' => $tagId);
299 * @param string $seriesId The decimal ID of the Series.
304 public function patch($seriesId, Google_Series $postBody, $optParams = array()) { argument
305 $params = array('seriesId' => $seriesId, 'postBody' => $postBody);
337 * @param string $seriesId The decimal ID of the Series.
342 public function update($seriesId, Google_Series $postBody, $optParams = array()) { argument
343 $params = array('seriesId' => $seriesId, 'postBody' => $postBody);
355 * @param string $seriesId The decimal ID of the Series.
359 public function get($seriesId, $optParams = array()) { argument
360 $params = array('seriesId' => $seriesId);
386 * @param string $seriesId The decimal ID of the Series.
399 public function listSeriesSubmissions($seriesId, $optParams = array()) { argument
400 $params = array('seriesId' => $seriesId);
424 * @param string $seriesId The decimal ID of the Series.
435 public function listSeriesResponses($seriesId, $optParams = array()) { argument
436 $params = array('seriesId' => $seriesId);
461 * @param string $seriesId The decimal ID of the Series.
466 public function insert($seriesId, Google_Topic $postBody, $optParams = array()) { argument
467 $params = array('seriesId' => $seriesId, 'postBody' => $postBody);
479 * @param string $seriesId The decimal ID of the Series.
488 public function listTopics($seriesId, $optParams = array()) { argument
489 $params = array('seriesId' => $seriesId);
501 * @param string $seriesId The decimal ID of the Series.
507 public function update($seriesId, $topicId, Google_Topic $postBody, $optParams = array()) { argument
508 $params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'postBody' => $postBody);
520 * @param string $seriesId The decimal ID of the Series.
525 public function get($seriesId, $topicId, $optParams = array()) { argument
526 $params = array('seriesId' => $seriesId, 'topicId' => $topicId);
552 * @param string $seriesId The decimal ID of the Series.
565 public function listTopicsSubmissions($seriesId, $topicId, $optParams = array()) { argument
566 $params = array('seriesId' => $seriesId, 'topicId' => $topicId);
827 * @param string $seriesId The decimal ID of the Series.
836 public function insert($seriesId, $topicId, Google_Submission $postBody, $optParams = array()) { argument
837 $params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'postBody' => $postBody);
849 * @param string $seriesId The decimal ID of the Series.
857 public function get($seriesId, $submissionId, $optParams = array()) { argument
858 $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId);
940 public $seriesId; variable in Google_ModeratorTopicsResourcePartialId
942 public function setSeriesId($seriesId) { argument
943 $this->seriesId = $seriesId;
946 return $this->seriesId;
1207 public $seriesId; variable in Google_SeriesId
1208 public function setSeriesId($seriesId) { argument
1209 $this->seriesId = $seriesId;
1212 return $this->seriesId;
1476 public $seriesId; variable in Google_SubmissionId
1478 public function setSeriesId($seriesId) { argument
1479 $this->seriesId = $seriesId;
1482 return $this->seriesId;
1513 public $seriesId; variable in Google_SubmissionParentSubmissionId
1515 public function setSeriesId($seriesId) { argument
1516 $this->seriesId = $seriesId;
1519 return $this->seriesId;
1573 public $seriesId; variable in Google_TagId
1576 public function setSeriesId($seriesId) { argument
1577 $this->seriesId = $seriesId;
1580 return $this->seriesId;
1729 public $seriesId; variable in Google_TopicId
1731 public function setSeriesId($seriesId) { argument
1732 $this->seriesId = $seriesId;
1735 return $this->seriesId;
1854 public $seriesId; variable in Google_VoteId
1856 public function setSeriesId($seriesId) { argument
1857 $this->seriesId = $seriesId;
1860 return $this->seriesId;