Searched refs:seriesId (Results 1 – 5 of 5) sorted by relevance
/plugin/authgoogle/google/contrib/ |
D | Google_ModeratorService.php | 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. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
D | VolumeseriesinfoVolumeSeries.php | 36 public $seriesId; variable in Google\\Service\\Books\\VolumeseriesinfoVolumeSeries 83 public function setSeriesId($seriesId) argument 85 $this->seriesId = $seriesId; 92 return $this->seriesId;
|
D | SeriesSeries.php | 45 public $seriesId; variable in Google\\Service\\Books\\SeriesSeries 134 public function setSeriesId($seriesId) argument 136 $this->seriesId = $seriesId; 143 return $this->seriesId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
D | SeriesMembership.php | 35 * @param string $seriesId String that identifies the series 44 public function get($seriesId, $optParams = []) argument 46 $params = ['series_id' => $seriesId];
|
D | Series.php | 35 * @param string|array $seriesId String that identifies the series 39 public function get($seriesId, $optParams = []) argument 41 $params = ['series_id' => $seriesId];
|