Skip to content

Commit 9f359a2

Browse files
1 parent 29252cd commit 9f359a2

27 files changed

Lines changed: 1038 additions & 18 deletions

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

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,12 @@ public final class Finding extends com.google.api.client.json.GenericJson {
300300
@com.google.api.client.util.Key
301301
private java.util.List<IamBinding> iamBindings;
302302

303+
/**
304+
* The value may be {@code null}.
305+
*/
306+
@com.google.api.client.util.Key
307+
private GoogleCloudSecuritycenterV1IamDetails iamDetails;
308+
303309
/**
304310
* The value may be {@code null}.
305311
*/
@@ -1032,6 +1038,21 @@ public Finding setIamBindings(java.util.List<IamBinding> iamBindings) {
10321038
return this;
10331039
}
10341040

1041+
/**
1042+
* @return value or {@code null} for none
1043+
*/
1044+
public GoogleCloudSecuritycenterV1IamDetails getIamDetails() {
1045+
return iamDetails;
1046+
}
1047+
1048+
/**
1049+
* @param iamDetails iamDetails or {@code null} for none
1050+
*/
1051+
public Finding setIamDetails(GoogleCloudSecuritycenterV1IamDetails iamDetails) {
1052+
this.iamDetails = iamDetails;
1053+
return this;
1054+
}
1055+
10351056
/**
10361057
* @return value or {@code null} for none
10371058
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.securitycenter.v1.model;
18+
19+
/**
20+
* Model definition for GoogleCloudSecuritycenterV1IamDetails.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Security Command Center API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudSecuritycenterV1IamDetails extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.util.List<GoogleCloudSecuritycenterV1IamRolePermission> iamRolePermissions;
38+
39+
/**
40+
* @return value or {@code null} for none
41+
*/
42+
public java.util.List<GoogleCloudSecuritycenterV1IamRolePermission> getIamRolePermissions() {
43+
return iamRolePermissions;
44+
}
45+
46+
/**
47+
* @param iamRolePermissions iamRolePermissions or {@code null} for none
48+
*/
49+
public GoogleCloudSecuritycenterV1IamDetails setIamRolePermissions(java.util.List<GoogleCloudSecuritycenterV1IamRolePermission> iamRolePermissions) {
50+
this.iamRolePermissions = iamRolePermissions;
51+
return this;
52+
}
53+
54+
@Override
55+
public GoogleCloudSecuritycenterV1IamDetails set(String fieldName, Object value) {
56+
return (GoogleCloudSecuritycenterV1IamDetails) super.set(fieldName, value);
57+
}
58+
59+
@Override
60+
public GoogleCloudSecuritycenterV1IamDetails clone() {
61+
return (GoogleCloudSecuritycenterV1IamDetails) super.clone();
62+
}
63+
64+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.securitycenter.v1.model;
18+
19+
/**
20+
* Model definition for GoogleCloudSecuritycenterV1IamRolePermission.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Security Command Center API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudSecuritycenterV1IamRolePermission extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String name;
38+
39+
/**
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.lang.String role;
44+
45+
/**
46+
* @return value or {@code null} for none
47+
*/
48+
public java.lang.String getName() {
49+
return name;
50+
}
51+
52+
/**
53+
* @param name name or {@code null} for none
54+
*/
55+
public GoogleCloudSecuritycenterV1IamRolePermission setName(java.lang.String name) {
56+
this.name = name;
57+
return this;
58+
}
59+
60+
/**
61+
* @return value or {@code null} for none
62+
*/
63+
public java.lang.String getRole() {
64+
return role;
65+
}
66+
67+
/**
68+
* @param role role or {@code null} for none
69+
*/
70+
public GoogleCloudSecuritycenterV1IamRolePermission setRole(java.lang.String role) {
71+
this.role = role;
72+
return this;
73+
}
74+
75+
@Override
76+
public GoogleCloudSecuritycenterV1IamRolePermission set(String fieldName, Object value) {
77+
return (GoogleCloudSecuritycenterV1IamRolePermission) super.set(fieldName, value);
78+
}
79+
80+
@Override
81+
public GoogleCloudSecuritycenterV1IamRolePermission clone() {
82+
return (GoogleCloudSecuritycenterV1IamRolePermission) super.clone();
83+
}
84+
85+
}

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ public final class GoogleCloudSecuritycenterV2Finding extends com.google.api.cli
312312
@com.google.api.client.util.Key
313313
private java.util.List<GoogleCloudSecuritycenterV2IamBinding> iamBindings;
314314

315+
/**
316+
* The value may be {@code null}.
317+
*/
318+
@com.google.api.client.util.Key
319+
private GoogleCloudSecuritycenterV2IamDetails iamDetails;
320+
315321
/**
316322
* The value may be {@code null}.
317323
*/
@@ -1059,6 +1065,21 @@ public GoogleCloudSecuritycenterV2Finding setIamBindings(java.util.List<GoogleCl
10591065
return this;
10601066
}
10611067

1068+
/**
1069+
* @return value or {@code null} for none
1070+
*/
1071+
public GoogleCloudSecuritycenterV2IamDetails getIamDetails() {
1072+
return iamDetails;
1073+
}
1074+
1075+
/**
1076+
* @param iamDetails iamDetails or {@code null} for none
1077+
*/
1078+
public GoogleCloudSecuritycenterV2Finding setIamDetails(GoogleCloudSecuritycenterV2IamDetails iamDetails) {
1079+
this.iamDetails = iamDetails;
1080+
return this;
1081+
}
1082+
10621083
/**
10631084
* @return value or {@code null} for none
10641085
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.securitycenter.v1.model;
18+
19+
/**
20+
* Model definition for GoogleCloudSecuritycenterV2IamDetails.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Security Command Center API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudSecuritycenterV2IamDetails extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.util.List<GoogleCloudSecuritycenterV2IamRolePermission> iamRolePermissions;
38+
39+
/**
40+
* @return value or {@code null} for none
41+
*/
42+
public java.util.List<GoogleCloudSecuritycenterV2IamRolePermission> getIamRolePermissions() {
43+
return iamRolePermissions;
44+
}
45+
46+
/**
47+
* @param iamRolePermissions iamRolePermissions or {@code null} for none
48+
*/
49+
public GoogleCloudSecuritycenterV2IamDetails setIamRolePermissions(java.util.List<GoogleCloudSecuritycenterV2IamRolePermission> iamRolePermissions) {
50+
this.iamRolePermissions = iamRolePermissions;
51+
return this;
52+
}
53+
54+
@Override
55+
public GoogleCloudSecuritycenterV2IamDetails set(String fieldName, Object value) {
56+
return (GoogleCloudSecuritycenterV2IamDetails) super.set(fieldName, value);
57+
}
58+
59+
@Override
60+
public GoogleCloudSecuritycenterV2IamDetails clone() {
61+
return (GoogleCloudSecuritycenterV2IamDetails) super.clone();
62+
}
63+
64+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.securitycenter.v1.model;
18+
19+
/**
20+
* Model definition for GoogleCloudSecuritycenterV2IamRolePermission.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Security Command Center API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudSecuritycenterV2IamRolePermission extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String name;
38+
39+
/**
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.lang.String role;
44+
45+
/**
46+
* @return value or {@code null} for none
47+
*/
48+
public java.lang.String getName() {
49+
return name;
50+
}
51+
52+
/**
53+
* @param name name or {@code null} for none
54+
*/
55+
public GoogleCloudSecuritycenterV2IamRolePermission setName(java.lang.String name) {
56+
this.name = name;
57+
return this;
58+
}
59+
60+
/**
61+
* @return value or {@code null} for none
62+
*/
63+
public java.lang.String getRole() {
64+
return role;
65+
}
66+
67+
/**
68+
* @param role role or {@code null} for none
69+
*/
70+
public GoogleCloudSecuritycenterV2IamRolePermission setRole(java.lang.String role) {
71+
this.role = role;
72+
return this;
73+
}
74+
75+
@Override
76+
public GoogleCloudSecuritycenterV2IamRolePermission set(String fieldName, Object value) {
77+
return (GoogleCloudSecuritycenterV2IamRolePermission) super.set(fieldName, value);
78+
}
79+
80+
@Override
81+
public GoogleCloudSecuritycenterV2IamRolePermission clone() {
82+
return (GoogleCloudSecuritycenterV2IamRolePermission) super.clone();
83+
}
84+
85+
}

0 commit comments

Comments
 (0)