Skip to content

Commit b60a7b7

Browse files
1 parent 4ed848d commit b60a7b7

File tree

10 files changed

+30
-30
lines changed

10 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ public final class Gateway extends com.google.api.client.json.GenericJson {
115115

116116
/**
117117
* Required. One or more port numbers (1-65535), on which the Gateway will receive traffic. The
118-
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 1
119-
* port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
118+
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 5
119+
* ports. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
120120
* multiple ports.
121121
* The value may be {@code null}.
122122
*/
@@ -376,8 +376,8 @@ public Gateway setNetwork(java.lang.String network) {
376376

377377
/**
378378
* Required. One or more port numbers (1-65535), on which the Gateway will receive traffic. The
379-
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 1
380-
* port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
379+
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 5
380+
* ports. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
381381
* multiple ports.
382382
* @return value or {@code null} for none
383383
*/
@@ -387,8 +387,8 @@ public java.util.List<java.lang.Integer> getPorts() {
387387

388388
/**
389389
* Required. One or more port numbers (1-65535), on which the Gateway will receive traffic. The
390-
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 1
391-
* port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
390+
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 5
391+
* ports. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
392392
* multiple ports.
393393
* @param ports ports or {@code null} for none
394394
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class WasmPluginLogConfig extends com.google.api.client.json.Generi
3838
private java.lang.Boolean enable;
3939

4040
/**
41-
* Non-empty default. Specificies the lowest level of the plugin logs that are exported to Cloud
41+
* Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud
4242
* Logging. This setting relates to the logs generated by using logging statements in your Wasm
4343
* code. This field is can be set only if logging is enabled for the plugin. If the field is not
4444
* provided when logging is enabled, it is set to `INFO` by default.
@@ -76,7 +76,7 @@ public WasmPluginLogConfig setEnable(java.lang.Boolean enable) {
7676
}
7777

7878
/**
79-
* Non-empty default. Specificies the lowest level of the plugin logs that are exported to Cloud
79+
* Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud
8080
* Logging. This setting relates to the logs generated by using logging statements in your Wasm
8181
* code. This field is can be set only if logging is enabled for the plugin. If the field is not
8282
* provided when logging is enabled, it is set to `INFO` by default.
@@ -87,7 +87,7 @@ public java.lang.String getMinLogLevel() {
8787
}
8888

8989
/**
90-
* Non-empty default. Specificies the lowest level of the plugin logs that are exported to Cloud
90+
* Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud
9191
* Logging. This setting relates to the logs generated by using logging statements in your Wasm
9292
* code. This field is can be set only if logging is enabled for the plugin. If the field is not
9393
* provided when logging is enabled, it is set to `INFO` by default.

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-rev20250616-2.0.0</version>
12-
<name>Network Services API v1-rev20250616-2.0.0</name>
11+
<version>v1-rev20250709-2.0.0</version>
12+
<name>Network Services API v1-rev20250709-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-rev20250616-2.0.0</version>
25+
<version>v1-rev20250709-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-rev20250616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1-rev20250709-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-rev20250626-2.0.0</version>
25+
<version>v1beta1-rev20250709-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-rev20250626-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20250709-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ public final class Gateway extends com.google.api.client.json.GenericJson {
115115

116116
/**
117117
* Required. One or more port numbers (1-65535), on which the Gateway will receive traffic. The
118-
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 1
119-
* port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
118+
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 5
119+
* ports. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
120120
* multiple ports.
121121
* The value may be {@code null}.
122122
*/
@@ -376,8 +376,8 @@ public Gateway setNetwork(java.lang.String network) {
376376

377377
/**
378378
* Required. One or more port numbers (1-65535), on which the Gateway will receive traffic. The
379-
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 1
380-
* port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
379+
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 5
380+
* ports. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
381381
* multiple ports.
382382
* @return value or {@code null} for none
383383
*/
@@ -387,8 +387,8 @@ public java.util.List<java.lang.Integer> getPorts() {
387387

388388
/**
389389
* Required. One or more port numbers (1-65535), on which the Gateway will receive traffic. The
390-
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 1
391-
* port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
390+
* proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 5
391+
* ports. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6 and support
392392
* multiple ports.
393393
* @param ports ports or {@code null} for none
394394
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class WasmPluginLogConfig extends com.google.api.client.json.Generi
3838
private java.lang.Boolean enable;
3939

4040
/**
41-
* Non-empty default. Specificies the lowest level of the plugin logs that are exported to Cloud
41+
* Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud
4242
* Logging. This setting relates to the logs generated by using logging statements in your Wasm
4343
* code. This field is can be set only if logging is enabled for the plugin. If the field is not
4444
* provided when logging is enabled, it is set to `INFO` by default.
@@ -76,7 +76,7 @@ public WasmPluginLogConfig setEnable(java.lang.Boolean enable) {
7676
}
7777

7878
/**
79-
* Non-empty default. Specificies the lowest level of the plugin logs that are exported to Cloud
79+
* Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud
8080
* Logging. This setting relates to the logs generated by using logging statements in your Wasm
8181
* code. This field is can be set only if logging is enabled for the plugin. If the field is not
8282
* provided when logging is enabled, it is set to `INFO` by default.
@@ -87,7 +87,7 @@ public java.lang.String getMinLogLevel() {
8787
}
8888

8989
/**
90-
* Non-empty default. Specificies the lowest level of the plugin logs that are exported to Cloud
90+
* Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud
9191
* Logging. This setting relates to the logs generated by using logging statements in your Wasm
9292
* code. This field is can be set only if logging is enabled for the plugin. If the field is not
9393
* provided when logging is enabled, it is set to `INFO` by default.

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-rev20250626-2.0.0</version>
12-
<name>Network Services API v1beta1-rev20250626-2.0.0</name>
11+
<version>v1beta1-rev20250709-2.0.0</version>
12+
<name>Network Services API v1beta1-rev20250709-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-rev20250626-2.0.0</version>
25+
<version>v1beta1-rev20250709-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-rev20250626-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20250709-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)