update dependencies

This commit is contained in:
Sebastian Thiel
2023-01-25 11:39:00 +01:00
parent 37ccd2238d
commit 3edefb7f01
357 changed files with 128026 additions and 16259 deletions

View File

@@ -526,7 +526,7 @@
}
}
},
"revision": "20220218",
"revision": "20230122",
"rootUrl": "https://websecurityscanner.googleapis.com/",
"schemas": {
"Authentication": {
@@ -583,7 +583,7 @@
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
"id": "Empty",
"properties": {},
"type": "object"
@@ -914,12 +914,16 @@
"enum": [
"TARGET_PLATFORM_UNSPECIFIED",
"APP_ENGINE",
"COMPUTE"
"COMPUTE",
"CLOUD_RUN",
"CLOUD_FUNCTIONS"
],
"enumDescriptions": [
"The target platform is unknown. Requests with this enum value will be rejected with INVALID_ARGUMENT error.",
"Google App Engine service.",
"Google Compute Engine service."
"Google Compute Engine service.",
"Google Cloud Run service.",
"Google Cloud Function service."
],
"type": "string"
},