target.apidocs.com.google.api.services.drive.class-use.Drive.Drives.Update.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Drives.Update (Google Drive API v3-rev20240123-2.0.0)
Uses of Class
com.google.api.services.drive.Drive.Drives.Update
-
Packages that use Drive.Drives.Update
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Drives.Update in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Drives.Update
Modifier and Type
Method and Description
Drive.Drives.Update
Drive.Drives.Update.set(String parameterName,
Object value)
Drive.Drives.Update
Drive.Drives.Update.set$Xgafv(String $Xgafv)
Drive.Drives.Update
Drive.Drives.Update.setAccessToken(String accessToken)
Drive.Drives.Update
Drive.Drives.Update.setAlt(String alt)
Drive.Drives.Update
Drive.Drives.Update.setCallback(String callback)
Drive.Drives.Update
Drive.Drives.Update.setDriveId(String driveId)
The ID of the shared drive.
Drive.Drives.Update
Drive.Drives.Update.setFields(String fields)
Drive.Drives.Update
Drive.Drives.Update.setKey(String key)
Drive.Drives.Update
Drive.Drives.Update.setOauthToken(String oauthToken)
Drive.Drives.Update
Drive.Drives.Update.setPrettyPrint(Boolean prettyPrint)
Drive.Drives.Update
Drive.Drives.Update.setQuotaUser(String quotaUser)
Drive.Drives.Update
Drive.Drives.Update.setUploadProtocol(String uploadProtocol)
Drive.Drives.Update
Drive.Drives.Update.setUploadType(String uploadType)
Drive.Drives.Update
Drive.Drives.Update.setUseDomainAdminAccess(Boolean useDomainAdminAccess)
Issue the request as a domain administrator; if set to true, then the requester will be
granted access if they are an administrator of the domain to which the shared drive
belongs.
Drive.Drives.Update
Drive.Drives.update(String driveId,
Drive content)
Updates the metadate for a shared drive.
Copyright © 2011–2024 Google. All rights reserved.