Skip to content

Commit 51b9dc8

Browse files
1 parent 8f5570c commit 51b9dc8

File tree

8 files changed

+52
-30
lines changed

8 files changed

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

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6905,21 +6905,24 @@ public Get setFileId(java.lang.String fileId) {
69056905

69066906
/**
69076907
* Whether the user is acknowledging the risk of downloading known malware or other abusive
6908-
* files.
6908+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
6909+
* the owner of the file or an organizer of the shared drive in which the file resides.
69096910
*/
69106911
@com.google.api.client.util.Key
69116912
private java.lang.Boolean acknowledgeAbuse;
69126913

69136914
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files.
6914-
[default: false]
6915+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
6916+
file or an organizer of the shared drive in which the file resides. [default: false]
69156917
*/
69166918
public java.lang.Boolean getAcknowledgeAbuse() {
69176919
return acknowledgeAbuse;
69186920
}
69196921

69206922
/**
69216923
* Whether the user is acknowledging the risk of downloading known malware or other abusive
6922-
* files.
6924+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
6925+
* the owner of the file or an organizer of the shared drive in which the file resides.
69236926
*/
69246927
public Get setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
69256928
this.acknowledgeAbuse = acknowledgeAbuse;
@@ -6944,6 +6947,8 @@ public Get setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
69446947
*
69456948
* <p>
69466949
* Whether the user is acknowledging the risk of downloading known malware or other abusive files.
6950+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
6951+
file or an organizer of the shared drive in which the file resides.
69476952
* </p>
69486953
*/
69496954
public boolean isAcknowledgeAbuse() {
@@ -11032,21 +11037,24 @@ public Watch setFileId(java.lang.String fileId) {
1103211037

1103311038
/**
1103411039
* Whether the user is acknowledging the risk of downloading known malware or other abusive
11035-
* files.
11040+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
11041+
* the owner of the file or an organizer of the shared drive in which the file resides.
1103611042
*/
1103711043
@com.google.api.client.util.Key
1103811044
private java.lang.Boolean acknowledgeAbuse;
1103911045

1104011046
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files.
11041-
[default: false]
11047+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
11048+
file or an organizer of the shared drive in which the file resides. [default: false]
1104211049
*/
1104311050
public java.lang.Boolean getAcknowledgeAbuse() {
1104411051
return acknowledgeAbuse;
1104511052
}
1104611053

1104711054
/**
1104811055
* Whether the user is acknowledging the risk of downloading known malware or other abusive
11049-
* files.
11056+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
11057+
* the owner of the file or an organizer of the shared drive in which the file resides.
1105011058
*/
1105111059
public Watch setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
1105211060
this.acknowledgeAbuse = acknowledgeAbuse;
@@ -11071,6 +11079,8 @@ public Watch setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
1107111079
*
1107211080
* <p>
1107311081
* Whether the user is acknowledging the risk of downloading known malware or other abusive files.
11082+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
11083+
file or an organizer of the shared drive in which the file resides.
1107411084
* </p>
1107511085
*/
1107611086
public boolean isAcknowledgeAbuse() {

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

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

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6056,21 +6056,24 @@ public Get setFileId(java.lang.String fileId) {
60566056

60576057
/**
60586058
* Whether the user is acknowledging the risk of downloading known malware or other abusive
6059-
* files. This is only applicable when alt=media.
6059+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
6060+
* the owner of the file or an organizer of the shared drive in which the file resides.
60606061
*/
60616062
@com.google.api.client.util.Key
60626063
private java.lang.Boolean acknowledgeAbuse;
60636064

60646065
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files.
6065-
This is only applicable when alt=media. [default: false]
6066+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
6067+
file or an organizer of the shared drive in which the file resides. [default: false]
60666068
*/
60676069
public java.lang.Boolean getAcknowledgeAbuse() {
60686070
return acknowledgeAbuse;
60696071
}
60706072

60716073
/**
60726074
* Whether the user is acknowledging the risk of downloading known malware or other abusive
6073-
* files. This is only applicable when alt=media.
6075+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
6076+
* the owner of the file or an organizer of the shared drive in which the file resides.
60746077
*/
60756078
public Get setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
60766079
this.acknowledgeAbuse = acknowledgeAbuse;
@@ -6095,7 +6098,8 @@ public Get setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
60956098
*
60966099
* <p>
60976100
* Whether the user is acknowledging the risk of downloading known malware or other abusive files.
6098-
This is only applicable when alt=media.
6101+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
6102+
file or an organizer of the shared drive in which the file resides.
60996103
* </p>
61006104
*/
61016105
public boolean isAcknowledgeAbuse() {
@@ -7686,21 +7690,24 @@ public Watch setFileId(java.lang.String fileId) {
76867690

76877691
/**
76887692
* Whether the user is acknowledging the risk of downloading known malware or other abusive
7689-
* files. This is only applicable when alt=media.
7693+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
7694+
* the owner of the file or an organizer of the shared drive in which the file resides.
76907695
*/
76917696
@com.google.api.client.util.Key
76927697
private java.lang.Boolean acknowledgeAbuse;
76937698

76947699
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files.
7695-
This is only applicable when alt=media. [default: false]
7700+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
7701+
file or an organizer of the shared drive in which the file resides. [default: false]
76967702
*/
76977703
public java.lang.Boolean getAcknowledgeAbuse() {
76987704
return acknowledgeAbuse;
76997705
}
77007706

77017707
/**
77027708
* Whether the user is acknowledging the risk of downloading known malware or other abusive
7703-
* files. This is only applicable when alt=media.
7709+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
7710+
* the owner of the file or an organizer of the shared drive in which the file resides.
77047711
*/
77057712
public Watch setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
77067713
this.acknowledgeAbuse = acknowledgeAbuse;
@@ -7725,7 +7732,8 @@ public Watch setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
77257732
*
77267733
* <p>
77277734
* Whether the user is acknowledging the risk of downloading known malware or other abusive files.
7728-
This is only applicable when alt=media.
7735+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
7736+
file or an organizer of the shared drive in which the file resides.
77297737
* </p>
77307738
*/
77317739
public boolean isAcknowledgeAbuse() {
@@ -10865,21 +10873,24 @@ public Get setRevisionId(java.lang.String revisionId) {
1086510873

1086610874
/**
1086710875
* Whether the user is acknowledging the risk of downloading known malware or other abusive
10868-
* files. This is only applicable when alt=media.
10876+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
10877+
* the owner of the file or an organizer of the shared drive in which the file resides.
1086910878
*/
1087010879
@com.google.api.client.util.Key
1087110880
private java.lang.Boolean acknowledgeAbuse;
1087210881

1087310882
/** Whether the user is acknowledging the risk of downloading known malware or other abusive files.
10874-
This is only applicable when alt=media. [default: false]
10883+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
10884+
file or an organizer of the shared drive in which the file resides. [default: false]
1087510885
*/
1087610886
public java.lang.Boolean getAcknowledgeAbuse() {
1087710887
return acknowledgeAbuse;
1087810888
}
1087910889

1088010890
/**
1088110891
* Whether the user is acknowledging the risk of downloading known malware or other abusive
10882-
* files. This is only applicable when alt=media.
10892+
* files. This is only applicable when the `alt` parameter is set to `media` and the user is
10893+
* the owner of the file or an organizer of the shared drive in which the file resides.
1088310894
*/
1088410895
public Get setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
1088510896
this.acknowledgeAbuse = acknowledgeAbuse;
@@ -10904,7 +10915,8 @@ public Get setAcknowledgeAbuse(java.lang.Boolean acknowledgeAbuse) {
1090410915
*
1090510916
* <p>
1090610917
* Whether the user is acknowledging the risk of downloading known malware or other abusive files.
10907-
This is only applicable when alt=media.
10918+
This is only applicable when the `alt` parameter is set to `media` and the user is the owner of the
10919+
file or an organizer of the shared drive in which the file resides.
1090810920
* </p>
1090910921
*/
1091010922
public boolean isAcknowledgeAbuse() {

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

0 commit comments

Comments
 (0)