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-ondemandscanning/v1/2.0.0/com/google/api/services/ondemandscanning/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-ondemandscanning/v1beta1/2.0.0/com/google/api/services/ondemandscanning/v1beta1/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
0 commit comments