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/OnDemandScanning.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class OnDemandScanning extends com.google.api.client.googleapis.services.
Copy file name to clipboardExpand all lines: clients/google-api-services-ondemandscanning/v1/2.0.0/com/google/api/services/ondemandscanning/v1/model/BaseImage.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ public final class BaseImage extends com.google.api.client.json.GenericJson {
44
44
@com.google.api.client.util.Key
45
45
privatejava.lang.Stringname;
46
46
47
+
/**
48
+
* The registry in which the base image is from.
49
+
* The value may be {@code null}.
50
+
*/
51
+
@com.google.api.client.util.Key
52
+
privatejava.lang.Stringregistry;
53
+
47
54
/**
48
55
* The repository name in which the base image is from.
49
56
* The value may be {@code null}.
@@ -85,6 +92,23 @@ public BaseImage setName(java.lang.String name) {
85
92
returnthis;
86
93
}
87
94
95
+
/**
96
+
* The registry in which the base image is from.
97
+
* @return value or {@code null} for none
98
+
*/
99
+
publicjava.lang.StringgetRegistry() {
100
+
returnregistry;
101
+
}
102
+
103
+
/**
104
+
* The registry in which the base image is from.
105
+
* @param registry registry or {@code null} for none
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/v1/2.0.0/com/google/api/services/ondemandscanning/v1/model/GrafeasV1BaseImage.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ public final class GrafeasV1BaseImage extends com.google.api.client.json.Generic
44
44
@com.google.api.client.util.Key
45
45
privatejava.lang.Stringname;
46
46
47
+
/**
48
+
* The registry in which the base image is from.
49
+
* The value may be {@code null}.
50
+
*/
51
+
@com.google.api.client.util.Key
52
+
privatejava.lang.Stringregistry;
53
+
47
54
/**
48
55
* The repository name in which the base image is from.
49
56
* The value may be {@code null}.
@@ -85,6 +92,23 @@ public GrafeasV1BaseImage setName(java.lang.String name) {
85
92
returnthis;
86
93
}
87
94
95
+
/**
96
+
* The registry in which the base image is from.
97
+
* @return value or {@code null} for none
98
+
*/
99
+
publicjava.lang.StringgetRegistry() {
100
+
returnregistry;
101
+
}
102
+
103
+
/**
104
+
* The registry in which the base image is from.
105
+
* @param registry registry 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/OnDemandScanning.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class OnDemandScanning extends com.google.api.client.googleapis.services.
Copy file name to clipboardExpand all lines: clients/google-api-services-ondemandscanning/v1beta1/2.0.0/com/google/api/services/ondemandscanning/v1beta1/model/BaseImage.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ public final class BaseImage extends com.google.api.client.json.GenericJson {
44
44
@com.google.api.client.util.Key
45
45
privatejava.lang.Stringname;
46
46
47
+
/**
48
+
* The registry in which the base image is from.
49
+
* The value may be {@code null}.
50
+
*/
51
+
@com.google.api.client.util.Key
52
+
privatejava.lang.Stringregistry;
53
+
47
54
/**
48
55
* The repository name in which the base image is from.
49
56
* The value may be {@code null}.
@@ -85,6 +92,23 @@ public BaseImage setName(java.lang.String name) {
85
92
returnthis;
86
93
}
87
94
95
+
/**
96
+
* The registry in which the base image is from.
97
+
* @return value or {@code null} for none
98
+
*/
99
+
publicjava.lang.StringgetRegistry() {
100
+
returnregistry;
101
+
}
102
+
103
+
/**
104
+
* The registry in which the base image is from.
105
+
* @param registry registry or {@code null} for none
0 commit comments