Home
last modified time | relevance | path

Searched refs:seriesId (Results 1 – 5 of 5) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_ModeratorService.php32 * @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/
DVolumeseriesinfoVolumeSeries.php36 public $seriesId; variable in Google\\Service\\Books\\VolumeseriesinfoVolumeSeries
83 public function setSeriesId($seriesId) argument
85 $this->seriesId = $seriesId;
92 return $this->seriesId;
DSeriesSeries.php45 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/
DSeriesMembership.php35 * @param string $seriesId String that identifies the series
44 public function get($seriesId, $optParams = []) argument
46 $params = ['series_id' => $seriesId];
DSeries.php35 * @param string|array $seriesId String that identifies the series
39 public function get($seriesId, $optParams = []) argument
41 $params = ['series_id' => $seriesId];