Skip to content

Commit ccbf383

Browse files
1 parent 6718cb7 commit ccbf383

File tree

9 files changed

+46
-14
lines changed

9 files changed

+46
-14
lines changed

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

clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/HttpRouteRequestMirrorPolicy.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
/**
2020
* Specifies the policy on how requests are shadowed to a separate mirrored destination service. The
2121
* proxy does not wait for responses from the shadow service. Prior to sending traffic to the shadow
22-
* service, the host/authority header is suffixed with -shadow.
22+
* service, the host/authority header is suffixed with -shadow. Mirroring is currently not supported
23+
* for Cloud Run destinations.
2324
*
2425
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2526
* transmitted over HTTP when working with the Network Services API. For a detailed explanation see:

clients/google-api-services-networkservices/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-networkservices</artifactId>
11-
<version>v1-rev20250508-2.0.0</version>
12-
<name>Network Services API v1-rev20250508-2.0.0</name>
11+
<version>v1-rev20250521-2.0.0</version>
12+
<name>Network Services API v1-rev20250521-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-networkservices/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-networkservices</artifactId>
25-
<version>v1beta1-rev20250508-2.0.0</version>
25+
<version>v1beta1-rev20250521-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-networkservices:v1beta1-rev20250508-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20250521-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/EndpointPolicy.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ public final class EndpointPolicy extends com.google.api.client.json.GenericJson
8888
@com.google.api.client.util.Key
8989
private java.lang.String name;
9090

91+
/**
92+
* Optional. A URL referring to a SecurityPolicy resource. SecurityPolicy is used to enforce rate
93+
* limiting policy on the inbound traffic at the identified backends. If this field is not set,
94+
* rate limiting is disabled for this endpoint.
95+
* The value may be {@code null}.
96+
*/
97+
@com.google.api.client.util.Key
98+
private java.lang.String securityPolicy;
99+
91100
/**
92101
* Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used to determine the
93102
* authentication policy to be applied to terminate the inbound traffic at the identified
@@ -254,6 +263,27 @@ public EndpointPolicy setName(java.lang.String name) {
254263
return this;
255264
}
256265

266+
/**
267+
* Optional. A URL referring to a SecurityPolicy resource. SecurityPolicy is used to enforce rate
268+
* limiting policy on the inbound traffic at the identified backends. If this field is not set,
269+
* rate limiting is disabled for this endpoint.
270+
* @return value or {@code null} for none
271+
*/
272+
public java.lang.String getSecurityPolicy() {
273+
return securityPolicy;
274+
}
275+
276+
/**
277+
* Optional. A URL referring to a SecurityPolicy resource. SecurityPolicy is used to enforce rate
278+
* limiting policy on the inbound traffic at the identified backends. If this field is not set,
279+
* rate limiting is disabled for this endpoint.
280+
* @param securityPolicy securityPolicy or {@code null} for none
281+
*/
282+
public EndpointPolicy setSecurityPolicy(java.lang.String securityPolicy) {
283+
this.securityPolicy = securityPolicy;
284+
return this;
285+
}
286+
257287
/**
258288
* Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used to determine the
259289
* authentication policy to be applied to terminate the inbound traffic at the identified

clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/HttpRouteRequestMirrorPolicy.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
/**
2020
* Specifies the policy on how requests are shadowed to a separate mirrored destination service. The
2121
* proxy does not wait for responses from the shadow service. Prior to sending traffic to the shadow
22-
* service, the host/authority header is suffixed with -shadow.
22+
* service, the host/authority header is suffixed with -shadow. Mirroring is currently not supported
23+
* for Cloud Run destinations.
2324
*
2425
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2526
* transmitted over HTTP when working with the Network Services API. For a detailed explanation see:

clients/google-api-services-networkservices/v1beta1/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-networkservices</artifactId>
11-
<version>v1beta1-rev20250508-2.0.0</version>
12-
<name>Network Services API v1beta1-rev20250508-2.0.0</name>
11+
<version>v1beta1-rev20250521-2.0.0</version>
12+
<name>Network Services API v1beta1-rev20250521-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-networkservices/v1beta1/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-networkservices</artifactId>
25-
<version>v1beta1-rev20250508-2.0.0</version>
25+
<version>v1beta1-rev20250521-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-networkservices:v1beta1-rev20250508-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20250521-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)