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/ContainerAnalysis.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class ContainerAnalysis extends com.google.api.client.googleapis.services
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/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-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/VulnerabilityNote.java
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1alpha1/2.0.0/com/google/api/services/containeranalysis/v1alpha1/ContainerAnalysis.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class ContainerAnalysis extends com.google.api.client.googleapis.services
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1alpha1/2.0.0/com/google/api/services/containeranalysis/v1alpha1/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 of the base image.
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 of the base image.
97
+
* @return value or {@code null} for none
98
+
*/
99
+
publicjava.lang.StringgetRegistry() {
100
+
returnregistry;
101
+
}
102
+
103
+
/**
104
+
* The registry of the base image.
105
+
* @param registry registry 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/VulnerabilityType.java
0 commit comments