Skip to content
Merged
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-rev20260712-2.0.0</version>
<version>v3-rev20260720-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-rev20260712-2.0.0'
implementation 'com.google.apis:google-api-services-drive:v3-rev20260720-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,9 @@ public static final class Capabilities extends com.google.api.client.json.Generi
private java.lang.Boolean canAcceptOwnership;

/**
* Whether the current user can access this file via Gen AI features.
* Whether the current user can access this file via Gen AI features. For more information, see
* [Drive MCP file eligibility](https://developers.google.com/workspace/drive/api/guides/drive-
* mcp-server-file-eligibility).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -2174,15 +2176,19 @@ public Capabilities setCanAcceptOwnership(java.lang.Boolean canAcceptOwnership)
}

/**
* Whether the current user can access this file via Gen AI features.
* Whether the current user can access this file via Gen AI features. For more information, see
* [Drive MCP file eligibility](https://developers.google.com/workspace/drive/api/guides/drive-
* mcp-server-file-eligibility).
* @return value or {@code null} for none
*/
public java.lang.Boolean getCanAccessViaGenAi() {
return canAccessViaGenAi;
}

/**
* Whether the current user can access this file via Gen AI features.
* Whether the current user can access this file via Gen AI features. For more information, see
* [Drive MCP file eligibility](https://developers.google.com/workspace/drive/api/guides/drive-
* mcp-server-file-eligibility).
* @param canAccessViaGenAi canAccessViaGenAi or {@code null} for none
*/
public Capabilities setCanAccessViaGenAi(java.lang.Boolean canAccessViaGenAi) {
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-rev20260712-2.0.0</version>
<name>Google Drive API v3-rev20260712-2.0.0</name>
<version>v3-rev20260720-2.0.0</version>
<name>Google Drive API v3-rev20260720-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-rev20260712-2.0.0</version>
<version>v3-rev20260720-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-rev20260712-2.0.0'
implementation 'com.google.apis:google-api-services-drive:v3-rev20260720-2.0.0'
}
```

Expand Down
Loading