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-securitycenter/v1/2.0.0/com/google/api/services/securitycenter/v1/model/GroupFindingsRequest.java
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,8 @@ public final class GroupFindingsRequest extends com.google.api.client.json.Gener
82
82
/**
83
83
* Required. Expression that defines what assets fields to use for grouping (including
84
84
* `state_change`). The string value should follow SQL syntax: comma separated list of fields. For
85
-
* example: "parent,resource_name". The following fields are supported: * resource_name * category
86
-
* * state * parent * severity The following fields are supported when compare_duration is set: *
87
-
* state_change
85
+
* example: "parent,resource_name". The following fields are supported when compare_duration is
86
+
* set: * state_change
88
87
* The value may be {@code null}.
89
88
*/
90
89
@com.google.api.client.util.Key
@@ -222,9 +221,8 @@ public GroupFindingsRequest setFilter(java.lang.String filter) {
222
221
/**
223
222
* Required. Expression that defines what assets fields to use for grouping (including
224
223
* `state_change`). The string value should follow SQL syntax: comma separated list of fields. For
225
-
* example: "parent,resource_name". The following fields are supported: * resource_name * category
226
-
* * state * parent * severity The following fields are supported when compare_duration is set: *
227
-
* state_change
224
+
* example: "parent,resource_name". The following fields are supported when compare_duration is
225
+
* set: * state_change
228
226
* @return value or {@code null} for none
229
227
*/
230
228
publicjava.lang.StringgetGroupBy() {
@@ -234,9 +232,8 @@ public java.lang.String getGroupBy() {
234
232
/**
235
233
* Required. Expression that defines what assets fields to use for grouping (including
236
234
* `state_change`). The string value should follow SQL syntax: comma separated list of fields. For
237
-
* example: "parent,resource_name". The following fields are supported: * resource_name * category
238
-
* * state * parent * severity The following fields are supported when compare_duration is set: *
239
-
* state_change
235
+
* example: "parent,resource_name". The following fields are supported when compare_duration is
0 commit comments