Skip to content

Commit 64c9165

Browse files
1 parent b1cd8e7 commit 64c9165

File tree

10 files changed

+56
-38
lines changed

10 files changed

+56
-38
lines changed

clients/google-api-services-drive/v2/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>v2-rev20250829-2.0.0</version>
25+
<version>v2-rev20251114-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:v2-rev20250829-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v2-rev20251114-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16732,7 +16732,11 @@ public Get set(String parameterName, Object value) {
1673216732
}
1673316733
}
1673416734
/**
16735-
* Lists a file's revisions.
16735+
* Lists a file's revisions. **Important:** The list of revisions returned by this method might be
16736+
* incomplete for files with a large revision history, including frequently edited Google Docs,
16737+
* Sheets, and Slides. Older revisions might be omitted from the response, meaning the first
16738+
* revision returned may not be the oldest existing revision. The revision history visible in the
16739+
* Workspace editor user interface might be more complete than the list returned by the API.
1673616740
*
1673716741
* Create a request for the method "revisions.list".
1673816742
*
@@ -16753,7 +16757,11 @@ public class List extends DriveRequest<com.google.api.services.drive.model.Revis
1675316757
private static final String REST_PATH = "files/{fileId}/revisions";
1675416758

1675516759
/**
16756-
* Lists a file's revisions.
16760+
* Lists a file's revisions. **Important:** The list of revisions returned by this method might be
16761+
* incomplete for files with a large revision history, including frequently edited Google Docs,
16762+
* Sheets, and Slides. Older revisions might be omitted from the response, meaning the first
16763+
* revision returned may not be the oldest existing revision. The revision history visible in the
16764+
* Workspace editor user interface might be more complete than the list returned by the API.
1675716765
*
1675816766
* Create a request for the method "revisions.list".
1675916767
*

clients/google-api-services-drive/v2/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>v2-rev20250829-2.0.0</version>
12-
<name>Google Drive API v2-rev20250829-2.0.0</name>
11+
<version>v2-rev20251114-2.0.0</version>
12+
<name>Google Drive API v2-rev20251114-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-drive/v2/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>v2-rev20250829-2.0.0</version>
25+
<version>v2-rev20251114-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:v2-rev20250829-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v2-rev20251114-2.0.0'
3939
}
4040
```
4141

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-rev20251019-2.0.0</version>
25+
<version>v3-rev20251114-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-rev20251019-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v3-rev20251114-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12115,6 +12115,11 @@ public Get set(String parameterName, Object value) {
1211512115
/**
1211612116
* Lists a file's revisions. For more information, see [Manage file
1211712117
* revisions](https://developers.google.com/workspace/drive/api/guides/manage-revisions).
12118+
* **Important:** The list of revisions returned by this method might be incomplete for files with a
12119+
* large revision history, including frequently edited Google Docs, Sheets, and Slides. Older
12120+
* revisions might be omitted from the response, meaning the first revision returned may not be the
12121+
* oldest existing revision. The revision history visible in the Workspace editor user interface
12122+
* might be more complete than the list returned by the API.
1211812123
*
1211912124
* Create a request for the method "revisions.list".
1212012125
*
@@ -12137,6 +12142,11 @@ public class List extends DriveRequest<com.google.api.services.drive.model.Revis
1213712142
/**
1213812143
* Lists a file's revisions. For more information, see [Manage file
1213912144
* revisions](https://developers.google.com/workspace/drive/api/guides/manage-revisions).
12145+
* **Important:** The list of revisions returned by this method might be incomplete for files with
12146+
* a large revision history, including frequently edited Google Docs, Sheets, and Slides. Older
12147+
* revisions might be omitted from the response, meaning the first revision returned may not be
12148+
* the oldest existing revision. The revision history visible in the Workspace editor user
12149+
* interface might be more complete than the list returned by the API.
1214012150
*
1214112151
* Create a request for the method "revisions.list".
1214212152
*

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public final class Comment extends com.google.api.client.json.GenericJson {
4040
private java.lang.String anchor;
4141

4242
/**
43-
* Output only. The email of the user who is assigned to this comment, if none is assigned this
44-
* will be unset.
43+
* Output only. The email address of the user assigned to this comment. If no user is assigned,
44+
* the field is unset.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -100,8 +100,8 @@ public final class Comment extends com.google.api.client.json.GenericJson {
100100
private java.lang.String kind;
101101

102102
/**
103-
* Output only. The emails of the users who were mentioned in this comment, if none were mentioned
104-
* this will be an empty list.
103+
* Output only. A list of email addresses for users mentioned in this comment. If no users are
104+
* mentioned, the list is empty.
105105
* The value may be {@code null}.
106106
*/
107107
@com.google.api.client.util.Key
@@ -158,17 +158,17 @@ public Comment setAnchor(java.lang.String anchor) {
158158
}
159159

160160
/**
161-
* Output only. The email of the user who is assigned to this comment, if none is assigned this
162-
* will be unset.
161+
* Output only. The email address of the user assigned to this comment. If no user is assigned,
162+
* the field is unset.
163163
* @return value or {@code null} for none
164164
*/
165165
public java.lang.String getAssigneeEmailAddress() {
166166
return assigneeEmailAddress;
167167
}
168168

169169
/**
170-
* Output only. The email of the user who is assigned to this comment, if none is assigned this
171-
* will be unset.
170+
* Output only. The email address of the user assigned to this comment. If no user is assigned,
171+
* the field is unset.
172172
* @param assigneeEmailAddress assigneeEmailAddress or {@code null} for none
173173
*/
174174
public Comment setAssigneeEmailAddress(java.lang.String assigneeEmailAddress) {
@@ -302,17 +302,17 @@ public Comment setKind(java.lang.String kind) {
302302
}
303303

304304
/**
305-
* Output only. The emails of the users who were mentioned in this comment, if none were mentioned
306-
* this will be an empty list.
305+
* Output only. A list of email addresses for users mentioned in this comment. If no users are
306+
* mentioned, the list is empty.
307307
* @return value or {@code null} for none
308308
*/
309309
public java.util.List<java.lang.String> getMentionedEmailAddresses() {
310310
return mentionedEmailAddresses;
311311
}
312312

313313
/**
314-
* Output only. The emails of the users who were mentioned in this comment, if none were mentioned
315-
* this will be an empty list.
314+
* Output only. A list of email addresses for users mentioned in this comment. If no users are
315+
* mentioned, the list is empty.
316316
* @param mentionedEmailAddresses mentionedEmailAddresses or {@code null} for none
317317
*/
318318
public Comment setMentionedEmailAddresses(java.util.List<java.lang.String> mentionedEmailAddresses) {

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class Reply extends com.google.api.client.json.GenericJson {
3838
private java.lang.String action;
3939

4040
/**
41-
* Output only. The email of the user who is assigned to this reply, if none is assigned this will
42-
* be unset.
41+
* Output only. The email address of the user assigned to this comment. If no user is assigned,
42+
* the field is unset.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -97,8 +97,8 @@ public final class Reply extends com.google.api.client.json.GenericJson {
9797
private java.lang.String kind;
9898

9999
/**
100-
* Output only. The emails of the users who were mentioned in this reply, if none were mentioned
101-
* this will be an empty list.
100+
* Output only. A list of email addresses for users mentioned in this comment. If no users are
101+
* mentioned, the list is empty.
102102
* The value may be {@code null}.
103103
*/
104104
@com.google.api.client.util.Key
@@ -129,17 +129,17 @@ public Reply setAction(java.lang.String action) {
129129
}
130130

131131
/**
132-
* Output only. The email of the user who is assigned to this reply, if none is assigned this will
133-
* be unset.
132+
* Output only. The email address of the user assigned to this comment. If no user is assigned,
133+
* the field is unset.
134134
* @return value or {@code null} for none
135135
*/
136136
public java.lang.String getAssigneeEmailAddress() {
137137
return assigneeEmailAddress;
138138
}
139139

140140
/**
141-
* Output only. The email of the user who is assigned to this reply, if none is assigned this will
142-
* be unset.
141+
* Output only. The email address of the user assigned to this comment. If no user is assigned,
142+
* the field is unset.
143143
* @param assigneeEmailAddress assigneeEmailAddress or {@code null} for none
144144
*/
145145
public Reply setAssigneeEmailAddress(java.lang.String assigneeEmailAddress) {
@@ -271,17 +271,17 @@ public Reply setKind(java.lang.String kind) {
271271
}
272272

273273
/**
274-
* Output only. The emails of the users who were mentioned in this reply, if none were mentioned
275-
* this will be an empty list.
274+
* Output only. A list of email addresses for users mentioned in this comment. If no users are
275+
* mentioned, the list is empty.
276276
* @return value or {@code null} for none
277277
*/
278278
public java.util.List<java.lang.String> getMentionedEmailAddresses() {
279279
return mentionedEmailAddresses;
280280
}
281281

282282
/**
283-
* Output only. The emails of the users who were mentioned in this reply, if none were mentioned
284-
* this will be an empty list.
283+
* Output only. A list of email addresses for users mentioned in this comment. If no users are
284+
* mentioned, the list is empty.
285285
* @param mentionedEmailAddresses mentionedEmailAddresses or {@code null} for none
286286
*/
287287
public Reply setMentionedEmailAddresses(java.util.List<java.lang.String> mentionedEmailAddresses) {

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-rev20251019-2.0.0</version>
12-
<name>Google Drive API v3-rev20251019-2.0.0</name>
11+
<version>v3-rev20251114-2.0.0</version>
12+
<name>Google Drive API v3-rev20251114-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-rev20251019-2.0.0</version>
25+
<version>v3-rev20251114-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-rev20251019-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v3-rev20251114-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)