Modifier and Type | Class and Description |
---|---|
class |
YouTube.Youtube.V3
The "v3" collection of methods.
|
Constructor and Description |
---|
Youtube() |
Modifier and Type | Method and Description |
---|---|
YouTube.Youtube.V3 |
v3()
An accessor for creating requests from the V3 collection.
|
public YouTube.Youtube.V3 v3()
The typical use is:
YouTube youtube = new YouTube(...);
YouTube.V3.List request = youtube.v3().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.