Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-drive/v3/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v3-rev20251210-2.0.0</version>
<version>v3-rev20260128-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
*/
Expand All @@ -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).
*/
Expand Down Expand Up @@ -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. *
Expand All @@ -7668,29 +7670,33 @@ 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;
}

/**
* 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. *
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-drive/v3/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v3-rev20251210-2.0.0</version>
<name>Google Drive API v3-rev20251210-2.0.0</name>
<version>v3-rev20260128-2.0.0</version>
<name>Google Drive API v3-rev20260128-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-drive/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v3-rev20251210-2.0.0</version>
<version>v3-rev20260128-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down