target.apidocs.com.google.api.services.drive.class-use.Drive.Properties.Update.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Properties.Update (Google Drive API v2-rev20240521-2.0.0)
Uses of Class
com.google.api.services.drive.Drive.Properties.Update
-
Packages that use Drive.Properties.Update
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Properties.Update in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Properties.Update
Modifier and Type
Method and Description
Drive.Properties.Update
Drive.Properties.Update.set(String parameterName,
Object value)
Drive.Properties.Update
Drive.Properties.Update.set$Xgafv(String $Xgafv)
Drive.Properties.Update
Drive.Properties.Update.setAccessToken(String accessToken)
Drive.Properties.Update
Drive.Properties.Update.setAlt(String alt)
Drive.Properties.Update
Drive.Properties.Update.setCallback(String callback)
Drive.Properties.Update
Drive.Properties.Update.setFields(String fields)
Drive.Properties.Update
Drive.Properties.Update.setFileId(String fileId)
The ID of the file.
Drive.Properties.Update
Drive.Properties.Update.setKey(String key)
Drive.Properties.Update
Drive.Properties.Update.setOauthToken(String oauthToken)
Drive.Properties.Update
Drive.Properties.Update.setPrettyPrint(Boolean prettyPrint)
Drive.Properties.Update
Drive.Properties.Update.setPropertyKey(String propertyKey)
The key of the property.
Drive.Properties.Update
Drive.Properties.Update.setQuotaUser(String quotaUser)
Drive.Properties.Update
Drive.Properties.Update.setUploadProtocol(String uploadProtocol)
Drive.Properties.Update
Drive.Properties.Update.setUploadType(String uploadType)
Drive.Properties.Update
Drive.Properties.Update.setVisibility(String visibility)
The visibility of the property.
Drive.Properties.Update
Drive.Properties.update(String fileId,
String propertyKey,
Property content)
Updates a property.
Copyright © 2011–2024 Google. All rights reserved.