File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-vault/v1
com/google/api/services/vault/v1/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-vault</artifactId >
25
- <version >v1-rev20240603 -2.0.0</version >
25
+ <version >v1-rev20240806 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ public final class Matter extends com.google.api.client.json.GenericJson {
54
54
@ com .google .api .client .util .Key
55
55
private java .util .List <MatterPermission > matterPermissions ;
56
56
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
+
57
64
/**
58
65
* The name of the matter.
59
66
* The value may be {@code null}.
@@ -121,6 +128,23 @@ public Matter setMatterPermissions(java.util.List<MatterPermission> matterPermis
121
128
return this ;
122
129
}
123
130
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
+
124
148
/**
125
149
* The name of the matter.
126
150
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-vault</artifactId >
25
- <version >v1-rev20240603 -2.0.0</version >
25
+ <version >v1-rev20240806 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments