File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-drive/v2
com/google/api/services/drive/model Expand file tree Collapse file tree 4 files changed +9
-9
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 >v2-rev20250329 -2.0.0</version >
25
+ <version >v2-rev20250419 -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:v2-rev20250329 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-drive:v2-rev20250419 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -192,22 +192,22 @@ public User clone() {
192
192
public static final class Picture extends com .google .api .client .json .GenericJson {
193
193
194
194
/**
195
- * Output Only . A URL that points to a profile picture of this user.
195
+ * Output only . A URL that points to a profile picture of this user.
196
196
* The value may be {@code null}.
197
197
*/
198
198
@ com .google .api .client .util .Key
199
199
private java .lang .String url ;
200
200
201
201
/**
202
- * Output Only . A URL that points to a profile picture of this user.
202
+ * Output only . A URL that points to a profile picture of this user.
203
203
* @return value or {@code null} for none
204
204
*/
205
205
public java .lang .String getUrl () {
206
206
return url ;
207
207
}
208
208
209
209
/**
210
- * Output Only . A URL that points to a profile picture of this user.
210
+ * Output only . A URL that points to a profile picture of this user.
211
211
* @param url url or {@code null} for none
212
212
*/
213
213
public Picture setUrl (java .lang .String url ) {
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 >v2-rev20250329 -2.0.0</version >
12
- <name >Google Drive API v2-rev20250329 -2.0.0</name >
11
+ <version >v2-rev20250419 -2.0.0</version >
12
+ <name >Google Drive API v2-rev20250419 -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 >v2-rev20250329 -2.0.0</version >
25
+ <version >v2-rev20250419 -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:v2-rev20250329 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-drive:v2-rev20250419 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments