| Package | Description |
|---|---|
| com.google.api.services.youtube |
| Modifier and Type | Method and Description |
|---|---|
YouTubeRequest<T> |
YouTubeRequest.set(java.lang.String parameterName,
java.lang.Object value) |
YouTubeRequest<T> |
YouTubeRequest.setAlt(java.lang.String alt)
Data format for the response.
|
YouTubeRequest<T> |
YouTubeRequest.setDisableGZipContent(boolean disableGZipContent) |
YouTubeRequest<T> |
YouTubeRequest.setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
YouTubeRequest<T> |
YouTubeRequest.setKey(java.lang.String key)
API key.
|
YouTubeRequest<T> |
YouTubeRequest.setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
YouTubeRequest<T> |
YouTubeRequest.setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
YouTubeRequest<T> |
YouTubeRequest.setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
YouTubeRequest<T> |
YouTubeRequest.setRequestHeaders(com.google.api.client.http.HttpHeaders headers) |
YouTubeRequest<T> |
YouTubeRequest.setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
YouTubeRequestInitializer.initializeYouTubeRequest(YouTubeRequest<?> request)
Initializes YouTube request.
|