File tree Expand file tree Collapse file tree 16 files changed +24
-336
lines changed
clients/google-api-services-securitycenter
com/google/api/services/securitycenter/v1beta1/model
com/google/api/services/securitycenter/v1beta2/model
com/google/api/services/securitycenter/v1/model Expand file tree Collapse file tree 16 files changed +24
-336
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232@ SuppressWarnings ("javadoc" )
3333public 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
Original file line number Diff line number Diff line change 3131public 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 ) {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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}
3737dependencies {
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232@ SuppressWarnings ("javadoc" )
3333public 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments