Update the JSON schemas

The command executed was as follows:
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
This commit is contained in:
Ivan Ukhov
2024-04-22 09:26:00 +02:00
parent fe6fdb1985
commit 74c049924f
333 changed files with 31683 additions and 1587 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3162,7 +3162,7 @@
}
}
},
"revision": "20240221",
"revision": "20240320",
"rootUrl": "https://networksecurity.googleapis.com/",
"schemas": {
"AddAddressGroupItemsRequest": {
@@ -3535,6 +3535,10 @@
"readOnly": true,
"type": "string"
},
"disabled": {
"description": "Optional. Whether the association is disabled. True indicates that traffic won't be intercepted",
"type": "boolean"
},
"firewallEndpoint": {
"description": "Required. The URL of the FirewallEndpoint that is being associated.",
"type": "string"