diff --git a/docs/dyn/vault_v1.matters.html b/docs/dyn/vault_v1.matters.html
index 3a60cc526b1..05b9e67a1c7 100644
--- a/docs/dyn/vault_v1.matters.html
+++ b/docs/dyn/vault_v1.matters.html
@@ -188,6 +188,7 @@
Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
},
@@ -324,6 +325,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
}
@@ -345,6 +347,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
}
@@ -373,6 +376,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
}
@@ -406,6 +410,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
}
@@ -448,6 +453,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
},
@@ -525,6 +531,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
},
@@ -560,6 +567,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
}
@@ -583,6 +591,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
}
@@ -604,6 +613,7 @@ Method Details
"role": "A String", # The user's role for the matter.
},
],
+ "matterRegion": "A String", # Optional. The requested data region for the matter.
"name": "A String", # The name of the matter.
"state": "A String", # The state of the matter.
}
diff --git a/googleapiclient/discovery_cache/documents/vault.v1.json b/googleapiclient/discovery_cache/documents/vault.v1.json
index 58129e19c6c..032e48037da 100644
--- a/googleapiclient/discovery_cache/documents/vault.v1.json
+++ b/googleapiclient/discovery_cache/documents/vault.v1.json
@@ -1203,7 +1203,7 @@
}
}
},
-"revision": "20240617",
+"revision": "20240806",
"rootUrl": "https://vault.googleapis.com/",
"schemas": {
"AccountCount": {
@@ -2297,6 +2297,22 @@
},
"type": "array"
},
+"matterRegion": {
+"description": "Optional. The requested data region for the matter.",
+"enum": [
+"MATTER_REGION_UNSPECIFIED",
+"ANY",
+"US",
+"EUROPE"
+],
+"enumDescriptions": [
+"The region is unspecified. Defaults to ANY.",
+"Any region.",
+"United States region.",
+"Europe region."
+],
+"type": "string"
+},
"name": {
"description": "The name of the matter.",
"type": "string"