Skip to content

Commit 0ee24ef

Browse files
1 parent 52ec83b commit 0ee24ef

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

clients/google-api-services-securitycenter/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-securitycenter</artifactId>
25-
<version>v1-rev20240422-2.0.0</version>
25+
<version>v1-rev20240506-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20240422-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20240506-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-securitycenter/v1/2.0.0/com/google/api/services/securitycenter/v1/model/GroupFindingsRequest.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ public final class GroupFindingsRequest extends com.google.api.client.json.Gener
8282
/**
8383
* Required. Expression that defines what assets fields to use for grouping (including
8484
* `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
8887
* The value may be {@code null}.
8988
*/
9089
@com.google.api.client.util.Key
@@ -222,9 +221,8 @@ public GroupFindingsRequest setFilter(java.lang.String filter) {
222221
/**
223222
* Required. Expression that defines what assets fields to use for grouping (including
224223
* `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
228226
* @return value or {@code null} for none
229227
*/
230228
public java.lang.String getGroupBy() {
@@ -234,9 +232,8 @@ public java.lang.String getGroupBy() {
234232
/**
235233
* Required. Expression that defines what assets fields to use for grouping (including
236234
* `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
236+
* set: * state_change
240237
* @param groupBy groupBy or {@code null} for none
241238
*/
242239
public GroupFindingsRequest setGroupBy(java.lang.String groupBy) {

clients/google-api-services-securitycenter/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-securitycenter</artifactId>
11-
<version>v1-rev20240422-2.0.0</version>
12-
<name>Security Command Center API v1-rev20240422-2.0.0</name>
11+
<version>v1-rev20240506-2.0.0</version>
12+
<name>Security Command Center API v1-rev20240506-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-securitycenter/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-securitycenter</artifactId>
25-
<version>v1-rev20240422-2.0.0</version>
25+
<version>v1-rev20240506-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20240422-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20240506-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)