public class YouTube.Youtube.V3 extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
YouTube.Youtube.V3.LiveBroadcasts
The "liveBroadcasts" collection of methods.
|
class |
YouTube.Youtube.V3.UpdateCommentThreads |
| Constructor and Description |
|---|
V3() |
| Modifier and Type | Method and Description |
|---|---|
YouTube.Youtube.V3.LiveBroadcasts |
liveBroadcasts()
An accessor for creating requests from the LiveBroadcasts collection.
|
YouTube.Youtube.V3.UpdateCommentThreads |
updateCommentThreads(CommentThread content)
Updates an existing resource.
|
public YouTube.Youtube.V3.UpdateCommentThreads updateCommentThreads(CommentThread content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.content - the CommentThreadIOExceptionpublic YouTube.Youtube.V3.LiveBroadcasts liveBroadcasts()
The typical use is:
YouTube youtube = new YouTube(...);YouTube.LiveBroadcasts.List request = youtube.liveBroadcasts().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.