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