Home
last modified time | relevance | path

Searched refs:Google_Subscription (Results 1 – 3 of 3) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php119 * @return Google_Subscription
126 return new Google_Subscription($data);
138 * @return Google_Subscription
145 return new Google_Subscription($data);
157 * @return Google_Subscription
164 return new Google_Subscription($data);
189 * @return Google_Subscription
196 return new Google_Subscription($data);
205 * @param Google_Subscription $postBody
209 * @return Google_Subscription
[all …]
H A DGoogle_MirrorService.php198 * @param Google_Subscription $postBody
200 * @return Google_Subscription
202 public function insert(Google_Subscription $postBody, $optParams = array()) {
207 return new Google_Subscription($data);
233 * @param Google_Subscription $postBody
235 * @return Google_Subscription
237 public function update($id, Google_Subscription $postBody, $optParams = array()) {
242 return new Google_Subscription($data);
864 class Google_Subscription extends Google_Model { class
H A DGoogle_YouTubeService.php720 * @param Google_Subscription $postBody
722 * @return Google_Subscription
724 public function insert($part, Google_Subscription $postBody, $optParams = array()) {
729 return new Google_Subscription($data);
3657 class Google_Subscription extends Google_Model { class