Skip to content

Commit 7e4856d

Browse files
1 parent d048902 commit 7e4856d

33 files changed

+2566
-527
lines changed

clients/google-api-services-networksecurity/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-networksecurity</artifactId>
25-
<version>v1-rev20250202-2.0.0</version>
25+
<version>v1-rev20250211-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-networksecurity:v1-rev20250202-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20250211-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/NetworkSecurity.java

Lines changed: 212 additions & 101 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
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.networksecurity.v1.model;
18+
19+
/**
20+
* Defines what action to take for antivirus threats per protocol.
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 Network Security API. For a detailed explanation see:
24+
* <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>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class AntivirusOverride extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Required. Threat action override. For some threat types, only a subset of actions applies.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String action;
38+
39+
/**
40+
* Required. Protocol to match.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String protocol;
45+
46+
/**
47+
* Required. Threat action override. For some threat types, only a subset of actions applies.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.lang.String getAction() {
51+
return action;
52+
}
53+
54+
/**
55+
* Required. Threat action override. For some threat types, only a subset of actions applies.
56+
* @param action action or {@code null} for none
57+
*/
58+
public AntivirusOverride setAction(java.lang.String action) {
59+
this.action = action;
60+
return this;
61+
}
62+
63+
/**
64+
* Required. Protocol to match.
65+
* @return value or {@code null} for none
66+
*/
67+
public java.lang.String getProtocol() {
68+
return protocol;
69+
}
70+
71+
/**
72+
* Required. Protocol to match.
73+
* @param protocol protocol or {@code null} for none
74+
*/
75+
public AntivirusOverride setProtocol(java.lang.String protocol) {
76+
this.protocol = protocol;
77+
return this;
78+
}
79+
80+
@Override
81+
public AntivirusOverride set(String fieldName, Object value) {
82+
return (AntivirusOverride) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public AntivirusOverride clone() {
87+
return (AntivirusOverride) super.clone();
88+
}
89+
90+
}

clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/FirewallEndpoint.java

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,20 @@ public final class FirewallEndpoint extends com.google.api.client.json.GenericJs
8989
@com.google.api.client.util.Key
9090
private java.lang.Boolean reconciling;
9191

92+
/**
93+
* Output only. [Output Only] Reserved for future use.
94+
* The value may be {@code null}.
95+
*/
96+
@com.google.api.client.util.Key
97+
private java.lang.Boolean satisfiesPzi;
98+
99+
/**
100+
* Output only. [Output Only] Reserved for future use.
101+
* The value may be {@code null}.
102+
*/
103+
@com.google.api.client.util.Key
104+
private java.lang.Boolean satisfiesPzs;
105+
92106
/**
93107
* Output only. Current state of the endpoint.
94108
* The value may be {@code null}.
@@ -247,6 +261,40 @@ public FirewallEndpoint setReconciling(java.lang.Boolean reconciling) {
247261
return this;
248262
}
249263

264+
/**
265+
* Output only. [Output Only] Reserved for future use.
266+
* @return value or {@code null} for none
267+
*/
268+
public java.lang.Boolean getSatisfiesPzi() {
269+
return satisfiesPzi;
270+
}
271+
272+
/**
273+
* Output only. [Output Only] Reserved for future use.
274+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
275+
*/
276+
public FirewallEndpoint setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
277+
this.satisfiesPzi = satisfiesPzi;
278+
return this;
279+
}
280+
281+
/**
282+
* Output only. [Output Only] Reserved for future use.
283+
* @return value or {@code null} for none
284+
*/
285+
public java.lang.Boolean getSatisfiesPzs() {
286+
return satisfiesPzs;
287+
}
288+
289+
/**
290+
* Output only. [Output Only] Reserved for future use.
291+
* @param satisfiesPzs satisfiesPzs or {@code null} for none
292+
*/
293+
public FirewallEndpoint setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
294+
this.satisfiesPzs = satisfiesPzs;
295+
return this;
296+
}
297+
250298
/**
251299
* Output only. Current state of the endpoint.
252300
* @return value or {@code null} for none

clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/ListMirroringEndpointGroupAssociationsResponse.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.networksecurity.v1.model;
1818

1919
/**
20-
* Message for response to listing MirroringEndpointGroupAssociations
20+
* Response message for listing associations.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Network Security API. For a detailed explanation see:
@@ -30,29 +30,29 @@
3030
public final class ListMirroringEndpointGroupAssociationsResponse extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The list of MirroringEndpointGroupAssociation
33+
* The list of associations returned.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.util.List<MirroringEndpointGroupAssociation> mirroringEndpointGroupAssociations;
3838

3939
/**
40-
* A token identifying a page of results the server should return.
40+
* A token identifying a page of results the server should return. See https://google.aip.dev/158.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String nextPageToken;
4545

4646
/**
47-
* The list of MirroringEndpointGroupAssociation
47+
* The list of associations returned.
4848
* @return value or {@code null} for none
4949
*/
5050
public java.util.List<MirroringEndpointGroupAssociation> getMirroringEndpointGroupAssociations() {
5151
return mirroringEndpointGroupAssociations;
5252
}
5353

5454
/**
55-
* The list of MirroringEndpointGroupAssociation
55+
* The list of associations returned.
5656
* @param mirroringEndpointGroupAssociations mirroringEndpointGroupAssociations or {@code null} for none
5757
*/
5858
public ListMirroringEndpointGroupAssociationsResponse setMirroringEndpointGroupAssociations(java.util.List<MirroringEndpointGroupAssociation> mirroringEndpointGroupAssociations) {
@@ -61,15 +61,15 @@ public ListMirroringEndpointGroupAssociationsResponse setMirroringEndpointGroupA
6161
}
6262

6363
/**
64-
* A token identifying a page of results the server should return.
64+
* A token identifying a page of results the server should return. See https://google.aip.dev/158.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.String getNextPageToken() {
6868
return nextPageToken;
6969
}
7070

7171
/**
72-
* A token identifying a page of results the server should return.
72+
* A token identifying a page of results the server should return. See https://google.aip.dev/158.
7373
* @param nextPageToken nextPageToken or {@code null} for none
7474
*/
7575
public ListMirroringEndpointGroupAssociationsResponse setNextPageToken(java.lang.String nextPageToken) {

0 commit comments

Comments
 (0)