Skip to content

Commit 0b113b2

Browse files
1 parent c9edf2a commit 0b113b2

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

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-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
}
3737
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'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
*

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-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>

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-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
}
3737
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'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)