Skip to content

Commit

Permalink
feat(servicecontrol): update the api
Browse files Browse the repository at this point in the history
#### servicecontrol:v2

The following keys were added:
- schemas.CheckResponse.properties.dynamicMetadata (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Dec 17, 2024
1 parent 0a137f3 commit 96572b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/dyn/servicecontrol_v2.services.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ <h3>Method Details</h3>
An object of the form:

{ # Response message for the Check method.
&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.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;headers&quot;: { # Returns a set of request contexts generated from the `CheckRequest`.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
}
}
},
"revision": "20240802",
"revision": "20241205",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"Api": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 96572b5

Please sign in to comment.