Lines Matching full:video

20 use Google\Service\YouTube\Video;  alias
47 * to authenticate once and get access to all their video and channel data,
71 * to authenticate once and get access to all their video and channel data,
89 * parts contain properties that can be set when inserting or updating a video.
91 * calculates for a video and does not contain values that you can set or
94 * @param Video $postBody
99 * new video. As default, the notification is enabled.
106 * to authenticate once and get access to all their video and channel data,
113 * parameter specifies the YouTube channel ID of the channel to which a video is
127 * @return Video
129 public function insert($part, Video $postBody, $optParams = [])
133 return $this->call('insert', [$params], Video::class);
139 * list of one or more video resource properties that the API response will
142 * example, in a video resource, the snippet property contains the channelId,
170 * to authenticate once and get access to all their video and channel data,
183 * video category
193 * Adds a like or dislike rating to a video or removes a rating from a video.
207 * Report abuse for a video. (videos.reportAbuse)
218 * to authenticate once and get access to all their video and channel data,
237 * example, a video's privacy setting is contained in the status part. As such,
238 * if your request is updating a private video, and the request's part parameter
239 * value includes the status part, the video's privacy setting will be updated
241 * specify a value, the existing privacy setting will be removed and the video
243 * contain properties that can be set when inserting or updating a video. For
245 * calculates for a video and does not contain values that you can set or
248 * @param Video $postBody
257 * to authenticate once and get access to all their video and channel data,
261 * @return Video
263 public function update($part, Video $postBody, $optParams = [])
267 return $this->call('update', [$params], Video::class);