Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php873 * @param Google_Video $postBody
882 * @return Google_Video
884 public function insert($part, Google_Video $postBody, $optParams = array()) {
889 return new Google_Video($data);
943 * @param Google_Video $postBody
947 * @return Google_Video
949 public function update($part, Google_Video $postBody, $optParams = array()) {
954 return new Google_Video($data);
3991 class Google_Video extends Google_Model { class