File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
clients/google-api-services-drive/v3
com/google/api/services/drive Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff 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-rev20250506 -2.0.0</version >
25+ <version >v3-rev20250511 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-drive:v3-rev20250506 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-drive:v3-rev20250511 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -2776,9 +2776,7 @@ public Create set(String parameterName, Object value) {
27762776 }
27772777 /**
27782778 * Deletes a comment. For more information, see [Manage comments and
2779- * replies](https://developers.google.com/workspace/drive/api/guides/manage-comments). Required: The
2780- * `fields` parameter must be set. To return the exact fields you need, see [Return specific
2781- * fields](https://developers.google.com/workspace/drive/api/guides/fields-parameter).
2779+ * replies](https://developers.google.com/workspace/drive/api/guides/manage-comments).
27822780 *
27832781 * Create a request for the method "comments.delete".
27842782 *
@@ -2801,9 +2799,7 @@ public class Delete extends DriveRequest<Void> {
28012799
28022800 /**
28032801 * Deletes a comment. For more information, see [Manage comments and
2804- * replies](https://developers.google.com/workspace/drive/api/guides/manage-comments). Required:
2805- * The `fields` parameter must be set. To return the exact fields you need, see [Return specific
2806- * fields](https://developers.google.com/workspace/drive/api/guides/fields-parameter).
2802+ * replies](https://developers.google.com/workspace/drive/api/guides/manage-comments).
28072803 *
28082804 * Create a request for the method "comments.delete".
28092805 *
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-drive</artifactId >
11- <version >v3-rev20250506 -2.0.0</version >
12- <name >Google Drive API v3-rev20250506 -2.0.0</name >
11+ <version >v3-rev20250511 -2.0.0</version >
12+ <name >Google Drive API v3-rev20250511 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250506 -2.0.0</version >
25+ <version >v3-rev20250511 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-drive:v3-rev20250506 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-drive:v3-rev20250511 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments