Skip to content

Commit 58c4a6c

Browse files
committed
Updated YouTube.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent a98cb88 commit 58c4a6c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/Google/Service/YouTube.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9661,9 +9661,11 @@ class Google_Service_YouTube_VideoGetRatingResponse extends Google_Collection
96619661
protected $internal_gapi_mappings = array(
96629662
);
96639663
public $etag;
9664+
public $eventId;
96649665
protected $itemsType = 'Google_Service_YouTube_VideoRating';
96659666
protected $itemsDataType = 'array';
96669667
public $kind;
9668+
public $visitorId;
96679669

96689670

96699671
public function setEtag($etag)
@@ -9674,6 +9676,14 @@ public function getEtag()
96749676
{
96759677
return $this->etag;
96769678
}
9679+
public function setEventId($eventId)
9680+
{
9681+
$this->eventId = $eventId;
9682+
}
9683+
public function getEventId()
9684+
{
9685+
return $this->eventId;
9686+
}
96779687
public function setItems($items)
96789688
{
96799689
$this->items = $items;
@@ -9690,6 +9700,14 @@ public function getKind()
96909700
{
96919701
return $this->kind;
96929702
}
9703+
public function setVisitorId($visitorId)
9704+
{
9705+
$this->visitorId = $visitorId;
9706+
}
9707+
public function getVisitorId()
9708+
{
9709+
return $this->visitorId;
9710+
}
96939711
}
96949712

96959713
class Google_Service_YouTube_VideoListResponse extends Google_Collection

0 commit comments

Comments
 (0)