@@ -7794,11 +7794,11 @@ public Insert set(String parameterName, Object value) {
77947794 }
77957795 }
77967796 /**
7797- * Lists the user's files. This method accepts the `q` parameter, which is a search query combining
7798- * one or more search terms. For more information, see the [Search for files &
7799- * folders](/workspace/drive/api/guides/ search-files) guide. *Note:* This method returns *all* files
7800- * by default, including trashed files. If you don't want trashed files to appear in the list, use
7801- * the `trashed=false` query parameter to remove trashed files from the results.
7797+ * Lists the user's files. For more information, see [Search for files and
7798+ * folders](/workspace/drive/api/guides/ search-files). This method accepts the `q` parameter, which
7799+ * is a search query combining one or more search terms. This method returns *all* files by default,
7800+ * including trashed files. If you don't want trashed files to appear in the list, use the
7801+ * `trashed=false` query parameter to remove trashed files from the results.
78027802 *
78037803 * Create a request for the method "files.list".
78047804 *
@@ -7818,11 +7818,11 @@ public class List extends DriveRequest<com.google.api.services.drive.model.FileL
78187818 private static final String REST_PATH = "files";
78197819
78207820 /**
7821- * Lists the user's files. This method accepts the `q` parameter, which is a search query
7822- * combining one or more search terms. For more information, see the [Search for files &
7823- * folders](/workspace/drive/api/guides/ search-files) guide. *Note:* This method returns *all*
7824- * files by default, including trashed files. If you don't want trashed files to appear in the
7825- * list, use the `trashed=false` query parameter to remove trashed files from the results.
7821+ * Lists the user's files. For more information, see [Search for files and
7822+ * folders](/workspace/drive/api/guides/ search-files). This method accepts the `q` parameter,
7823+ * which is a search query combining one or more search terms. This method returns *all* files by
7824+ * default, including trashed files. If you don't want trashed files to appear in the list, use
7825+ * the `trashed=false` query parameter to remove trashed files from the results.
78267826 *
78277827 * Create a request for the method "files.list".
78287828 *
@@ -10128,14 +10128,15 @@ public Untrash set(String parameterName, Object value) {
1012810128 }
1012910129 }
1013010130 /**
10131- * Updates a file's metadata and/ or content . When calling this method, only populate fields in the
10132- * request that you want to modify. When updating fields, some fields might be changed
10131+ * Updates a file's metadata, content, or both . When calling this method, only populate fields in
10132+ * the request that you want to modify. When updating fields, some fields might be changed
1013310133 * automatically, such as `modifiedDate`. This method supports patch semantics. This method supports
1013410134 * an upload* URI and accepts uploaded media with the following characteristics: - *Maximum file
10135- * size:* 5,120 GB - *Accepted Media MIME types:*`*` Note: Specify a valid MIME type, rather than
10136- * the literal `*` value. The literal `*` is only used to indicate that any valid MIME type can be
10137- * uploaded. For more information on uploading files, see [Upload file
10138- * data](/workspace/drive/api/guides/manage-uploads).
10135+ * size:* 5,120 GB - *Accepted Media MIME types:* `*` (Specify a valid MIME type, rather than the
10136+ * literal `*` value. The literal `*` is only used to indicate that any valid MIME type can be
10137+ * uploaded. For more information, see [Google Workspace and Google Drive supported MIME
10138+ * types](/workspace/drive/api/guides/mime-types).) For more information on uploading files, see
10139+ * [Upload file data](/workspace/drive/api/guides/manage-uploads).
1013910140 *
1014010141 * Create a request for the method "files.update".
1014110142 *
@@ -10153,14 +10154,15 @@ public Update update(java.lang.String fileId, com.google.api.services.drive.mode
1015310154 }
1015410155
1015510156 /**
10156- * Updates a file's metadata and/ or content . When calling this method, only populate fields in the
10157- * request that you want to modify. When updating fields, some fields might be changed
10157+ * Updates a file's metadata, content, or both . When calling this method, only populate fields in
10158+ * the request that you want to modify. When updating fields, some fields might be changed
1015810159 * automatically, such as `modifiedDate`. This method supports patch semantics. This method supports
1015910160 * an upload* URI and accepts uploaded media with the following characteristics: - *Maximum file
10160- * size:* 5,120 GB - *Accepted Media MIME types:*`*` Note: Specify a valid MIME type, rather than
10161- * the literal `*` value. The literal `*` is only used to indicate that any valid MIME type can be
10162- * uploaded. For more information on uploading files, see [Upload file
10163- * data](/workspace/drive/api/guides/manage-uploads).
10161+ * size:* 5,120 GB - *Accepted Media MIME types:* `*` (Specify a valid MIME type, rather than the
10162+ * literal `*` value. The literal `*` is only used to indicate that any valid MIME type can be
10163+ * uploaded. For more information, see [Google Workspace and Google Drive supported MIME
10164+ * types](/workspace/drive/api/guides/mime-types).) For more information on uploading files, see
10165+ * [Upload file data](/workspace/drive/api/guides/manage-uploads).
1016410166 *
1016510167 * Create a request for the method "files.update".
1016610168 *
@@ -10188,14 +10190,15 @@ public class Update extends DriveRequest<com.google.api.services.drive.model.Fil
1018810190 private static final String REST_PATH = "files/{fileId}";
1018910191
1019010192 /**
10191- * Updates a file's metadata and/ or content . When calling this method, only populate fields in the
10192- * request that you want to modify. When updating fields, some fields might be changed
10193+ * Updates a file's metadata, content, or both . When calling this method, only populate fields in
10194+ * the request that you want to modify. When updating fields, some fields might be changed
1019310195 * automatically, such as `modifiedDate`. This method supports patch semantics. This method
1019410196 * supports an upload* URI and accepts uploaded media with the following characteristics: -
10195- * *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*` Note: Specify a valid MIME
10196- * type, rather than the literal `*` value. The literal `*` is only used to indicate that any
10197- * valid MIME type can be uploaded. For more information on uploading files, see [Upload file
10198- * data](/workspace/drive/api/guides/manage-uploads).
10197+ * *Maximum file size:* 5,120 GB - *Accepted Media MIME types:* `*` (Specify a valid MIME type,
10198+ * rather than the literal `*` value. The literal `*` is only used to indicate that any valid MIME
10199+ * type can be uploaded. For more information, see [Google Workspace and Google Drive supported
10200+ * MIME types](/workspace/drive/api/guides/mime-types).) For more information on uploading files,
10201+ * see [Upload file data](/workspace/drive/api/guides/manage-uploads).
1019910202 *
1020010203 * Create a request for the method "files.update".
1020110204 *
@@ -10214,14 +10217,15 @@ protected Update(java.lang.String fileId, com.google.api.services.drive.model.Fi
1021410217 }
1021510218
1021610219 /**
10217- * Updates a file's metadata and/ or content . When calling this method, only populate fields in the
10218- * request that you want to modify. When updating fields, some fields might be changed
10220+ * Updates a file's metadata, content, or both . When calling this method, only populate fields in
10221+ * the request that you want to modify. When updating fields, some fields might be changed
1021910222 * automatically, such as `modifiedDate`. This method supports patch semantics. This method
1022010223 * supports an upload* URI and accepts uploaded media with the following characteristics: -
10221- * *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*` Note: Specify a valid MIME
10222- * type, rather than the literal `*` value. The literal `*` is only used to indicate that any
10223- * valid MIME type can be uploaded. For more information on uploading files, see [Upload file
10224- * data](/workspace/drive/api/guides/manage-uploads).
10224+ * *Maximum file size:* 5,120 GB - *Accepted Media MIME types:* `*` (Specify a valid MIME type,
10225+ * rather than the literal `*` value. The literal `*` is only used to indicate that any valid MIME
10226+ * type can be uploaded. For more information, see [Google Workspace and Google Drive supported
10227+ * MIME types](/workspace/drive/api/guides/mime-types).) For more information on uploading files,
10228+ * see [Upload file data](/workspace/drive/api/guides/manage-uploads).
1022510229 *
1022610230 * Create a request for the method "files.update".
1022710231 *
0 commit comments