Skip to content

Commit 9744e0c

Browse files
1 parent a76b717 commit 9744e0c

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

src/YouTube.php

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ class YouTube extends \Google\Service
9090
public $watermarks;
9191
public $youtube_v3;
9292
public $youtube_v3_liveChat_messages;
93-
public $youtube_v3_videos;
9493
public $rootUrlTemplate;
9594

9695
/**
@@ -2278,35 +2277,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
22782277
]
22792278
]
22802279
);
2281-
$this->youtube_v3_videos = new YouTube\Resource\YoutubeV3Videos(
2282-
$this,
2283-
$this->serviceName,
2284-
'videos',
2285-
[
2286-
'methods' => [
2287-
'batchGetStats' => [
2288-
'path' => 'youtube/v3/videos:batchGetStats',
2289-
'httpMethod' => 'GET',
2290-
'parameters' => [
2291-
'id' => [
2292-
'location' => 'query',
2293-
'type' => 'string',
2294-
'repeated' => true,
2295-
],
2296-
'onBehalfOfContentOwner' => [
2297-
'location' => 'query',
2298-
'type' => 'string',
2299-
],
2300-
'part' => [
2301-
'location' => 'query',
2302-
'type' => 'string',
2303-
'repeated' => true,
2304-
],
2305-
],
2306-
],
2307-
]
2308-
]
2309-
);
23102280
}
23112281
}
23122282

0 commit comments

Comments
 (0)