From 11d9aa558746cb2dd92b4a694621f70265b6d682 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 5 Feb 2026 18:07:41 -0800
Subject: [PATCH] chore: regenerate drive client
---
.../v3/2.0.0/README.md | 4 +-
.../com/google/api/services/drive/Drive.java | 72 ++++++++++---------
.../v3/2.0.0/pom.xml | 4 +-
.../google-api-services-drive/v3/README.md | 4 +-
4 files changed, 45 insertions(+), 39 deletions(-)
diff --git a/clients/google-api-services-drive/v3/2.0.0/README.md b/clients/google-api-services-drive/v3/2.0.0/README.md
index 255e221da0e..9fe8787ec84 100644
--- a/clients/google-api-services-drive/v3/2.0.0/README.md
+++ b/clients/google-api-services-drive/v3/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-drive
- v3-rev20251210-2.0.0
+ v3-rev20260128-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-drive:v3-rev20251210-2.0.0'
+ implementation 'com.google.apis:google-api-services-drive:v3-rev20260128-2.0.0'
}
```
diff --git a/clients/google-api-services-drive/v3/2.0.0/com/google/api/services/drive/Drive.java b/clients/google-api-services-drive/v3/2.0.0/com/google/api/services/drive/Drive.java
index f803b0346d7..dfccacd4ffc 100644
--- a/clients/google-api-services-drive/v3/2.0.0/com/google/api/services/drive/Drive.java
+++ b/clients/google-api-services-drive/v3/2.0.0/com/google/api/services/drive/Drive.java
@@ -7456,20 +7456,20 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
}
/**
- * Bodies of items (files or documents) to which the query applies. Supported bodies are: *
- * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to `allDrives` for
- * efficiency. By default, corpora is set to `user`. However, this can change depending on the
- * filter set through the `q` parameter. For more information, see [File
+ * Specifies a collection of items (files or documents) to which the query applies. Supported
+ * items include: * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to
+ * `allDrives` for efficiency. By default, corpora is set to `user`. However, this can change
+ * depending on the filter set through the `q` parameter. For more information, see [File
* organization](https://developers.google.com/workspace/drive/api/guides/about-files#file-
* organization).
*/
@com.google.api.client.util.Key
private java.lang.String corpora;
- /** Bodies of items (files or documents) to which the query applies. Supported bodies are: * `user` *
- `domain` * `drive` * `allDrives` Prefer `user` or `drive` to `allDrives` for efficiency. By
- default, corpora is set to `user`. However, this can change depending on the filter set through the
- `q` parameter. For more information, see [File
+ /** Specifies a collection of items (files or documents) to which the query applies. Supported items
+ include: * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to `allDrives` for
+ efficiency. By default, corpora is set to `user`. However, this can change depending on the filter
+ set through the `q` parameter. For more information, see [File
organization](https://developers.google.com/workspace/drive/api/guides/about-files#file-
organization).
*/
@@ -7478,10 +7478,10 @@ public java.lang.String getCorpora() {
}
/**
- * Bodies of items (files or documents) to which the query applies. Supported bodies are: *
- * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to `allDrives` for
- * efficiency. By default, corpora is set to `user`. However, this can change depending on the
- * filter set through the `q` parameter. For more information, see [File
+ * Specifies a collection of items (files or documents) to which the query applies. Supported
+ * items include: * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to
+ * `allDrives` for efficiency. By default, corpora is set to `user`. However, this can change
+ * depending on the filter set through the `q` parameter. For more information, see [File
* organization](https://developers.google.com/workspace/drive/api/guides/about-files#file-
* organization).
*/
@@ -7653,11 +7653,13 @@ public boolean isIncludeTeamDriveItems() {
/**
* A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the file was
- * created. * `folder`: The folder ID. This field is sorted using alphabetical ordering. *
- * `modifiedByMeTime`: The last time the file was modified by the user. * `modifiedTime`: The
- * last time the file was modified by anyone. * `name`: The name of the file. This field is
- * sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The name of the
- * file. This field is sorted using natural sort ordering, so 1, 2, 12, 22. *
+ * created. Avoid using this key for queries on large item collections as it might result in
+ * timeouts or other issues. For time-related sorting on large item collections, use
+ * `modifiedTime` instead. * `folder`: The folder ID. This field is sorted using alphabetical
+ * ordering. * `modifiedByMeTime`: The last time the file was modified by the user. *
+ * `modifiedTime`: The last time the file was modified by anyone. * `name`: The name of the
+ * file. This field is sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`:
+ * The name of the file. This field is sorted using natural sort ordering, so 1, 2, 12, 22. *
* `quotaBytesUsed`: The number of storage quota bytes used by the file. * `recency`: The most
* recent timestamp from the file's date-time fields. * `sharedWithMeTime`: When the file was
* shared with the user, if applicable. * `starred`: Whether the user has starred the file. *
@@ -7668,17 +7670,19 @@ public boolean isIncludeTeamDriveItems() {
@com.google.api.client.util.Key
private java.lang.String orderBy;
- /** A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the file was created. *
- `folder`: The folder ID. This field is sorted using alphabetical ordering. * `modifiedByMeTime`:
- The last time the file was modified by the user. * `modifiedTime`: The last time the file was
- modified by anyone. * `name`: The name of the file. This field is sorted using alphabetical
- ordering, so 1, 12, 2, 22. * `name_natural`: The name of the file. This field is sorted using
- natural sort ordering, so 1, 2, 12, 22. * `quotaBytesUsed`: The number of storage quota bytes used
- by the file. * `recency`: The most recent timestamp from the file's date-time fields. *
- `sharedWithMeTime`: When the file was shared with the user, if applicable. * `starred`: Whether the
- user has starred the file. * `viewedByMeTime`: The last time the file was viewed by the user. Each
- key sorts ascending by default, but can be reversed with the `desc` modifier. Example usage:
- `?orderBy=folder,modifiedTime desc,name`.
+ /** A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the file was created.
+ Avoid using this key for queries on large item collections as it might result in timeouts or other
+ issues. For time-related sorting on large item collections, use `modifiedTime` instead. * `folder`:
+ The folder ID. This field is sorted using alphabetical ordering. * `modifiedByMeTime`: The last
+ time the file was modified by the user. * `modifiedTime`: The last time the file was modified by
+ anyone. * `name`: The name of the file. This field is sorted using alphabetical ordering, so 1, 12,
+ 2, 22. * `name_natural`: The name of the file. This field is sorted using natural sort ordering, so
+ 1, 2, 12, 22. * `quotaBytesUsed`: The number of storage quota bytes used by the file. * `recency`:
+ The most recent timestamp from the file's date-time fields. * `sharedWithMeTime`: When the file was
+ shared with the user, if applicable. * `starred`: Whether the user has starred the file. *
+ `viewedByMeTime`: The last time the file was viewed by the user. Each key sorts ascending by
+ default, but can be reversed with the `desc` modifier. Example usage: `?orderBy=folder,modifiedTime
+ desc,name`.
*/
public java.lang.String getOrderBy() {
return orderBy;
@@ -7686,11 +7690,13 @@ public java.lang.String getOrderBy() {
/**
* A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the file was
- * created. * `folder`: The folder ID. This field is sorted using alphabetical ordering. *
- * `modifiedByMeTime`: The last time the file was modified by the user. * `modifiedTime`: The
- * last time the file was modified by anyone. * `name`: The name of the file. This field is
- * sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The name of the
- * file. This field is sorted using natural sort ordering, so 1, 2, 12, 22. *
+ * created. Avoid using this key for queries on large item collections as it might result in
+ * timeouts or other issues. For time-related sorting on large item collections, use
+ * `modifiedTime` instead. * `folder`: The folder ID. This field is sorted using alphabetical
+ * ordering. * `modifiedByMeTime`: The last time the file was modified by the user. *
+ * `modifiedTime`: The last time the file was modified by anyone. * `name`: The name of the
+ * file. This field is sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`:
+ * The name of the file. This field is sorted using natural sort ordering, so 1, 2, 12, 22. *
* `quotaBytesUsed`: The number of storage quota bytes used by the file. * `recency`: The most
* recent timestamp from the file's date-time fields. * `sharedWithMeTime`: When the file was
* shared with the user, if applicable. * `starred`: Whether the user has starred the file. *
diff --git a/clients/google-api-services-drive/v3/2.0.0/pom.xml b/clients/google-api-services-drive/v3/2.0.0/pom.xml
index 719f3b80c26..c9d456b8183 100644
--- a/clients/google-api-services-drive/v3/2.0.0/pom.xml
+++ b/clients/google-api-services-drive/v3/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-drive
- v3-rev20251210-2.0.0
- Google Drive API v3-rev20251210-2.0.0
+ v3-rev20260128-2.0.0
+ Google Drive API v3-rev20260128-2.0.0
jar
2011
diff --git a/clients/google-api-services-drive/v3/README.md b/clients/google-api-services-drive/v3/README.md
index 255e221da0e..9fe8787ec84 100644
--- a/clients/google-api-services-drive/v3/README.md
+++ b/clients/google-api-services-drive/v3/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-drive
- v3-rev20251210-2.0.0
+ v3-rev20260128-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-drive:v3-rev20251210-2.0.0'
+ implementation 'com.google.apis:google-api-services-drive:v3-rev20260128-2.0.0'
}
```