Skip to content

Commit 962ed38

Browse files
1 parent 91f108e commit 962ed38

File tree

8 files changed

+26
-26
lines changed

8 files changed

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

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public final class File extends com.google.api.client.json.GenericJson {
497497

498498
/**
499499
* Shortcut file details. Only populated for shortcut files, which have the mimeType field set to
500-
* `application/vnd.google-apps.shortcut`.
500+
* `application/vnd.google-apps.shortcut`. Can only be set on `files.insert` requests.
501501
* The value may be {@code null}.
502502
*/
503503
@com.google.api.client.util.Key
@@ -1713,7 +1713,7 @@ public File setSharingUser(User sharingUser) {
17131713

17141714
/**
17151715
* Shortcut file details. Only populated for shortcut files, which have the mimeType field set to
1716-
* `application/vnd.google-apps.shortcut`.
1716+
* `application/vnd.google-apps.shortcut`. Can only be set on `files.insert` requests.
17171717
* @return value or {@code null} for none
17181718
*/
17191719
public ShortcutDetails getShortcutDetails() {
@@ -1722,7 +1722,7 @@ public ShortcutDetails getShortcutDetails() {
17221722

17231723
/**
17241724
* Shortcut file details. Only populated for shortcut files, which have the mimeType field set to
1725-
* `application/vnd.google-apps.shortcut`.
1725+
* `application/vnd.google-apps.shortcut`. Can only be set on `files.insert` requests.
17261726
* @param shortcutDetails shortcutDetails or {@code null} for none
17271727
*/
17281728
public File setShortcutDetails(ShortcutDetails shortcutDetails) {
@@ -4029,12 +4029,12 @@ public LinkShareMetadata clone() {
40294029

40304030
/**
40314031
* Shortcut file details. Only populated for shortcut files, which have the mimeType field set to
4032-
* `application/vnd.google-apps.shortcut`.
4032+
* `application/vnd.google-apps.shortcut`. Can only be set on `files.insert` requests.
40334033
*/
40344034
public static final class ShortcutDetails extends com.google.api.client.json.GenericJson {
40354035

40364036
/**
4037-
* The ID of the file that this shortcut points to.
4037+
* The ID of the file that this shortcut points to. Can only be set on `files.insert` requests.
40384038
* The value may be {@code null}.
40394039
*/
40404040
@com.google.api.client.util.Key
@@ -4056,15 +4056,15 @@ public static final class ShortcutDetails extends com.google.api.client.json.Gen
40564056
private java.lang.String targetResourceKey;
40574057

40584058
/**
4059-
* The ID of the file that this shortcut points to.
4059+
* The ID of the file that this shortcut points to. Can only be set on `files.insert` requests.
40604060
* @return value or {@code null} for none
40614061
*/
40624062
public java.lang.String getTargetId() {
40634063
return targetId;
40644064
}
40654065

40664066
/**
4067-
* The ID of the file that this shortcut points to.
4067+
* The ID of the file that this shortcut points to. Can only be set on `files.insert` requests.
40684068
* @param targetId targetId or {@code null} for none
40694069
*/
40704070
public ShortcutDetails setTargetId(java.lang.String targetId) {

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

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ public final class File extends com.google.api.client.json.GenericJson {
384384

385385
/**
386386
* Shortcut file details. Only populated for shortcut files, which have the mimeType field set to
387-
* `application/vnd.google-apps.shortcut`.
387+
* `application/vnd.google-apps.shortcut`. Can only be set on `files.create` requests.
388388
* The value may be {@code null}.
389389
*/
390390
@com.google.api.client.util.Key
@@ -1347,7 +1347,7 @@ public File setSharingUser(User sharingUser) {
13471347

13481348
/**
13491349
* Shortcut file details. Only populated for shortcut files, which have the mimeType field set to
1350-
* `application/vnd.google-apps.shortcut`.
1350+
* `application/vnd.google-apps.shortcut`. Can only be set on `files.create` requests.
13511351
* @return value or {@code null} for none
13521352
*/
13531353
public ShortcutDetails getShortcutDetails() {
@@ -1356,7 +1356,7 @@ public ShortcutDetails getShortcutDetails() {
13561356

13571357
/**
13581358
* Shortcut file details. Only populated for shortcut files, which have the mimeType field set to
1359-
* `application/vnd.google-apps.shortcut`.
1359+
* `application/vnd.google-apps.shortcut`. Can only be set on `files.create` requests.
13601360
* @param shortcutDetails shortcutDetails or {@code null} for none
13611361
*/
13621362
public File setShortcutDetails(ShortcutDetails shortcutDetails) {
@@ -3673,12 +3673,12 @@ public LinkShareMetadata clone() {
36733673

36743674
/**
36753675
* Shortcut file details. Only populated for shortcut files, which have the mimeType field set to
3676-
* `application/vnd.google-apps.shortcut`.
3676+
* `application/vnd.google-apps.shortcut`. Can only be set on `files.create` requests.
36773677
*/
36783678
public static final class ShortcutDetails extends com.google.api.client.json.GenericJson {
36793679

36803680
/**
3681-
* The ID of the file that this shortcut points to.
3681+
* The ID of the file that this shortcut points to. Can only be set on `files.create` requests.
36823682
* The value may be {@code null}.
36833683
*/
36843684
@com.google.api.client.util.Key
@@ -3700,15 +3700,15 @@ public static final class ShortcutDetails extends com.google.api.client.json.Gen
37003700
private java.lang.String targetResourceKey;
37013701

37023702
/**
3703-
* The ID of the file that this shortcut points to.
3703+
* The ID of the file that this shortcut points to. Can only be set on `files.create` requests.
37043704
* @return value or {@code null} for none
37053705
*/
37063706
public java.lang.String getTargetId() {
37073707
return targetId;
37083708
}
37093709

37103710
/**
3711-
* The ID of the file that this shortcut points to.
3711+
* The ID of the file that this shortcut points to. Can only be set on `files.create` requests.
37123712
* @param targetId targetId or {@code null} for none
37133713
*/
37143714
public ShortcutDetails setTargetId(java.lang.String targetId) {

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

0 commit comments

Comments
 (0)