Home
last modified time | relevance | path

Searched refs:Google_LiveStream (Results 1 – 1 of 1) sorted by last modified time

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php395 * @param Google_LiveStream $postBody
397 * @return Google_LiveStream
399 public function insert($part, Google_LiveStream $postBody, $optParams = array()) {
404 return new Google_LiveStream($data);
438 * @param Google_LiveStream $postBody
440 * @return Google_LiveStream
442 public function update($part, Google_LiveStream $postBody, $optParams = array()) {
447 return new Google_LiveStream($data);
2751 class Google_LiveStream extends Google_Model { class