target.apidocs.com.google.api.services.youtube.class-use.YouTubeRequest.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.youtube.YouTubeRequest (YouTube Data API v3 v3-rev20210410-1.31.0)
Uses of Class
com.google.api.services.youtube.YouTubeRequest
-
Packages that use YouTubeRequest
Package
Description
com.google.api.services.youtube
-
-
Uses of YouTubeRequest in com.google.api.services.youtube
Methods in com.google.api.services.youtube that return YouTubeRequest
Modifier and Type
Method and Description
YouTubeRequest<T>
YouTubeRequest.set(String parameterName,
Object value)
YouTubeRequest<T>
YouTubeRequest.set$Xgafv(String $Xgafv)
V1 error format.
YouTubeRequest<T>
YouTubeRequest.setAccessToken(String accessToken)
OAuth access token.
YouTubeRequest<T>
YouTubeRequest.setAlt(String alt)
Data format for response.
YouTubeRequest<T>
YouTubeRequest.setCallback(String callback)
JSONP
YouTubeRequest<T>
YouTubeRequest.setDisableGZipContent(boolean disableGZipContent)
YouTubeRequest<T>
YouTubeRequest.setFields(String fields)
Selector specifying which fields to include in a partial response.
YouTubeRequest<T>
YouTubeRequest.setKey(String key)
API key.
YouTubeRequest<T>
YouTubeRequest.setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
YouTubeRequest<T>
YouTubeRequest.setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
YouTubeRequest<T>
YouTubeRequest.setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
YouTubeRequest<T>
YouTubeRequest.setRequestHeaders(HttpHeaders headers)
YouTubeRequest<T>
YouTubeRequest.setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
YouTubeRequest<T>
YouTubeRequest.setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
Methods in com.google.api.services.youtube with parameters of type YouTubeRequest
Modifier and Type
Method and Description
protected void
YouTubeRequestInitializer.initializeYouTubeRequest(YouTubeRequest<?> request)
Initializes YouTube request.
Copyright © 2011–2021 Google. All rights reserved.