target.apidocs.com.google.api.services.drive.class-use.Drive.Files.Copy.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Files.Copy (Google Drive API v2-rev20240521-2.0.0)
Uses of Class
com.google.api.services.drive.Drive.Files.Copy
-
Packages that use Drive.Files.Copy
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Files.Copy in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Files.Copy
Modifier and Type
Method and Description
Drive.Files.Copy
Drive.Files.copy(String fileId,
File content)
Creates a copy of the specified file.
Drive.Files.Copy
Drive.Files.Copy.set(String parameterName,
Object value)
Drive.Files.Copy
Drive.Files.Copy.set$Xgafv(String $Xgafv)
Drive.Files.Copy
Drive.Files.Copy.setAccessToken(String accessToken)
Drive.Files.Copy
Drive.Files.Copy.setAlt(String alt)
Drive.Files.Copy
Drive.Files.Copy.setCallback(String callback)
Drive.Files.Copy
Drive.Files.Copy.setConvert(Boolean convert)
Whether to convert this file to the corresponding Docs Editors format.
Drive.Files.Copy
Drive.Files.Copy.setEnforceSingleParent(Boolean enforceSingleParent)
Deprecated: Copying files into multiple folders is no longer supported.
Drive.Files.Copy
Drive.Files.Copy.setFields(String fields)
Drive.Files.Copy
Drive.Files.Copy.setFileId(String fileId)
The ID of the file to copy.
Drive.Files.Copy
Drive.Files.Copy.setIncludeLabels(String includeLabels)
A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
Drive.Files.Copy
Drive.Files.Copy.setIncludePermissionsForView(String includePermissionsForView)
Specifies which additional view's permissions to include in the response.
Drive.Files.Copy
Drive.Files.Copy.setKey(String key)
Drive.Files.Copy
Drive.Files.Copy.setOauthToken(String oauthToken)
Drive.Files.Copy
Drive.Files.Copy.setOcr(Boolean ocr)
Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
Drive.Files.Copy
Drive.Files.Copy.setOcrLanguage(String ocrLanguage)
If `ocr` is true, hints at the language to use.
Drive.Files.Copy
Drive.Files.Copy.setPinned(Boolean pinned)
Whether to pin the head revision of the new copy.
Drive.Files.Copy
Drive.Files.Copy.setPrettyPrint(Boolean prettyPrint)
Drive.Files.Copy
Drive.Files.Copy.setQuotaUser(String quotaUser)
Drive.Files.Copy
Drive.Files.Copy.setSupportsAllDrives(Boolean supportsAllDrives)
Whether the requesting application supports both My Drives and shared drives.
Drive.Files.Copy
Drive.Files.Copy.setSupportsTeamDrives(Boolean supportsTeamDrives)
Deprecated: Use `supportsAllDrives` instead.
Drive.Files.Copy
Drive.Files.Copy.setTimedTextLanguage(String timedTextLanguage)
The language of the timed text.
Drive.Files.Copy
Drive.Files.Copy.setTimedTextTrackName(String timedTextTrackName)
The timed text track name.
Drive.Files.Copy
Drive.Files.Copy.setUploadProtocol(String uploadProtocol)
Drive.Files.Copy
Drive.Files.Copy.setUploadType(String uploadType)
Drive.Files.Copy
Drive.Files.Copy.setVisibility(String visibility)
The visibility of the new file.
Copyright © 2011–2024 Google. All rights reserved.