Skip to content

Commit 17ebc8b

Browse files
1 parent fbb2f8e commit 17ebc8b

File tree

4 files changed

+30
-6
lines changed

4 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ public final class Matter extends com.google.api.client.json.GenericJson {
5454
@com.google.api.client.util.Key
5555
private java.util.List<MatterPermission> matterPermissions;
5656

57+
/**
58+
* Optional. The requested data region for the matter.
59+
* The value may be {@code null}.
60+
*/
61+
@com.google.api.client.util.Key
62+
private java.lang.String matterRegion;
63+
5764
/**
5865
* The name of the matter.
5966
* The value may be {@code null}.
@@ -121,6 +128,23 @@ public Matter setMatterPermissions(java.util.List<MatterPermission> matterPermis
121128
return this;
122129
}
123130

131+
/**
132+
* Optional. The requested data region for the matter.
133+
* @return value or {@code null} for none
134+
*/
135+
public java.lang.String getMatterRegion() {
136+
return matterRegion;
137+
}
138+
139+
/**
140+
* Optional. The requested data region for the matter.
141+
* @param matterRegion matterRegion or {@code null} for none
142+
*/
143+
public Matter setMatterRegion(java.lang.String matterRegion) {
144+
this.matterRegion = matterRegion;
145+
return this;
146+
}
147+
124148
/**
125149
* The name of the matter.
126150
* @return value or {@code null} for none

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-rev20240603-2.0.0</version>
12-
<name>Google Vault API v1-rev20240603-2.0.0</name>
11+
<version>v1-rev20240806-2.0.0</version>
12+
<name>Google Vault API v1-rev20240806-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-rev20240603-2.0.0</version>
25+
<version>v1-rev20240806-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-rev20240603-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vault:v1-rev20240806-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)