Skip to content

Commit a23aba0

Browse files
1 parent e37ee9c commit a23aba0

24 files changed

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

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

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

33+
/**
34+
* Consumer provided attributes for the application
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes attributes;
39+
3340
/**
3441
* The resource name of an Application. Format: `projects/{host-project-
3542
* id}/locations/{location}/applications/{application-id}`
@@ -38,6 +45,23 @@ public final class GoogleCloudSecuritycenterV2IssueResourceApplication extends c
3845
@com.google.api.client.util.Key
3946
private java.lang.String name;
4047

48+
/**
49+
* Consumer provided attributes for the application
50+
* @return value or {@code null} for none
51+
*/
52+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes getAttributes() {
53+
return attributes;
54+
}
55+
56+
/**
57+
* Consumer provided attributes for the application
58+
* @param attributes attributes or {@code null} for none
59+
*/
60+
public GoogleCloudSecuritycenterV2IssueResourceApplication setAttributes(GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes attributes) {
61+
this.attributes = attributes;
62+
return this;
63+
}
64+
4165
/**
4266
* The resource name of an Application. Format: `projects/{host-project-
4367
* id}/locations/{location}/applications/{application-id}`
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
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+
* Consumer provided attributes for the application
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 GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Business team that ensures user needs are met and value is delivered
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> businessOwners;
39+
40+
/**
41+
* User-defined criticality information.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality criticality;
46+
47+
/**
48+
* Developer team that owns development and coding.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> developerOwners;
53+
54+
/**
55+
* User-defined environment information.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment environment;
60+
61+
/**
62+
* Operator team that ensures runtime and operations.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> operatorOwners;
67+
68+
/**
69+
* Business team that ensures user needs are met and value is delivered
70+
* @return value or {@code null} for none
71+
*/
72+
public java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> getBusinessOwners() {
73+
return businessOwners;
74+
}
75+
76+
/**
77+
* Business team that ensures user needs are met and value is delivered
78+
* @param businessOwners businessOwners or {@code null} for none
79+
*/
80+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes setBusinessOwners(java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> businessOwners) {
81+
this.businessOwners = businessOwners;
82+
return this;
83+
}
84+
85+
/**
86+
* User-defined criticality information.
87+
* @return value or {@code null} for none
88+
*/
89+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality getCriticality() {
90+
return criticality;
91+
}
92+
93+
/**
94+
* User-defined criticality information.
95+
* @param criticality criticality or {@code null} for none
96+
*/
97+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes setCriticality(GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality criticality) {
98+
this.criticality = criticality;
99+
return this;
100+
}
101+
102+
/**
103+
* Developer team that owns development and coding.
104+
* @return value or {@code null} for none
105+
*/
106+
public java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> getDeveloperOwners() {
107+
return developerOwners;
108+
}
109+
110+
/**
111+
* Developer team that owns development and coding.
112+
* @param developerOwners developerOwners or {@code null} for none
113+
*/
114+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes setDeveloperOwners(java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> developerOwners) {
115+
this.developerOwners = developerOwners;
116+
return this;
117+
}
118+
119+
/**
120+
* User-defined environment information.
121+
* @return value or {@code null} for none
122+
*/
123+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment getEnvironment() {
124+
return environment;
125+
}
126+
127+
/**
128+
* User-defined environment information.
129+
* @param environment environment or {@code null} for none
130+
*/
131+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes setEnvironment(GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment environment) {
132+
this.environment = environment;
133+
return this;
134+
}
135+
136+
/**
137+
* Operator team that ensures runtime and operations.
138+
* @return value or {@code null} for none
139+
*/
140+
public java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> getOperatorOwners() {
141+
return operatorOwners;
142+
}
143+
144+
/**
145+
* Operator team that ensures runtime and operations.
146+
* @param operatorOwners operatorOwners or {@code null} for none
147+
*/
148+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes setOperatorOwners(java.util.List<GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo> operatorOwners) {
149+
this.operatorOwners = operatorOwners;
150+
return this;
151+
}
152+
153+
@Override
154+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes set(String fieldName, Object value) {
155+
return (GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes) super.set(fieldName, value);
156+
}
157+
158+
@Override
159+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes clone() {
160+
return (GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes) super.clone();
161+
}
162+
163+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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+
* Contact information of stakeholders.
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 GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Email address of the contacts.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String email;
39+
40+
/**
41+
* Email address of the contacts.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.String getEmail() {
45+
return email;
46+
}
47+
48+
/**
49+
* Email address of the contacts.
50+
* @param email email or {@code null} for none
51+
*/
52+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo setEmail(java.lang.String email) {
53+
this.email = email;
54+
return this;
55+
}
56+
57+
@Override
58+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo set(String fieldName, Object value) {
59+
return (GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo clone() {
64+
return (GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo) super.clone();
65+
}
66+
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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+
* Criticality of the Application, Service, or Workload
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 GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Criticality Type.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String type;
39+
40+
/**
41+
* Criticality Type.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.String getType() {
45+
return type;
46+
}
47+
48+
/**
49+
* Criticality Type.
50+
* @param type type or {@code null} for none
51+
*/
52+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality setType(java.lang.String type) {
53+
this.type = type;
54+
return this;
55+
}
56+
57+
@Override
58+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality set(String fieldName, Object value) {
59+
return (GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality clone() {
64+
return (GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality) super.clone();
65+
}
66+
67+
}

0 commit comments

Comments
 (0)