Lines Matching refs:Google_Vote
34 * @param Google_Vote $postBody
38 * @return Google_Vote
40 public function insert($seriesId, $submissionId, Google_Vote $postBody, $optParams = array()) {
45 return new Google_Vote($data);
56 * @param Google_Vote $postBody
61 * @return Google_Vote
63 public function patch($seriesId, $submissionId, Google_Vote $postBody, $optParams = array()) {
68 return new Google_Vote($data);
99 * @param Google_Vote $postBody
104 * @return Google_Vote
106 public function update($seriesId, $submissionId, Google_Vote $postBody, $optParams = array()) {
111 return new Google_Vote($data);
126 * @return Google_Vote
133 return new Google_Vote($data);
1820 class Google_Vote extends Google_Model { class