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

View File

@@ -1918,7 +1918,7 @@
}
}
},
"revision": "20240226",
"revision": "20240415",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
@@ -3541,8 +3541,9 @@
"type": "string"
},
"phase": {
"description": "Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required",
"enum": [
"UNKNOWN",
"CONTAINER_EVENT_PHASE_UNSPECIFIED",
"BEFORE_RESOURCE_HANDLING",
"AFTER_RESOURCE_HANDLING"
],
@@ -3559,7 +3560,7 @@
},
"state": {
"$ref": "ContainerState",
"description": "The state of the project that led to this event."
"description": "The state of the organization that led to this event."
}
},
"type": "object"