Lines Matching refs:Google_Channel
146 * @param Google_Channel $postBody
154 * @return Google_Channel
156 public function watch(Google_Channel $postBody, $optParams = array()) {
161 return new Google_Channel($data);
181 * @param Google_Channel $postBody
184 public function stop(Google_Channel $postBody, $optParams = array()) {
625 * @param Google_Channel $postBody
630 * @return Google_Channel
632 public function watch($fileId, Google_Channel $postBody, $optParams = array()) {
637 return new Google_Channel($data);
1856 class Google_Channel extends Google_Model { class