Skip to content

Commit 0e02e2f

Browse files
feat(vault): update the api
#### vault:v1 The following keys were added: - schemas.Matter.properties.matterRegion.type (Total Keys: 1)
1 parent c3529f8 commit 0e02e2f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

docs/dyn/vault_v1.matters.html

+10
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ <h3>Method Details</h3>
188188
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
189189
},
190190
],
191+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
191192
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
192193
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
193194
},
@@ -324,6 +325,7 @@ <h3>Method Details</h3>
324325
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
325326
},
326327
],
328+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
327329
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
328330
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
329331
}
@@ -345,6 +347,7 @@ <h3>Method Details</h3>
345347
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
346348
},
347349
],
350+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
348351
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
349352
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
350353
}</pre>
@@ -373,6 +376,7 @@ <h3>Method Details</h3>
373376
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
374377
},
375378
],
379+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
376380
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
377381
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
378382
}</pre>
@@ -406,6 +410,7 @@ <h3>Method Details</h3>
406410
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
407411
},
408412
],
413+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
409414
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
410415
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
411416
}</pre>
@@ -448,6 +453,7 @@ <h3>Method Details</h3>
448453
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
449454
},
450455
],
456+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
451457
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
452458
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
453459
},
@@ -525,6 +531,7 @@ <h3>Method Details</h3>
525531
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
526532
},
527533
],
534+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
528535
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
529536
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
530537
},
@@ -560,6 +567,7 @@ <h3>Method Details</h3>
560567
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
561568
},
562569
],
570+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
563571
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
564572
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
565573
}</pre>
@@ -583,6 +591,7 @@ <h3>Method Details</h3>
583591
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
584592
},
585593
],
594+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
586595
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
587596
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
588597
}
@@ -604,6 +613,7 @@ <h3>Method Details</h3>
604613
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
605614
},
606615
],
616+
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
607617
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
608618
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
609619
}</pre>

googleapiclient/discovery_cache/documents/vault.v1.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@
12031203
}
12041204
}
12051205
},
1206-
"revision": "20240617",
1206+
"revision": "20240806",
12071207
"rootUrl": "https://vault.googleapis.com/",
12081208
"schemas": {
12091209
"AccountCount": {
@@ -2297,6 +2297,22 @@
22972297
},
22982298
"type": "array"
22992299
},
2300+
"matterRegion": {
2301+
"description": "Optional. The requested data region for the matter.",
2302+
"enum": [
2303+
"MATTER_REGION_UNSPECIFIED",
2304+
"ANY",
2305+
"US",
2306+
"EUROPE"
2307+
],
2308+
"enumDescriptions": [
2309+
"The region is unspecified. Defaults to ANY.",
2310+
"Any region.",
2311+
"United States region.",
2312+
"Europe region."
2313+
],
2314+
"type": "string"
2315+
},
23002316
"name": {
23012317
"description": "The name of the matter.",
23022318
"type": "string"

0 commit comments

Comments
 (0)