Skip to content

Commit 96572b5

Browse files
feat(servicecontrol): update the api
#### servicecontrol:v2 The following keys were added: - schemas.CheckResponse.properties.dynamicMetadata (Total Keys: 2)
1 parent 0a137f3 commit 96572b5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/dyn/servicecontrol_v2.services.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ <h3>Method Details</h3>
212212
An object of the form:
213213

214214
{ # Response message for the Check method.
215+
&quot;dynamicMetadata&quot;: { # 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.
216+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
217+
},
215218
&quot;headers&quot;: { # Returns a set of request contexts generated from the `CheckRequest`.
216219
&quot;a_key&quot;: &quot;A String&quot;,
217220
},

googleapiclient/discovery_cache/documents/servicecontrol.v2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170
}
171171
},
172-
"revision": "20240802",
172+
"revision": "20241205",
173173
"rootUrl": "https://servicecontrol.googleapis.com/",
174174
"schemas": {
175175
"Api": {
@@ -487,6 +487,14 @@
487487
"description": "Response message for the Check method.",
488488
"id": "CheckResponse",
489489
"properties": {
490+
"dynamicMetadata": {
491+
"additionalProperties": {
492+
"description": "Properties of the object.",
493+
"type": "any"
494+
},
495+
"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.",
496+
"type": "object"
497+
},
490498
"headers": {
491499
"additionalProperties": {
492500
"type": "string"

0 commit comments

Comments
 (0)