target.apidocs.com.google.api.services.youtube.YouTube.Youtube.html Maven / Gradle / Ivy
<span class="http"><span class="http"><span class="scala"><span class="hljs-type">YouTube</span>.<span class="hljs-type">Youtube</span> (<span class="hljs-type">YouTube</span> <span class="hljs-type">Data</span> <span class="hljs-type">API</span> v3 v3-rev20240417<span class="hljs-number">-2.0</span><span class="hljs-number">.0</span>)</span></span></span>
com.google.api.services.youtube
Class YouTube.Youtube
- java.lang.Object
-
- com.google.api.services.youtube.YouTube.Youtube
-
- Enclosing class:
- YouTube
public class YouTube.Youtube
extends Object
The "youtube" collection of methods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description class
YouTube.Youtube.V3
The "v3" collection of methods.
-
Constructor Summary
Constructors Constructor and Description Youtube()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description YouTube.Youtube.V3
v3()
An accessor for creating requests from the V3 collection.
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
v3
public YouTube.Youtube.V3 v3()
An accessor for creating requests from the V3 collection.
The typical use is:
YouTube youtube = new YouTube(...);
YouTube.V3.List request = youtube.v3().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.