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