target.apidocs.com.google.api.services.drive.class-use.Drive.Files.Update.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Files.Update (Google Drive API v3-rev20240123-2.0.0)
Uses of Class
com.google.api.services.drive.Drive.Files.Update
-
Packages that use Drive.Files.Update
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Files.Update in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Files.Update
Modifier and Type
Method and Description
Drive.Files.Update
Drive.Files.Update.set(String parameterName,
Object value)
Drive.Files.Update
Drive.Files.Update.set$Xgafv(String $Xgafv)
Drive.Files.Update
Drive.Files.Update.setAccessToken(String accessToken)
Drive.Files.Update
Drive.Files.Update.setAddParents(String addParents)
A comma-separated list of parent IDs to add.
Drive.Files.Update
Drive.Files.Update.setAlt(String alt)
Drive.Files.Update
Drive.Files.Update.setCallback(String callback)
Drive.Files.Update
Drive.Files.Update.setEnforceSingleParent(Boolean enforceSingleParent)
Deprecated: Adding files to multiple folders is no longer supported.
Drive.Files.Update
Drive.Files.Update.setFields(String fields)
Drive.Files.Update
Drive.Files.Update.setFileId(String fileId)
The ID of the file.
Drive.Files.Update
Drive.Files.Update.setIncludeLabels(String includeLabels)
A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
Drive.Files.Update
Drive.Files.Update.setIncludePermissionsForView(String includePermissionsForView)
Specifies which additional view's permissions to include in the response.
Drive.Files.Update
Drive.Files.Update.setKeepRevisionForever(Boolean keepRevisionForever)
Whether to set the 'keepForever' field in the new head revision.
Drive.Files.Update
Drive.Files.Update.setKey(String key)
Drive.Files.Update
Drive.Files.Update.setOauthToken(String oauthToken)
Drive.Files.Update
Drive.Files.Update.setOcrLanguage(String ocrLanguage)
A language hint for OCR processing during image import (ISO 639-1 code).
Drive.Files.Update
Drive.Files.Update.setPrettyPrint(Boolean prettyPrint)
Drive.Files.Update
Drive.Files.Update.setQuotaUser(String quotaUser)
Drive.Files.Update
Drive.Files.Update.setRemoveParents(String removeParents)
A comma-separated list of parent IDs to remove.
Drive.Files.Update
Drive.Files.Update.setSupportsAllDrives(Boolean supportsAllDrives)
Whether the requesting application supports both My Drives and shared drives.
Drive.Files.Update
Drive.Files.Update.setSupportsTeamDrives(Boolean supportsTeamDrives)
Deprecated: Use `supportsAllDrives` instead.
Drive.Files.Update
Drive.Files.Update.setUploadProtocol(String uploadProtocol)
Drive.Files.Update
Drive.Files.Update.setUploadType(String uploadType)
Drive.Files.Update
Drive.Files.Update.setUseContentAsIndexableText(Boolean useContentAsIndexableText)
Whether to use the uploaded content as indexable text.
Drive.Files.Update
Drive.Files.update(String fileId,
File content)
Updates a file's metadata and/or content.
Drive.Files.Update
Drive.Files.update(String fileId,
File content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Updates a file's metadata and/or content.
Copyright © 2011–2024 Google. All rights reserved.