@maxim_mazurok/gapi.client.containeranalysis-v1 0.0.20250528 → 0.0.20250616
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +19 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://containeranalysis.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250616
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1114,12 +1114,16 @@ declare namespace gapi.client {
|
|
|
1114
1114
|
nextPageToken?: string;
|
|
1115
1115
|
/** The notes requested. */
|
|
1116
1116
|
notes?: Note[];
|
|
1117
|
+
/** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: projects//locations/ */
|
|
1118
|
+
unreachable?: string[];
|
|
1117
1119
|
}
|
|
1118
1120
|
interface ListOccurrencesResponse {
|
|
1119
1121
|
/** The next pagination token in the list response. It should be used as `page_token` for the following request. An empty value means no more results. */
|
|
1120
1122
|
nextPageToken?: string;
|
|
1121
1123
|
/** The occurrences requested. */
|
|
1122
1124
|
occurrences?: Occurrence[];
|
|
1125
|
+
/** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: projects//locations/ */
|
|
1126
|
+
unreachable?: string[];
|
|
1123
1127
|
}
|
|
1124
1128
|
interface Location {
|
|
1125
1129
|
/** Deprecated. The CPE URI in [CPE format](https://cpe.mitre.org/specification/) */
|
|
@@ -1697,6 +1701,8 @@ declare namespace gapi.client {
|
|
|
1697
1701
|
interface VulnerabilityOccurrencesSummary {
|
|
1698
1702
|
/** A listing by resource of the number of fixable and total vulnerabilities. */
|
|
1699
1703
|
counts?: FixableTotalByDigest[];
|
|
1704
|
+
/** Unordered list. Unreachable regions. Populated for requests from the global region when `return_partial_success` is set. Format: projects//locations/ */
|
|
1705
|
+
unreachable?: string[];
|
|
1700
1706
|
}
|
|
1701
1707
|
interface WindowsDetail {
|
|
1702
1708
|
/** Required. The [CPE URI](https://cpe.mitre.org/specification/) this vulnerability affects. */
|
|
@@ -1992,6 +1998,8 @@ declare namespace gapi.client {
|
|
|
1992
1998
|
prettyPrint?: boolean;
|
|
1993
1999
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1994
2000
|
quotaUser?: string;
|
|
2001
|
+
/** If set, the request will return all reachable Notes and report all unreachable regions in the `unreachable` field in the response. Only applicable for requests in the global region. */
|
|
2002
|
+
returnPartialSuccess?: boolean;
|
|
1995
2003
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1996
2004
|
upload_protocol?: string;
|
|
1997
2005
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2373,6 +2381,8 @@ declare namespace gapi.client {
|
|
|
2373
2381
|
prettyPrint?: boolean;
|
|
2374
2382
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2375
2383
|
quotaUser?: string;
|
|
2384
|
+
/** If set, the request will return all reachable occurrence summaries and report all unreachable regions in the `unreachable` field in the response. Only applicable for requests in the global region. */
|
|
2385
|
+
returnPartialSuccess?: boolean;
|
|
2376
2386
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2377
2387
|
upload_protocol?: string;
|
|
2378
2388
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2406,6 +2416,8 @@ declare namespace gapi.client {
|
|
|
2406
2416
|
prettyPrint?: boolean;
|
|
2407
2417
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2408
2418
|
quotaUser?: string;
|
|
2419
|
+
/** If set, the request will return all reachable Occurrences and report all unreachable regions in the `unreachable` field in the response. Only applicable for requests in the global region. */
|
|
2420
|
+
returnPartialSuccess?: boolean;
|
|
2409
2421
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2410
2422
|
upload_protocol?: string;
|
|
2411
2423
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2867,6 +2879,8 @@ declare namespace gapi.client {
|
|
|
2867
2879
|
prettyPrint?: boolean;
|
|
2868
2880
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2869
2881
|
quotaUser?: string;
|
|
2882
|
+
/** If set, the request will return all reachable Notes and report all unreachable regions in the `unreachable` field in the response. Only applicable for requests in the global region. */
|
|
2883
|
+
returnPartialSuccess?: boolean;
|
|
2870
2884
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2871
2885
|
upload_protocol?: string;
|
|
2872
2886
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3248,6 +3262,8 @@ declare namespace gapi.client {
|
|
|
3248
3262
|
prettyPrint?: boolean;
|
|
3249
3263
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
3250
3264
|
quotaUser?: string;
|
|
3265
|
+
/** If set, the request will return all reachable occurrence summaries and report all unreachable regions in the `unreachable` field in the response. Only applicable for requests in the global region. */
|
|
3266
|
+
returnPartialSuccess?: boolean;
|
|
3251
3267
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3252
3268
|
upload_protocol?: string;
|
|
3253
3269
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3281,6 +3297,8 @@ declare namespace gapi.client {
|
|
|
3281
3297
|
prettyPrint?: boolean;
|
|
3282
3298
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
3283
3299
|
quotaUser?: string;
|
|
3300
|
+
/** If set, the request will return all reachable Occurrences and report all unreachable regions in the `unreachable` field in the response. Only applicable for requests in the global region. */
|
|
3301
|
+
returnPartialSuccess?: boolean;
|
|
3284
3302
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3285
3303
|
upload_protocol?: string;
|
|
3286
3304
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|