Lines Matching full:files
26 * The "files" collection of methods.
30 * $files = $driveService->files;
33 class Files extends \Google\Service\Resource class
37 * semantics. Folders cannot be copied. (files.copy)
43 * @opt_param bool enforceSingleParent Deprecated. Copying files into multiple
47 * choose to make all uploaded files visible to the domain by default; this
53 * the new head revision. This is only applicable to files with binary content
70 * Creates a new file. (files.create)
75 * @opt_param bool enforceSingleParent Deprecated. Creating files in multiple
79 * choose to make all uploaded files visible to the domain by default; this
85 * the new head revision. This is only applicable to files with binary content
107 * deleted. (files.delete)
126 * Permanently deletes all of the user's trashed files. (files.emptyTrash)
143 * (files.export)
158 * (files.generateIds)
164 * files. Supported values are 'drive' and 'appDataFolder'. (Default: 'drive')
166 * Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only
167 * supported in the drive 'space'. (Default: 'files')
177 * Gets a file's metadata or content by ID. (files.get)
183 * of downloading known malware or other abusive files. This is only applicable
199 * Lists or searches files. (files.listFiles)
203 * @opt_param string corpora Groupings of files to which the query applies.
204 * Supported groupings are: 'user' (files created by, opened by, or shared
205 * directly with the user), 'drive' (files in the specified shared drive as
206 * indicated by the 'driveId'), 'domain' (files shared to the user's domain),
210 * @opt_param string corpus The source of files to list. Deprecated: use
225 * limitation for users with approximately one million files in which the
227 * @opt_param int pageSize The maximum number of files to return per page.
228 * Partial or empty result pages are possible even before the end of the files
234 * for Files" guide for supported syntax.
253 * supports patch semantics. (files.update)
260 * @opt_param bool enforceSingleParent Deprecated. Adding files to multiple
265 * the new head revision. This is only applicable to files with binary content
288 * create a notification. (files.watch)
295 * of downloading known malware or other abusive files. This is only applicable
313 class_alias(Files::class, 'Google_Service_Drive_Resource_Files');