Skip to content

Commit 776bd71

Browse files
chore: regenerate drive client
1 parent 38c1764 commit 776bd71

File tree

5 files changed

+49
-45
lines changed

5 files changed

+49
-45
lines changed

clients/google-api-services-drive/v2/2.0.0/com/google/api/services/drive/Drive.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Drive extends com.google.api.client.googleapis.services.json.Abstra
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -18044,8 +18044,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
1804418044
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
1804518045
* <li>Android: {@code newCompatibleTransport} from
1804618046
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
18047-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
18048-
* </li>
18047+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
1804918048
* </ul>
1805018049
* @param jsonFactory JSON factory, which may be:
1805118050
* <ul>

clients/google-api-services-drive/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-drive</artifactId>
25-
<version>v3-rev20251210-2.0.0</version>
25+
<version>v3-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-drive:v3-rev20251210-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v3-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v3/2.0.0/com/google/api/services/drive/Drive.java

Lines changed: 41 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Drive extends com.google.api.client.googleapis.services.json.Abstra
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -7456,20 +7456,20 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
74567456
}
74577457

74587458
/**
7459-
* Bodies of items (files or documents) to which the query applies. Supported bodies are: *
7460-
* `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to `allDrives` for
7461-
* efficiency. By default, corpora is set to `user`. However, this can change depending on the
7462-
* filter set through the `q` parameter. For more information, see [File
7459+
* Specifies a collection of items (files or documents) to which the query applies. Supported
7460+
* items include: * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to
7461+
* `allDrives` for efficiency. By default, corpora is set to `user`. However, this can change
7462+
* depending on the filter set through the `q` parameter. For more information, see [File
74637463
* organization](https://developers.google.com/workspace/drive/api/guides/about-files#file-
74647464
* organization).
74657465
*/
74667466
@com.google.api.client.util.Key
74677467
private java.lang.String corpora;
74687468

7469-
/** Bodies of items (files or documents) to which the query applies. Supported bodies are: * `user` *
7470-
`domain` * `drive` * `allDrives` Prefer `user` or `drive` to `allDrives` for efficiency. By
7471-
default, corpora is set to `user`. However, this can change depending on the filter set through the
7472-
`q` parameter. For more information, see [File
7469+
/** Specifies a collection of items (files or documents) to which the query applies. Supported items
7470+
include: * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to `allDrives` for
7471+
efficiency. By default, corpora is set to `user`. However, this can change depending on the filter
7472+
set through the `q` parameter. For more information, see [File
74737473
organization](https://developers.google.com/workspace/drive/api/guides/about-files#file-
74747474
organization).
74757475
*/
@@ -7478,10 +7478,10 @@ public java.lang.String getCorpora() {
74787478
}
74797479

74807480
/**
7481-
* Bodies of items (files or documents) to which the query applies. Supported bodies are: *
7482-
* `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to `allDrives` for
7483-
* efficiency. By default, corpora is set to `user`. However, this can change depending on the
7484-
* filter set through the `q` parameter. For more information, see [File
7481+
* Specifies a collection of items (files or documents) to which the query applies. Supported
7482+
* items include: * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `drive` to
7483+
* `allDrives` for efficiency. By default, corpora is set to `user`. However, this can change
7484+
* depending on the filter set through the `q` parameter. For more information, see [File
74857485
* organization](https://developers.google.com/workspace/drive/api/guides/about-files#file-
74867486
* organization).
74877487
*/
@@ -7653,11 +7653,13 @@ public boolean isIncludeTeamDriveItems() {
76537653

76547654
/**
76557655
* A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the file was
7656-
* created. * `folder`: The folder ID. This field is sorted using alphabetical ordering. *
7657-
* `modifiedByMeTime`: The last time the file was modified by the user. * `modifiedTime`: The
7658-
* last time the file was modified by anyone. * `name`: The name of the file. This field is
7659-
* sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The name of the
7660-
* file. This field is sorted using natural sort ordering, so 1, 2, 12, 22. *
7656+
* created. Avoid using this key for queries on large item collections as it might result in
7657+
* timeouts or other issues. For time-related sorting on large item collections, use
7658+
* `modifiedTime` instead. * `folder`: The folder ID. This field is sorted using alphabetical
7659+
* ordering. * `modifiedByMeTime`: The last time the file was modified by the user. *
7660+
* `modifiedTime`: The last time the file was modified by anyone. * `name`: The name of the
7661+
* file. This field is sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`:
7662+
* The name of the file. This field is sorted using natural sort ordering, so 1, 2, 12, 22. *
76617663
* `quotaBytesUsed`: The number of storage quota bytes used by the file. * `recency`: The most
76627664
* recent timestamp from the file's date-time fields. * `sharedWithMeTime`: When the file was
76637665
* shared with the user, if applicable. * `starred`: Whether the user has starred the file. *
@@ -7668,29 +7670,33 @@ public boolean isIncludeTeamDriveItems() {
76687670
@com.google.api.client.util.Key
76697671
private java.lang.String orderBy;
76707672

7671-
/** A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the file was created. *
7672-
`folder`: The folder ID. This field is sorted using alphabetical ordering. * `modifiedByMeTime`:
7673-
The last time the file was modified by the user. * `modifiedTime`: The last time the file was
7674-
modified by anyone. * `name`: The name of the file. This field is sorted using alphabetical
7675-
ordering, so 1, 12, 2, 22. * `name_natural`: The name of the file. This field is sorted using
7676-
natural sort ordering, so 1, 2, 12, 22. * `quotaBytesUsed`: The number of storage quota bytes used
7677-
by the file. * `recency`: The most recent timestamp from the file's date-time fields. *
7678-
`sharedWithMeTime`: When the file was shared with the user, if applicable. * `starred`: Whether the
7679-
user has starred the file. * `viewedByMeTime`: The last time the file was viewed by the user. Each
7680-
key sorts ascending by default, but can be reversed with the `desc` modifier. Example usage:
7681-
`?orderBy=folder,modifiedTime desc,name`.
7673+
/** A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the file was created.
7674+
Avoid using this key for queries on large item collections as it might result in timeouts or other
7675+
issues. For time-related sorting on large item collections, use `modifiedTime` instead. * `folder`:
7676+
The folder ID. This field is sorted using alphabetical ordering. * `modifiedByMeTime`: The last
7677+
time the file was modified by the user. * `modifiedTime`: The last time the file was modified by
7678+
anyone. * `name`: The name of the file. This field is sorted using alphabetical ordering, so 1, 12,
7679+
2, 22. * `name_natural`: The name of the file. This field is sorted using natural sort ordering, so
7680+
1, 2, 12, 22. * `quotaBytesUsed`: The number of storage quota bytes used by the file. * `recency`:
7681+
The most recent timestamp from the file's date-time fields. * `sharedWithMeTime`: When the file was
7682+
shared with the user, if applicable. * `starred`: Whether the user has starred the file. *
7683+
`viewedByMeTime`: The last time the file was viewed by the user. Each key sorts ascending by
7684+
default, but can be reversed with the `desc` modifier. Example usage: `?orderBy=folder,modifiedTime
7685+
desc,name`.
76827686
*/
76837687
public java.lang.String getOrderBy() {
76847688
return orderBy;
76857689
}
76867690

76877691
/**
76887692
* A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the file was
7689-
* created. * `folder`: The folder ID. This field is sorted using alphabetical ordering. *
7690-
* `modifiedByMeTime`: The last time the file was modified by the user. * `modifiedTime`: The
7691-
* last time the file was modified by anyone. * `name`: The name of the file. This field is
7692-
* sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The name of the
7693-
* file. This field is sorted using natural sort ordering, so 1, 2, 12, 22. *
7693+
* created. Avoid using this key for queries on large item collections as it might result in
7694+
* timeouts or other issues. For time-related sorting on large item collections, use
7695+
* `modifiedTime` instead. * `folder`: The folder ID. This field is sorted using alphabetical
7696+
* ordering. * `modifiedByMeTime`: The last time the file was modified by the user. *
7697+
* `modifiedTime`: The last time the file was modified by anyone. * `name`: The name of the
7698+
* file. This field is sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`:
7699+
* The name of the file. This field is sorted using natural sort ordering, so 1, 2, 12, 22. *
76947700
* `quotaBytesUsed`: The number of storage quota bytes used by the file. * `recency`: The most
76957701
* recent timestamp from the file's date-time fields. * `sharedWithMeTime`: When the file was
76967702
* shared with the user, if applicable. * `starred`: Whether the user has starred the file. *
@@ -13629,8 +13635,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
1362913635
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
1363013636
* <li>Android: {@code newCompatibleTransport} from
1363113637
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
13632-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
13633-
* </li>
13638+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
1363413639
* </ul>
1363513640
* @param jsonFactory JSON factory, which may be:
1363613641
* <ul>

clients/google-api-services-drive/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-drive</artifactId>
11-
<version>v3-rev20251210-2.0.0</version>
12-
<name>Google Drive API v3-rev20251210-2.0.0</name>
11+
<version>v3-rev20260128-2.0.0</version>
12+
<name>Google Drive API v3-rev20260128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-drive/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-drive</artifactId>
25-
<version>v3-rev20251210-2.0.0</version>
25+
<version>v3-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-drive:v3-rev20251210-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v3-rev20260128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)