Skip to content

Commit 15b5e68

Browse files
1 parent f82ff15 commit 15b5e68

File tree

18 files changed

+336
-72
lines changed

18 files changed

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

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

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,9 @@ public final class GoogleCloudSecuritycenterV2Finding extends com.google.api.cli
7777
private GoogleCloudSecuritycenterV2BackupDisasterRecovery backupDisasterRecovery;
7878

7979
/**
80-
* Output only. The canonical name of the finding. The following list shows some examples: +
81-
* `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{o
82-
* rganization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
83-
* `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` +
84-
* `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
85-
* `projects/{project_id}/sources/{source_id}/findings/{finding_id}` +
80+
* Output only. The canonical name of the finding. The following list shows some examples: + `orga
81+
* nizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
82+
* + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
8683
* `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` The
8784
* prefix is the closest CRM ancestor of the resource associated with the finding.
8885
* The value may be {@code null}.
@@ -692,12 +689,9 @@ public GoogleCloudSecuritycenterV2Finding setBackupDisasterRecovery(GoogleCloudS
692689
}
693690

694691
/**
695-
* Output only. The canonical name of the finding. The following list shows some examples: +
696-
* `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{o
697-
* rganization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
698-
* `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` +
699-
* `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
700-
* `projects/{project_id}/sources/{source_id}/findings/{finding_id}` +
692+
* Output only. The canonical name of the finding. The following list shows some examples: + `orga
693+
* nizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
694+
* + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
701695
* `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` The
702696
* prefix is the closest CRM ancestor of the resource associated with the finding.
703697
* @return value or {@code null} for none
@@ -707,12 +701,9 @@ public java.lang.String getCanonicalName() {
707701
}
708702

709703
/**
710-
* Output only. The canonical name of the finding. The following list shows some examples: +
711-
* `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{o
712-
* rganization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
713-
* `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` +
714-
* `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
715-
* `projects/{project_id}/sources/{source_id}/findings/{finding_id}` +
704+
* Output only. The canonical name of the finding. The following list shows some examples: + `orga
705+
* nizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
706+
* + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
716707
* `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` The
717708
* prefix is the closest CRM ancestor of the resource associated with the finding.
718709
* @param canonicalName canonicalName or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleCloudSecuritycenterV2IssueResource extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* The AppHub application associated with the resource, if any. Only populated for the primary
35+
* resource.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private GoogleCloudSecuritycenterV2IssueResourceApplication application;
40+
3341
/**
3442
* The AWS metadata of the resource associated with the issue. Only populated for AWS resources.
3543
* The value may be {@code null}.
@@ -81,6 +89,25 @@ public final class GoogleCloudSecuritycenterV2IssueResource extends com.google.a
8189
@com.google.api.client.util.Key
8290
private java.lang.String type;
8391

92+
/**
93+
* The AppHub application associated with the resource, if any. Only populated for the primary
94+
* resource.
95+
* @return value or {@code null} for none
96+
*/
97+
public GoogleCloudSecuritycenterV2IssueResourceApplication getApplication() {
98+
return application;
99+
}
100+
101+
/**
102+
* The AppHub application associated with the resource, if any. Only populated for the primary
103+
* resource.
104+
* @param application application or {@code null} for none
105+
*/
106+
public GoogleCloudSecuritycenterV2IssueResource setApplication(GoogleCloudSecuritycenterV2IssueResourceApplication application) {
107+
this.application = application;
108+
return this;
109+
}
110+
84111
/**
85112
* The AWS metadata of the resource associated with the issue. Only populated for AWS resources.
86113
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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+
* The AppHub application associated with the resource, if any.
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 GoogleCloudSecuritycenterV2IssueResourceApplication extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The resource name of an Application. Format: `projects/{host-project-
35+
* id}/locations/{location}/applications/{application-id}`
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String name;
40+
41+
/**
42+
* The resource name of an Application. Format: `projects/{host-project-
43+
* id}/locations/{location}/applications/{application-id}`
44+
* @return value or {@code null} for none
45+
*/
46+
public java.lang.String getName() {
47+
return name;
48+
}
49+
50+
/**
51+
* The resource name of an Application. Format: `projects/{host-project-
52+
* id}/locations/{location}/applications/{application-id}`
53+
* @param name name or {@code null} for none
54+
*/
55+
public GoogleCloudSecuritycenterV2IssueResourceApplication setName(java.lang.String name) {
56+
this.name = name;
57+
return this;
58+
}
59+
60+
@Override
61+
public GoogleCloudSecuritycenterV2IssueResourceApplication set(String fieldName, Object value) {
62+
return (GoogleCloudSecuritycenterV2IssueResourceApplication) super.set(fieldName, value);
63+
}
64+
65+
@Override
66+
public GoogleCloudSecuritycenterV2IssueResourceApplication clone() {
67+
return (GoogleCloudSecuritycenterV2IssueResourceApplication) super.clone();
68+
}
69+
70+
}

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

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

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,9 @@ public final class GoogleCloudSecuritycenterV2Finding extends com.google.api.cli
7777
private GoogleCloudSecuritycenterV2BackupDisasterRecovery backupDisasterRecovery;
7878

7979
/**
80-
* Output only. The canonical name of the finding. The following list shows some examples: +
81-
* `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{o
82-
* rganization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
83-
* `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` +
84-
* `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
85-
* `projects/{project_id}/sources/{source_id}/findings/{finding_id}` +
80+
* Output only. The canonical name of the finding. The following list shows some examples: + `orga
81+
* nizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
82+
* + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
8683
* `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` The
8784
* prefix is the closest CRM ancestor of the resource associated with the finding.
8885
* The value may be {@code null}.
@@ -692,12 +689,9 @@ public GoogleCloudSecuritycenterV2Finding setBackupDisasterRecovery(GoogleCloudS
692689
}
693690

694691
/**
695-
* Output only. The canonical name of the finding. The following list shows some examples: +
696-
* `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{o
697-
* rganization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
698-
* `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` +
699-
* `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
700-
* `projects/{project_id}/sources/{source_id}/findings/{finding_id}` +
692+
* Output only. The canonical name of the finding. The following list shows some examples: + `orga
693+
* nizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
694+
* + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
701695
* `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` The
702696
* prefix is the closest CRM ancestor of the resource associated with the finding.
703697
* @return value or {@code null} for none
@@ -707,12 +701,9 @@ public java.lang.String getCanonicalName() {
707701
}
708702

709703
/**
710-
* Output only. The canonical name of the finding. The following list shows some examples: +
711-
* `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{o
712-
* rganization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
713-
* `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` +
714-
* `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
715-
* `projects/{project_id}/sources/{source_id}/findings/{finding_id}` +
704+
* Output only. The canonical name of the finding. The following list shows some examples: + `orga
705+
* nizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
706+
* + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` +
716707
* `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` The
717708
* prefix is the closest CRM ancestor of the resource associated with the finding.
718709
* @param canonicalName canonicalName or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleCloudSecuritycenterV2IssueResource extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* The AppHub application associated with the resource, if any. Only populated for the primary
35+
* resource.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private GoogleCloudSecuritycenterV2IssueResourceApplication application;
40+
3341
/**
3442
* The AWS metadata of the resource associated with the issue. Only populated for AWS resources.
3543
* The value may be {@code null}.
@@ -81,6 +89,25 @@ public final class GoogleCloudSecuritycenterV2IssueResource extends com.google.a
8189
@com.google.api.client.util.Key
8290
private java.lang.String type;
8391

92+
/**
93+
* The AppHub application associated with the resource, if any. Only populated for the primary
94+
* resource.
95+
* @return value or {@code null} for none
96+
*/
97+
public GoogleCloudSecuritycenterV2IssueResourceApplication getApplication() {
98+
return application;
99+
}
100+
101+
/**
102+
* The AppHub application associated with the resource, if any. Only populated for the primary
103+
* resource.
104+
* @param application application or {@code null} for none
105+
*/
106+
public GoogleCloudSecuritycenterV2IssueResource setApplication(GoogleCloudSecuritycenterV2IssueResourceApplication application) {
107+
this.application = application;
108+
return this;
109+
}
110+
84111
/**
85112
* The AWS metadata of the resource associated with the issue. Only populated for AWS resources.
86113
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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.v1beta1.model;
18+
19+
/**
20+
* The AppHub application associated with the resource, if any.
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 GoogleCloudSecuritycenterV2IssueResourceApplication extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The resource name of an Application. Format: `projects/{host-project-
35+
* id}/locations/{location}/applications/{application-id}`
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String name;
40+
41+
/**
42+
* The resource name of an Application. Format: `projects/{host-project-
43+
* id}/locations/{location}/applications/{application-id}`
44+
* @return value or {@code null} for none
45+
*/
46+
public java.lang.String getName() {
47+
return name;
48+
}
49+
50+
/**
51+
* The resource name of an Application. Format: `projects/{host-project-
52+
* id}/locations/{location}/applications/{application-id}`
53+
* @param name name or {@code null} for none
54+
*/
55+
public GoogleCloudSecuritycenterV2IssueResourceApplication setName(java.lang.String name) {
56+
this.name = name;
57+
return this;
58+
}
59+
60+
@Override
61+
public GoogleCloudSecuritycenterV2IssueResourceApplication set(String fieldName, Object value) {
62+
return (GoogleCloudSecuritycenterV2IssueResourceApplication) super.set(fieldName, value);
63+
}
64+
65+
@Override
66+
public GoogleCloudSecuritycenterV2IssueResourceApplication clone() {
67+
return (GoogleCloudSecuritycenterV2IssueResourceApplication) super.clone();
68+
}
69+
70+
}

0 commit comments

Comments
 (0)