Skip to content

Commit fa15fa1

Browse files
1 parent 0d0b21f commit fa15fa1

File tree

5 files changed

+18
-18
lines changed

5 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class DownloadRestrictionsMetadata extends com.google.api.client.json.GenericJson {
3131

3232
/**
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.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -46,17 +46,17 @@ public final class DownloadRestrictionsMetadata extends com.google.api.client.js
4646
private DownloadRestriction itemDownloadRestriction;
4747

4848
/**
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.
5151
* @return value or {@code null} for none
5252
*/
5353
public DownloadRestriction getEffectiveDownloadRestrictionWithContext() {
5454
return effectiveDownloadRestrictionWithContext;
5555
}
5656

5757
/**
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.
6060
* @param effectiveDownloadRestrictionWithContext effectiveDownloadRestrictionWithContext or {@code null} for none
6161
*/
6262
public DownloadRestrictionsMetadata setEffectiveDownloadRestrictionWithContext(DownloadRestriction effectiveDownloadRestrictionWithContext) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,8 +1798,8 @@ public static final class Capabilities extends com.google.api.client.json.Generi
17981798
private java.lang.Boolean canChangeCopyRequiresWriterPermission;
17991799

18001800
/**
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.
18031803
* The value may be {@code null}.
18041804
*/
18051805
@com.google.api.client.util.Key
@@ -2194,17 +2194,17 @@ public Capabilities setCanChangeCopyRequiresWriterPermission(java.lang.Boolean c
21942194
}
21952195

21962196
/**
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.
21992199
* @return value or {@code null} for none
22002200
*/
22012201
public java.lang.Boolean getCanChangeItemDownloadRestriction() {
22022202
return canChangeItemDownloadRestriction;
22032203
}
22042204

22052205
/**
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.
22082208
* @param canChangeItemDownloadRestriction canChangeItemDownloadRestriction or {@code null} for none
22092209
*/
22102210
public Capabilities setCanChangeItemDownloadRestriction(java.lang.Boolean canChangeItemDownloadRestriction) {

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

0 commit comments

Comments
 (0)