mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -526,7 +526,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230122",
|
||||
"revision": "20240302",
|
||||
"rootUrl": "https://websecurityscanner.googleapis.com/",
|
||||
"schemas": {
|
||||
"Authentication": {
|
||||
@@ -539,6 +539,7 @@
|
||||
},
|
||||
"googleAccount": {
|
||||
"$ref": "GoogleAccount",
|
||||
"deprecated": true,
|
||||
"description": "Authentication using a Google account."
|
||||
},
|
||||
"iapCredential": {
|
||||
@@ -720,6 +721,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"GoogleAccount": {
|
||||
"deprecated": true,
|
||||
"description": "Describes authentication configuration that uses a Google account.",
|
||||
"id": "GoogleAccount",
|
||||
"properties": {
|
||||
@@ -1050,7 +1052,8 @@
|
||||
"UNSUPPORTED_BLACKLIST_PATTERN_FORMAT",
|
||||
"UNSUPPORTED_FILTER",
|
||||
"UNSUPPORTED_FINDING_TYPE",
|
||||
"UNSUPPORTED_URL_SCHEME"
|
||||
"UNSUPPORTED_URL_SCHEME",
|
||||
"CLOUD_ASSET_INVENTORY_ASSET_NOT_FOUND"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"There is no error.",
|
||||
@@ -1094,7 +1097,8 @@
|
||||
"One or more blacklist patterns were in the wrong format.",
|
||||
"The supplied filter is not supported.",
|
||||
"The supplied finding type is not supported. For example, we do not provide findings of the given finding type.",
|
||||
"The URL scheme of one or more of the supplied URLs is not supported."
|
||||
"The URL scheme of one or more of the supplied URLs is not supported.",
|
||||
"CAI is not able to list assets."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user