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