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
+152Lines changed: 152 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1115,6 +1115,31 @@ public List setPageToken(java.lang.String pageToken) {
1115
1115
returnthis;
1116
1116
}
1117
1117
1118
+
/**
1119
+
* If set, the request will return all reachable Notes and report all unreachable regions
1120
+
* in the `unreachable` field in the response. Only applicable for requests in the global
1121
+
* region.
1122
+
*/
1123
+
@com.google.api.client.util.Key
1124
+
privatejava.lang.BooleanreturnPartialSuccess;
1125
+
1126
+
/** If set, the request will return all reachable Notes and report all unreachable regions in the
1127
+
`unreachable` field in the response. Only applicable for requests in the global region.
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/ListNotesResponse.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ public final class ListNotesResponse extends com.google.api.client.json.GenericJ
45
45
@com.google.api.client.util.Key
46
46
privatejava.util.List<Note> notes;
47
47
48
+
/**
49
+
* Unordered list. Unreachable regions. Populated for requests from the global region when
50
+
* `return_partial_success` is set. Format: projects//locations/
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/ListOccurrencesResponse.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ public final class ListOccurrencesResponse extends com.google.api.client.json.Ge
45
45
@com.google.api.client.util.Key
46
46
privatejava.util.List<Occurrence> occurrences;
47
47
48
+
/**
49
+
* Unordered list. Unreachable regions. Populated for requests from the global region when
50
+
* `return_partial_success` is set. Format: projects//locations/
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/VulnerabilityOccurrencesSummary.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,14 @@ public final class VulnerabilityOccurrencesSummary extends com.google.api.client
0 commit comments