Skip to content

Commit f09e4bd

Browse files
1 parent 4571ff5 commit f09e4bd

File tree

16 files changed

+24
-336
lines changed

16 files changed

+24
-336
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-rev20240926-2.0.0</version>
25+
<version>v1-rev20241018-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-rev20240926-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20241018-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 81 deletions
This file was deleted.

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@
3232
@SuppressWarnings("javadoc")
3333
public final class GoogleCloudSecuritycenterV1CustomConfig extends com.google.api.client.json.GenericJson {
3434

35-
/**
36-
* The CEL policy spec attached to the custom module.
37-
* The value may be {@code null}.
38-
*/
39-
@com.google.api.client.util.Key
40-
private CelPolicySpec celPolicy;
41-
4235
/**
4336
* Custom output properties.
4437
* The value may be {@code null}.
@@ -87,23 +80,6 @@ public final class GoogleCloudSecuritycenterV1CustomConfig extends com.google.ap
8780
@com.google.api.client.util.Key
8881
private java.lang.String severity;
8982

90-
/**
91-
* The CEL policy spec attached to the custom module.
92-
* @return value or {@code null} for none
93-
*/
94-
public CelPolicySpec getCelPolicy() {
95-
return celPolicy;
96-
}
97-
98-
/**
99-
* The CEL policy spec attached to the custom module.
100-
* @param celPolicy celPolicy or {@code null} for none
101-
*/
102-
public GoogleCloudSecuritycenterV1CustomConfig setCelPolicy(CelPolicySpec celPolicy) {
103-
this.celPolicy = celPolicy;
104-
return this;
105-
}
106-
10783
/**
10884
* Custom output properties.
10985
* @return value or {@code null} for none

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
public final class SetFindingStateRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The time at which the updated state takes effect.
34+
* Optional. The time at which the updated state takes effect. If unset, defaults to the request
35+
* time.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -45,15 +46,17 @@ public final class SetFindingStateRequest extends com.google.api.client.json.Gen
4546
private java.lang.String state;
4647

4748
/**
48-
* Required. The time at which the updated state takes effect.
49+
* Optional. The time at which the updated state takes effect. If unset, defaults to the request
50+
* time.
4951
* @return value or {@code null} for none
5052
*/
5153
public String getStartTime() {
5254
return startTime;
5355
}
5456

5557
/**
56-
* Required. The time at which the updated state takes effect.
58+
* Optional. The time at which the updated state takes effect. If unset, defaults to the request
59+
* time.
5760
* @param startTime startTime or {@code null} for none
5861
*/
5962
public SetFindingStateRequest setStartTime(String startTime) {

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-rev20240926-2.0.0</version>
12-
<name>Security Command Center API v1-rev20240926-2.0.0</name>
11+
<version>v1-rev20241018-2.0.0</version>
12+
<name>Security Command Center API v1-rev20241018-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-rev20240926-2.0.0</version>
25+
<version>v1-rev20241018-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-rev20240926-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20241018-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-securitycenter/v1beta1/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>v1beta1-rev20240926-2.0.0</version>
25+
<version>v1beta1-rev20241018-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:v1beta1-rev20240926-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securitycenter:v1beta1-rev20241018-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-securitycenter/v1beta1/2.0.0/com/google/api/services/securitycenter/v1beta1/model/CelPolicySpec.java

Lines changed: 0 additions & 81 deletions
This file was deleted.

clients/google-api-services-securitycenter/v1beta1/2.0.0/com/google/api/services/securitycenter/v1beta1/model/GoogleCloudSecuritycenterV1CustomConfig.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@
3232
@SuppressWarnings("javadoc")
3333
public final class GoogleCloudSecuritycenterV1CustomConfig extends com.google.api.client.json.GenericJson {
3434

35-
/**
36-
* The CEL policy spec attached to the custom module.
37-
* The value may be {@code null}.
38-
*/
39-
@com.google.api.client.util.Key
40-
private CelPolicySpec celPolicy;
41-
4235
/**
4336
* Custom output properties.
4437
* The value may be {@code null}.
@@ -87,23 +80,6 @@ public final class GoogleCloudSecuritycenterV1CustomConfig extends com.google.ap
8780
@com.google.api.client.util.Key
8881
private java.lang.String severity;
8982

90-
/**
91-
* The CEL policy spec attached to the custom module.
92-
* @return value or {@code null} for none
93-
*/
94-
public CelPolicySpec getCelPolicy() {
95-
return celPolicy;
96-
}
97-
98-
/**
99-
* The CEL policy spec attached to the custom module.
100-
* @param celPolicy celPolicy or {@code null} for none
101-
*/
102-
public GoogleCloudSecuritycenterV1CustomConfig setCelPolicy(CelPolicySpec celPolicy) {
103-
this.celPolicy = celPolicy;
104-
return this;
105-
}
106-
10783
/**
10884
* Custom output properties.
10985
* @return value or {@code null} for none

clients/google-api-services-securitycenter/v1beta1/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>v1beta1-rev20240926-2.0.0</version>
12-
<name>Security Command Center API v1beta1-rev20240926-2.0.0</name>
11+
<version>v1beta1-rev20241018-2.0.0</version>
12+
<name>Security Command Center API v1beta1-rev20241018-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)