diff --git a/docs/dyn/servicecontrol_v2.services.html b/docs/dyn/servicecontrol_v2.services.html
index 30c5bf5c31..e1b42d83a7 100644
--- a/docs/dyn/servicecontrol_v2.services.html
+++ b/docs/dyn/servicecontrol_v2.services.html
@@ -212,6 +212,9 @@
Method Details
An object of the form:
{ # Response message for the Check method.
+ "dynamicMetadata": { # Optional response metadata that will be emitted as dynamic metadata to be consumed by the caller of ServiceController. For compatibility with the ext_authz interface.
+ "a_key": "", # Properties of the object.
+ },
"headers": { # Returns a set of request contexts generated from the `CheckRequest`.
"a_key": "A String",
},
diff --git a/googleapiclient/discovery_cache/documents/servicecontrol.v2.json b/googleapiclient/discovery_cache/documents/servicecontrol.v2.json
index 5c3e4a607a..cbffc07e73 100644
--- a/googleapiclient/discovery_cache/documents/servicecontrol.v2.json
+++ b/googleapiclient/discovery_cache/documents/servicecontrol.v2.json
@@ -169,7 +169,7 @@
}
}
},
-"revision": "20240802",
+"revision": "20241205",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"Api": {
@@ -487,6 +487,14 @@
"description": "Response message for the Check method.",
"id": "CheckResponse",
"properties": {
+"dynamicMetadata": {
+"additionalProperties": {
+"description": "Properties of the object.",
+"type": "any"
+},
+"description": "Optional response metadata that will be emitted as dynamic metadata to be consumed by the caller of ServiceController. For compatibility with the ext_authz interface.",
+"type": "object"
+},
"headers": {
"additionalProperties": {
"type": "string"