File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed
clients/google-api-services-drive/v3
com/google/api/services/drive/model Expand file tree Collapse file tree 5 files changed +18
-18
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-rev20250701 -2.0.0</version >
25
+ <version >v3-rev20250717 -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-rev20250701 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-drive:v3-rev20250717 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 30
30
public final class DownloadRestrictionsMetadata extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
33
- * The effective download restriction applied to this file. This considers all restriction
34
- * settings and DLP rules.
33
+ * Output only. The effective download restriction applied to this file. This considers all
34
+ * restriction settings and DLP rules.
35
35
* The value may be {@code null}.
36
36
*/
37
37
@ com .google .api .client .util .Key
@@ -46,17 +46,17 @@ public final class DownloadRestrictionsMetadata extends com.google.api.client.js
46
46
private DownloadRestriction itemDownloadRestriction ;
47
47
48
48
/**
49
- * The effective download restriction applied to this file. This considers all restriction
50
- * settings and DLP rules.
49
+ * Output only. The effective download restriction applied to this file. This considers all
50
+ * restriction settings and DLP rules.
51
51
* @return value or {@code null} for none
52
52
*/
53
53
public DownloadRestriction getEffectiveDownloadRestrictionWithContext () {
54
54
return effectiveDownloadRestrictionWithContext ;
55
55
}
56
56
57
57
/**
58
- * The effective download restriction applied to this file. This considers all restriction
59
- * settings and DLP rules.
58
+ * Output only. The effective download restriction applied to this file. This considers all
59
+ * restriction settings and DLP rules.
60
60
* @param effectiveDownloadRestrictionWithContext effectiveDownloadRestrictionWithContext or {@code null} for none
61
61
*/
62
62
public DownloadRestrictionsMetadata setEffectiveDownloadRestrictionWithContext (DownloadRestriction effectiveDownloadRestrictionWithContext ) {
Original file line number Diff line number Diff line change @@ -1798,8 +1798,8 @@ public static final class Capabilities extends com.google.api.client.json.Generi
1798
1798
private java .lang .Boolean canChangeCopyRequiresWriterPermission ;
1799
1799
1800
1800
/**
1801
- * Output only. Whether the current user can change the owner-applied download restrictions of the
1802
- * file.
1801
+ * Output only. Whether the current user can change the owner or organizer -applied download
1802
+ * restrictions of the file.
1803
1803
* The value may be {@code null}.
1804
1804
*/
1805
1805
@ com .google .api .client .util .Key
@@ -2194,17 +2194,17 @@ public Capabilities setCanChangeCopyRequiresWriterPermission(java.lang.Boolean c
2194
2194
}
2195
2195
2196
2196
/**
2197
- * Output only. Whether the current user can change the owner-applied download restrictions of the
2198
- * file.
2197
+ * Output only. Whether the current user can change the owner or organizer -applied download
2198
+ * restrictions of the file.
2199
2199
* @return value or {@code null} for none
2200
2200
*/
2201
2201
public java .lang .Boolean getCanChangeItemDownloadRestriction () {
2202
2202
return canChangeItemDownloadRestriction ;
2203
2203
}
2204
2204
2205
2205
/**
2206
- * Output only. Whether the current user can change the owner-applied download restrictions of the
2207
- * file.
2206
+ * Output only. Whether the current user can change the owner or organizer -applied download
2207
+ * restrictions of the file.
2208
2208
* @param canChangeItemDownloadRestriction canChangeItemDownloadRestriction or {@code null} for none
2209
2209
*/
2210
2210
public Capabilities setCanChangeItemDownloadRestriction (java .lang .Boolean canChangeItemDownloadRestriction ) {
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-rev20250701 -2.0.0</version >
12
- <name >Google Drive API v3-rev20250701 -2.0.0</name >
11
+ <version >v3-rev20250717 -2.0.0</version >
12
+ <name >Google Drive API v3-rev20250717 -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-rev20250701 -2.0.0</version >
25
+ <version >v3-rev20250717 -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-rev20250701 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-drive:v3-rev20250717 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments