Lines Matching refs:items

1414   public $items;  variable in Google_ActivityListResponse
1434 public function setItems(/* array(Google_Activity) */ $items) { argument
1435 $this->assertIsArray($items, 'Google_Activity', __METHOD__);
1436 $this->items = $items;
1439 return $this->items;
1786 public $items; variable in Google_ChannelListResponse
1806 public function setItems(/* array(Google_Channel) */ $items) { argument
1807 $this->assertIsArray($items, 'Google_Channel', __METHOD__);
1808 $this->items = $items;
1811 return $this->items;
2202 public $items; variable in Google_GuideCategoryListResponse
2217 public function setItems(/* array(Google_GuideCategory) */ $items) { argument
2218 $this->assertIsArray($items, 'Google_GuideCategory', __METHOD__);
2219 $this->items = $items;
2222 return $this->items;
2445 public $items; variable in Google_InvideoPromotion
2452 public function setItems(/* array(Google_PromotedItemId) */ $items) { argument
2453 $this->assertIsArray($items, 'Google_PromotedItemId', __METHOD__);
2454 $this->items = $items;
2457 return $this->items;
2600 public $items; variable in Google_LiveBroadcastList
2620 public function setItems(/* array(Google_LiveBroadcast) */ $items) { argument
2621 $this->assertIsArray($items, 'Google_LiveBroadcast', __METHOD__);
2622 $this->items = $items;
2625 return $this->items;
2833 public $items; variable in Google_LiveStreamList
2853 public function setItems(/* array(Google_LiveStream) */ $items) { argument
2854 $this->assertIsArray($items, 'Google_LiveStream', __METHOD__);
2855 $this->items = $items;
2858 return $this->items;
3168 public $items; variable in Google_PlaylistItemListResponse
3188 public function setItems(/* array(Google_PlaylistItem) */ $items) { argument
3189 $this->assertIsArray($items, 'Google_PlaylistItem', __METHOD__);
3190 $this->items = $items;
3193 return $this->items;
3312 public $items; variable in Google_PlaylistListResponse
3332 public function setItems(/* array(Google_Playlist) */ $items) { argument
3333 $this->assertIsArray($items, 'Google_Playlist', __METHOD__);
3334 $this->items = $items;
3337 return $this->items;
3516 public $items; variable in Google_SearchListResponse
3536 public function setItems(/* array(Google_SearchResult) */ $items) { argument
3537 $this->assertIsArray($items, 'Google_SearchResult', __METHOD__);
3538 $this->items = $items;
3541 return $this->items;
3737 public $items; variable in Google_SubscriptionListResponse
3757 public function setItems(/* array(Google_Subscription) */ $items) { argument
3758 $this->assertIsArray($items, 'Google_Subscription', __METHOD__);
3759 $this->items = $items;
3762 return $this->items;
3961 public $items; variable in Google_ThumbnailListResponse
3970 public function setItems(/* array(Google_ThumbnailDetails) */ $items) { argument
3971 $this->assertIsArray($items, 'Google_ThumbnailDetails', __METHOD__);
3972 $this->items = $items;
3975 return $this->items;
4203 public $items; variable in Google_VideoCategoryListResponse
4218 public function setItems(/* array(Google_VideoCategory) */ $items) { argument
4219 $this->assertIsArray($items, 'Google_VideoCategory', __METHOD__);
4220 $this->items = $items;
4223 return $this->items;
4545 public $items; variable in Google_VideoGetRatingResponse
4553 public function setItems(/* array(Google_VideoRating) */ $items) { argument
4554 $this->assertIsArray($items, 'Google_VideoRating', __METHOD__);
4555 $this->items = $items;
4558 return $this->items;
4573 public $items; variable in Google_VideoListResponse
4593 public function setItems(/* array(Google_Video) */ $items) { argument
4594 $this->assertIsArray($items, 'Google_Video', __METHOD__);
4595 $this->items = $items;
4598 return $this->items;