Skip to content

Commit 10eb3b9

Browse files
1 parent bfb59e9 commit 10eb3b9

File tree

4 files changed

+36
-6
lines changed

4 files changed

+36
-6
lines changed

clients/google-api-services-vault/v1/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-vault</artifactId>
25-
<version>v1-rev20250331-2.0.0</version>
25+
<version>v1-rev20250527-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-vault:v1-rev20250331-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vault:v1-rev20250527-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vault/v1/2.0.0/com/google/api/services/vault/v1/model/DriveOptions.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ public final class DriveOptions extends com.google.api.client.json.GenericJson {
5252
@com.google.api.client.util.Key
5353
private java.lang.Boolean includeTeamDrives;
5454

55+
/**
56+
* Optional. Options to include or exclude documents in shared drives. We recommend using this
57+
* field over include_shared_drives. This field overrides include_shared_drives and
58+
* include_team_drives when set.
59+
* The value may be {@code null}.
60+
*/
61+
@com.google.api.client.util.Key
62+
private java.lang.String sharedDrivesOption;
63+
5564
/**
5665
* Search the current version of the Drive file, but export the contents of the last version saved
5766
* before 12:00 AM UTC on the specified date. Enter the date in UTC.
@@ -115,6 +124,27 @@ public DriveOptions setIncludeTeamDrives(java.lang.Boolean includeTeamDrives) {
115124
return this;
116125
}
117126

127+
/**
128+
* Optional. Options to include or exclude documents in shared drives. We recommend using this
129+
* field over include_shared_drives. This field overrides include_shared_drives and
130+
* include_team_drives when set.
131+
* @return value or {@code null} for none
132+
*/
133+
public java.lang.String getSharedDrivesOption() {
134+
return sharedDrivesOption;
135+
}
136+
137+
/**
138+
* Optional. Options to include or exclude documents in shared drives. We recommend using this
139+
* field over include_shared_drives. This field overrides include_shared_drives and
140+
* include_team_drives when set.
141+
* @param sharedDrivesOption sharedDrivesOption or {@code null} for none
142+
*/
143+
public DriveOptions setSharedDrivesOption(java.lang.String sharedDrivesOption) {
144+
this.sharedDrivesOption = sharedDrivesOption;
145+
return this;
146+
}
147+
118148
/**
119149
* Search the current version of the Drive file, but export the contents of the last version saved
120150
* before 12:00 AM UTC on the specified date. Enter the date in UTC.

clients/google-api-services-vault/v1/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-vault</artifactId>
11-
<version>v1-rev20250331-2.0.0</version>
12-
<name>Google Vault API v1-rev20250331-2.0.0</name>
11+
<version>v1-rev20250527-2.0.0</version>
12+
<name>Google Vault API v1-rev20250527-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-vault/v1/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-vault</artifactId>
25-
<version>v1-rev20250331-2.0.0</version>
25+
<version>v1-rev20250527-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-vault:v1-rev20250331-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vault:v1-rev20250527-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)