Skip to content

Commit a85fa14

Browse files
1 parent 3ab592e commit a85fa14

15 files changed

Lines changed: 1078 additions & 6 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-rev20260619-2.0.0</version>
25+
<version>v1-rev20260710-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-rev20260619-2.0.0'
38+
implementation 'com.google.apis:google-api-services-securitycenter:v1-rev20260710-2.0.0'
3939
}
4040
```
4141

Lines changed: 85 additions & 0 deletions
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 Agent.
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 Agent 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 displayName;
38+
39+
/**
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.lang.String id;
44+
45+
/**
46+
* @return value or {@code null} for none
47+
*/
48+
public java.lang.String getDisplayName() {
49+
return displayName;
50+
}
51+
52+
/**
53+
* @param displayName displayName or {@code null} for none
54+
*/
55+
public Agent setDisplayName(java.lang.String displayName) {
56+
this.displayName = displayName;
57+
return this;
58+
}
59+
60+
/**
61+
* @return value or {@code null} for none
62+
*/
63+
public java.lang.String getId() {
64+
return id;
65+
}
66+
67+
/**
68+
* @param id id or {@code null} for none
69+
*/
70+
public Agent setId(java.lang.String id) {
71+
this.id = id;
72+
return this;
73+
}
74+
75+
@Override
76+
public Agent set(String fieldName, Object value) {
77+
return (Agent) super.set(fieldName, value);
78+
}
79+
80+
@Override
81+
public Agent clone() {
82+
return (Agent) super.clone();
83+
}
84+
85+
}
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
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 AgentAnomaly.
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 AgentAnomaly 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.Double confidenceScore;
38+
39+
/**
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.util.List<DetectorReference> detectorReferences;
44+
45+
/**
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.util.List<InvocationReference> invocationReferences;
50+
51+
/**
52+
* @return value or {@code null} for none
53+
*/
54+
public java.lang.Double getConfidenceScore() {
55+
return confidenceScore;
56+
}
57+
58+
/**
59+
* @param confidenceScore confidenceScore or {@code null} for none
60+
*/
61+
public AgentAnomaly setConfidenceScore(java.lang.Double confidenceScore) {
62+
this.confidenceScore = confidenceScore;
63+
return this;
64+
}
65+
66+
/**
67+
* @return value or {@code null} for none
68+
*/
69+
public java.util.List<DetectorReference> getDetectorReferences() {
70+
return detectorReferences;
71+
}
72+
73+
/**
74+
* @param detectorReferences detectorReferences or {@code null} for none
75+
*/
76+
public AgentAnomaly setDetectorReferences(java.util.List<DetectorReference> detectorReferences) {
77+
this.detectorReferences = detectorReferences;
78+
return this;
79+
}
80+
81+
/**
82+
* @return value or {@code null} for none
83+
*/
84+
public java.util.List<InvocationReference> getInvocationReferences() {
85+
return invocationReferences;
86+
}
87+
88+
/**
89+
* @param invocationReferences invocationReferences or {@code null} for none
90+
*/
91+
public AgentAnomaly setInvocationReferences(java.util.List<InvocationReference> invocationReferences) {
92+
this.invocationReferences = invocationReferences;
93+
return this;
94+
}
95+
96+
@Override
97+
public AgentAnomaly set(String fieldName, Object value) {
98+
return (AgentAnomaly) super.set(fieldName, value);
99+
}
100+
101+
@Override
102+
public AgentAnomaly clone() {
103+
return (AgentAnomaly) super.clone();
104+
}
105+
106+
}
Lines changed: 64 additions & 0 deletions
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 AgentSession.
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 AgentSession 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 sessionId;
38+
39+
/**
40+
* @return value or {@code null} for none
41+
*/
42+
public java.lang.String getSessionId() {
43+
return sessionId;
44+
}
45+
46+
/**
47+
* @param sessionId sessionId or {@code null} for none
48+
*/
49+
public AgentSession setSessionId(java.lang.String sessionId) {
50+
this.sessionId = sessionId;
51+
return this;
52+
}
53+
54+
@Override
55+
public AgentSession set(String fieldName, Object value) {
56+
return (AgentSession) super.set(fieldName, value);
57+
}
58+
59+
@Override
60+
public AgentSession clone() {
61+
return (AgentSession) super.clone();
62+
}
63+
64+
}

0 commit comments

Comments
 (0)