File tree 4 files changed +8
-12
lines changed
clients/google-api-services-drive/v3
com/google/api/services/drive
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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-drive</artifactId >
25
- <version >v3-rev20250506 -2.0.0</version >
25
+ <version >v3-rev20250511 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -2776,9 +2776,7 @@ public Create set(String parameterName, Object value) {
2776
2776
}
2777
2777
/**
2778
2778
* 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).
2782
2780
*
2783
2781
* Create a request for the method "comments.delete".
2784
2782
*
@@ -2801,9 +2799,7 @@ public class Delete extends DriveRequest<Void> {
2801
2799
2802
2800
/**
2803
2801
* 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).
2807
2803
*
2808
2804
* Create a request for the method "comments.delete".
2809
2805
*
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-drive</artifactId >
25
- <version >v3-rev20250506 -2.0.0</version >
25
+ <version >v3-rev20250511 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments