mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 11:34:34 +01:00
update dependencies
This commit is contained in:
@@ -526,7 +526,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220218",
|
||||
"revision": "20230122",
|
||||
"rootUrl": "https://websecurityscanner.googleapis.com/",
|
||||
"schemas": {
|
||||
"Authentication": {
|
||||
@@ -587,7 +587,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"
|
||||
@@ -968,12 +968,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"
|
||||
},
|
||||
@@ -1197,7 +1201,8 @@
|
||||
"AUTHENTICATION_CONFIG_ISSUE",
|
||||
"TIMED_OUT_WHILE_SCANNING",
|
||||
"TOO_MANY_REDIRECTS",
|
||||
"TOO_MANY_HTTP_ERRORS"
|
||||
"TOO_MANY_HTTP_ERRORS",
|
||||
"STARTING_URLS_CRAWL_HTTP_ERRORS"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Default value is never used.",
|
||||
@@ -1206,7 +1211,8 @@
|
||||
"Indicates an authentication error, usually due to outdated ScanConfig authentication settings.",
|
||||
"Indicates a scan operation timeout, usually caused by a very large site.",
|
||||
"Indicates that a scan encountered excessive redirects, either to authentication or some other page outside of the scan scope.",
|
||||
"Indicates that a scan encountered numerous errors from the web site pages. When available, most_common_http_error_code field indicates the most common HTTP error code encountered during the scan."
|
||||
"Indicates that a scan encountered numerous errors from the web site pages. When available, most_common_http_error_code field indicates the most common HTTP error code encountered during the scan.",
|
||||
"Indicates that some of the starting web urls returned HTTP errors during the scan."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user