Skip to content

Commit 926461f

Browse files
1 parent 6640021 commit 926461f

4 files changed

Lines changed: 33 additions & 6 deletions

File tree

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ public final class MirroringEndpointGroupAssociation extends com.google.api.clie
9090
@com.google.api.client.util.Key
9191
private java.lang.String network;
9292

93+
/**
94+
* Output only. Identifier used by the data-path. See the NSI GENEVE format for more details:
95+
* https://docs.cloud.google.com/network-security-integration/docs/understand-geneve#network_id
96+
* The value may be {@code null}.
97+
*/
98+
@com.google.api.client.util.Key
99+
private java.lang.Long networkCookie;
100+
93101
/**
94102
* Output only. The current state of the resource does not match the user's intended state, and
95103
* the system is working to reconcile them. This part of the normal operation (e.g. adding a new
@@ -249,6 +257,25 @@ public MirroringEndpointGroupAssociation setNetwork(java.lang.String network) {
249257
return this;
250258
}
251259

260+
/**
261+
* Output only. Identifier used by the data-path. See the NSI GENEVE format for more details:
262+
* https://docs.cloud.google.com/network-security-integration/docs/understand-geneve#network_id
263+
* @return value or {@code null} for none
264+
*/
265+
public java.lang.Long getNetworkCookie() {
266+
return networkCookie;
267+
}
268+
269+
/**
270+
* Output only. Identifier used by the data-path. See the NSI GENEVE format for more details:
271+
* https://docs.cloud.google.com/network-security-integration/docs/understand-geneve#network_id
272+
* @param networkCookie networkCookie or {@code null} for none
273+
*/
274+
public MirroringEndpointGroupAssociation setNetworkCookie(java.lang.Long networkCookie) {
275+
this.networkCookie = networkCookie;
276+
return this;
277+
}
278+
252279
/**
253280
* Output only. The current state of the resource does not match the user's intended state, and
254281
* the system is working to reconcile them. This part of the normal operation (e.g. adding a new

clients/google-api-services-networksecurity/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-networksecurity</artifactId>
11-
<version>v1-rev20260524-2.0.0</version>
12-
<name>Network Security API v1-rev20260524-2.0.0</name>
11+
<version>v1-rev20260617-2.0.0</version>
12+
<name>Network Security API v1-rev20260617-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)