You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/DiscoveryOccurrence.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,13 @@ public final class DiscoveryOccurrence extends com.google.api.client.json.Generi
94
94
@com.google.api.client.util.Key
95
95
privateStringlastScanTime;
96
96
97
+
/**
98
+
* The last time vulnerability scan results changed.
99
+
* The value may be {@code null}.
100
+
*/
101
+
@com.google.api.client.util.Key
102
+
privateStringlastVulnerabilityUpdateTime;
103
+
97
104
/**
98
105
* The status of an SBOM generation.
99
106
* The value may be {@code null}.
@@ -256,6 +263,23 @@ public DiscoveryOccurrence setLastScanTime(String lastScanTime) {
256
263
returnthis;
257
264
}
258
265
266
+
/**
267
+
* The last time vulnerability scan results changed.
268
+
* @return value or {@code null} for none
269
+
*/
270
+
publicStringgetLastVulnerabilityUpdateTime() {
271
+
returnlastVulnerabilityUpdateTime;
272
+
}
273
+
274
+
/**
275
+
* The last time vulnerability scan results changed.
276
+
* @param lastVulnerabilityUpdateTime lastVulnerabilityUpdateTime or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1alpha1/2.0.0/com/google/api/services/containeranalysis/v1alpha1/model/Discovered.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,13 @@ public final class Discovered extends com.google.api.client.json.GenericJson {
95
95
@com.google.api.client.util.Key
96
96
privateStringlastScanTime;
97
97
98
+
/**
99
+
* Optional. The last time vulnerability scan results changed.
100
+
* The value may be {@code null}.
101
+
*/
102
+
@com.google.api.client.util.Key
103
+
privateStringlastVulnerabilityUpdateTime;
104
+
98
105
/**
99
106
* Output only. An operation that indicates the status of the current scan. This field is
100
107
* deprecated, do not use.
@@ -274,6 +281,23 @@ public Discovered setLastScanTime(String lastScanTime) {
274
281
returnthis;
275
282
}
276
283
284
+
/**
285
+
* Optional. The last time vulnerability scan results changed.
286
+
* @return value or {@code null} for none
287
+
*/
288
+
publicStringgetLastVulnerabilityUpdateTime() {
289
+
returnlastVulnerabilityUpdateTime;
290
+
}
291
+
292
+
/**
293
+
* Optional. The last time vulnerability scan results changed.
294
+
* @param lastVulnerabilityUpdateTime lastVulnerabilityUpdateTime or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1beta1/2.0.0/com/google/api/services/containeranalysis/v1beta1/model/Discovered.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,13 @@ public final class Discovered extends com.google.api.client.json.GenericJson {
87
87
@com.google.api.client.util.Key
88
88
privateStringlastScanTime;
89
89
90
+
/**
91
+
* The last time vulnerability scan results changed.
92
+
* The value may be {@code null}.
93
+
*/
94
+
@com.google.api.client.util.Key
95
+
privateStringlastVulnerabilityUpdateTime;
96
+
90
97
/**
91
98
* The status of an SBOM generation.
92
99
* The value may be {@code null}.
@@ -232,6 +239,23 @@ public Discovered setLastScanTime(String lastScanTime) {
232
239
returnthis;
233
240
}
234
241
242
+
/**
243
+
* The last time vulnerability scan results changed.
244
+
* @return value or {@code null} for none
245
+
*/
246
+
publicStringgetLastVulnerabilityUpdateTime() {
247
+
returnlastVulnerabilityUpdateTime;
248
+
}
249
+
250
+
/**
251
+
* The last time vulnerability scan results changed.
252
+
* @param lastVulnerabilityUpdateTime lastVulnerabilityUpdateTime or {@code null} for none
0 commit comments