Skip to content

Commit aa730bd

Browse files
1 parent 8839a28 commit aa730bd

File tree

11 files changed

+66
-45
lines changed

11 files changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public final class ExtensionChain extends com.google.api.client.json.GenericJson
3232
/**
3333
* Required. A set of extensions to execute for the matching request. At least one extension is
3434
* required. Up to 3 extensions can be defined for each extension chain for `LbTrafficExtension`
35-
* resource. `LbRouteExtension` chains are limited to 1 extension per extension chain.
35+
* resource. `LbRouteExtension` and `LbEdgeExtension` chains are limited to 1 extension per
36+
* extension chain.
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -58,7 +59,8 @@ public final class ExtensionChain extends com.google.api.client.json.GenericJson
5859
/**
5960
* Required. A set of extensions to execute for the matching request. At least one extension is
6061
* required. Up to 3 extensions can be defined for each extension chain for `LbTrafficExtension`
61-
* resource. `LbRouteExtension` chains are limited to 1 extension per extension chain.
62+
* resource. `LbRouteExtension` and `LbEdgeExtension` chains are limited to 1 extension per
63+
* extension chain.
6264
* @return value or {@code null} for none
6365
*/
6466
public java.util.List<ExtensionChainExtension> getExtensions() {
@@ -68,7 +70,8 @@ public java.util.List<ExtensionChainExtension> getExtensions() {
6870
/**
6971
* Required. A set of extensions to execute for the matching request. At least one extension is
7072
* required. Up to 3 extensions can be defined for each extension chain for `LbTrafficExtension`
71-
* resource. `LbRouteExtension` chains are limited to 1 extension per extension chain.
73+
* resource. `LbRouteExtension` and `LbEdgeExtension` chains are limited to 1 extension per
74+
* extension chain.
7275
* @param extensions extensions or {@code null} for none
7376
*/
7477
public ExtensionChain setExtensions(java.util.List<ExtensionChainExtension> extensions) {

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,19 @@ public final class ExtensionChainExtension extends com.google.api.client.json.Ge
9999
* extensions/docs/reference/rest/v1beta1/projects.locations.wasmPlugins) in the format:
100100
* `projects/{project}/locations/{location}/wasmPlugins/{plugin}` or `//networkservices.googleapis
101101
* .com/projects/{project}/locations/{location}/wasmPlugins/{wasmPlugin}`. Plugin extensions are
102-
* currently supported for the `LbTrafficExtension` and the `LbRouteExtension` resources.
102+
* currently supported for the `LbTrafficExtension`, the `LbRouteExtension`, and the
103+
* `LbEdgeExtension` resources.
103104
* The value may be {@code null}.
104105
*/
105106
@com.google.api.client.util.Key
106107
private java.lang.String service;
107108

108109
/**
109110
* Optional. A set of events during request or response processing for which this extension is
110-
* called. This field is required for the `LbTrafficExtension` resource. It is optional for the
111-
* `LbRouteExtension` resource. If unspecified `REQUEST_HEADERS` event is assumed as supported.
111+
* called. For the `LbTrafficExtension` resource, this field is required. For the
112+
* `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is
113+
* assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only
114+
* contain `REQUEST_HEADERS` event.
112115
* The value may be {@code null}.
113116
*/
114117
@com.google.api.client.util.Key
@@ -267,7 +270,8 @@ public ExtensionChainExtension setName(java.lang.String name) {
267270
* extensions/docs/reference/rest/v1beta1/projects.locations.wasmPlugins) in the format:
268271
* `projects/{project}/locations/{location}/wasmPlugins/{plugin}` or `//networkservices.googleapis
269272
* .com/projects/{project}/locations/{location}/wasmPlugins/{wasmPlugin}`. Plugin extensions are
270-
* currently supported for the `LbTrafficExtension` and the `LbRouteExtension` resources.
273+
* currently supported for the `LbTrafficExtension`, the `LbRouteExtension`, and the
274+
* `LbEdgeExtension` resources.
271275
* @return value or {@code null} for none
272276
*/
273277
public java.lang.String getService() {
@@ -285,7 +289,8 @@ public java.lang.String getService() {
285289
* extensions/docs/reference/rest/v1beta1/projects.locations.wasmPlugins) in the format:
286290
* `projects/{project}/locations/{location}/wasmPlugins/{plugin}` or `//networkservices.googleapis
287291
* .com/projects/{project}/locations/{location}/wasmPlugins/{wasmPlugin}`. Plugin extensions are
288-
* currently supported for the `LbTrafficExtension` and the `LbRouteExtension` resources.
292+
* currently supported for the `LbTrafficExtension`, the `LbRouteExtension`, and the
293+
* `LbEdgeExtension` resources.
289294
* @param service service or {@code null} for none
290295
*/
291296
public ExtensionChainExtension setService(java.lang.String service) {
@@ -295,8 +300,10 @@ public ExtensionChainExtension setService(java.lang.String service) {
295300

296301
/**
297302
* Optional. A set of events during request or response processing for which this extension is
298-
* called. This field is required for the `LbTrafficExtension` resource. It is optional for the
299-
* `LbRouteExtension` resource. If unspecified `REQUEST_HEADERS` event is assumed as supported.
303+
* called. For the `LbTrafficExtension` resource, this field is required. For the
304+
* `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is
305+
* assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only
306+
* contain `REQUEST_HEADERS` event.
300307
* @return value or {@code null} for none
301308
*/
302309
public java.util.List<java.lang.String> getSupportedEvents() {
@@ -305,8 +312,10 @@ public java.util.List<java.lang.String> getSupportedEvents() {
305312

306313
/**
307314
* Optional. A set of events during request or response processing for which this extension is
308-
* called. This field is required for the `LbTrafficExtension` resource. It is optional for the
309-
* `LbRouteExtension` resource. If unspecified `REQUEST_HEADERS` event is assumed as supported.
315+
* called. For the `LbTrafficExtension` resource, this field is required. For the
316+
* `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is
317+
* assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only
318+
* contain `REQUEST_HEADERS` event.
310319
* @param supportedEvents supportedEvents or {@code null} for none
311320
*/
312321
public ExtensionChainExtension setSupportedEvents(java.util.List<java.lang.String> supportedEvents) {

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public final class ExtensionChain extends com.google.api.client.json.GenericJson
3232
/**
3333
* Required. A set of extensions to execute for the matching request. At least one extension is
3434
* required. Up to 3 extensions can be defined for each extension chain for `LbTrafficExtension`
35-
* resource. `LbRouteExtension` chains are limited to 1 extension per extension chain.
35+
* resource. `LbRouteExtension` and `LbEdgeExtension` chains are limited to 1 extension per
36+
* extension chain.
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -58,7 +59,8 @@ public final class ExtensionChain extends com.google.api.client.json.GenericJson
5859
/**
5960
* Required. A set of extensions to execute for the matching request. At least one extension is
6061
* required. Up to 3 extensions can be defined for each extension chain for `LbTrafficExtension`
61-
* resource. `LbRouteExtension` chains are limited to 1 extension per extension chain.
62+
* resource. `LbRouteExtension` and `LbEdgeExtension` chains are limited to 1 extension per
63+
* extension chain.
6264
* @return value or {@code null} for none
6365
*/
6466
public java.util.List<ExtensionChainExtension> getExtensions() {
@@ -68,7 +70,8 @@ public java.util.List<ExtensionChainExtension> getExtensions() {
6870
/**
6971
* Required. A set of extensions to execute for the matching request. At least one extension is
7072
* required. Up to 3 extensions can be defined for each extension chain for `LbTrafficExtension`
71-
* resource. `LbRouteExtension` chains are limited to 1 extension per extension chain.
73+
* resource. `LbRouteExtension` and `LbEdgeExtension` chains are limited to 1 extension per
74+
* extension chain.
7275
* @param extensions extensions or {@code null} for none
7376
*/
7477
public ExtensionChain setExtensions(java.util.List<ExtensionChainExtension> extensions) {

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,19 @@ public final class ExtensionChainExtension extends com.google.api.client.json.Ge
132132
* extensions/docs/reference/rest/v1beta1/projects.locations.wasmPlugins) in the format:
133133
* `projects/{project}/locations/{location}/wasmPlugins/{plugin}` or `//networkservices.googleapis
134134
* .com/projects/{project}/locations/{location}/wasmPlugins/{wasmPlugin}`. Plugin extensions are
135-
* currently supported for the `LbTrafficExtension` and the `LbRouteExtension` resources.
135+
* currently supported for the `LbTrafficExtension`, the `LbRouteExtension`, and the
136+
* `LbEdgeExtension` resources.
136137
* The value may be {@code null}.
137138
*/
138139
@com.google.api.client.util.Key
139140
private java.lang.String service;
140141

141142
/**
142143
* Optional. A set of events during request or response processing for which this extension is
143-
* called. This field is required for the `LbTrafficExtension` resource. It is optional for the
144-
* `LbRouteExtension` resource. If unspecified `REQUEST_HEADERS` event is assumed as supported.
144+
* called. For the `LbTrafficExtension` resource, this field is required. For the
145+
* `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is
146+
* assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only
147+
* contain `REQUEST_HEADERS` event.
145148
* The value may be {@code null}.
146149
*/
147150
@com.google.api.client.util.Key
@@ -375,7 +378,8 @@ public ExtensionChainExtension setResponseBodySendMode(java.lang.String response
375378
* extensions/docs/reference/rest/v1beta1/projects.locations.wasmPlugins) in the format:
376379
* `projects/{project}/locations/{location}/wasmPlugins/{plugin}` or `//networkservices.googleapis
377380
* .com/projects/{project}/locations/{location}/wasmPlugins/{wasmPlugin}`. Plugin extensions are
378-
* currently supported for the `LbTrafficExtension` and the `LbRouteExtension` resources.
381+
* currently supported for the `LbTrafficExtension`, the `LbRouteExtension`, and the
382+
* `LbEdgeExtension` resources.
379383
* @return value or {@code null} for none
380384
*/
381385
public java.lang.String getService() {
@@ -393,7 +397,8 @@ public java.lang.String getService() {
393397
* extensions/docs/reference/rest/v1beta1/projects.locations.wasmPlugins) in the format:
394398
* `projects/{project}/locations/{location}/wasmPlugins/{plugin}` or `//networkservices.googleapis
395399
* .com/projects/{project}/locations/{location}/wasmPlugins/{wasmPlugin}`. Plugin extensions are
396-
* currently supported for the `LbTrafficExtension` and the `LbRouteExtension` resources.
400+
* currently supported for the `LbTrafficExtension`, the `LbRouteExtension`, and the
401+
* `LbEdgeExtension` resources.
397402
* @param service service or {@code null} for none
398403
*/
399404
public ExtensionChainExtension setService(java.lang.String service) {
@@ -403,8 +408,10 @@ public ExtensionChainExtension setService(java.lang.String service) {
403408

404409
/**
405410
* Optional. A set of events during request or response processing for which this extension is
406-
* called. This field is required for the `LbTrafficExtension` resource. It is optional for the
407-
* `LbRouteExtension` resource. If unspecified `REQUEST_HEADERS` event is assumed as supported.
411+
* called. For the `LbTrafficExtension` resource, this field is required. For the
412+
* `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is
413+
* assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only
414+
* contain `REQUEST_HEADERS` event.
408415
* @return value or {@code null} for none
409416
*/
410417
public java.util.List<java.lang.String> getSupportedEvents() {
@@ -413,8 +420,10 @@ public java.util.List<java.lang.String> getSupportedEvents() {
413420

414421
/**
415422
* Optional. A set of events during request or response processing for which this extension is
416-
* called. This field is required for the `LbTrafficExtension` resource. It is optional for the
417-
* `LbRouteExtension` resource. If unspecified `REQUEST_HEADERS` event is assumed as supported.
423+
* called. For the `LbTrafficExtension` resource, this field is required. For the
424+
* `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is
425+
* assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only
426+
* contain `REQUEST_HEADERS` event.
418427
* @param supportedEvents supportedEvents or {@code null} for none
419428
*/
420429
public ExtensionChainExtension setSupportedEvents(java.util.List<java.lang.String> supportedEvents) {

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ public final class LbEdgeExtension extends com.google.api.client.json.GenericJso
7979
private java.util.Map<String, java.lang.String> labels;
8080

8181
/**
82-
* Required. All backend services and forwarding rules referenced by this extension must share the
83-
* same load balancing scheme. Supported values: `EXTERNAL_MANAGED`. For more information, refer
84-
* to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
82+
* Required. All forwarding rules referenced by this extension must share the same load balancing
83+
* scheme. Supported values: `EXTERNAL_MANAGED`.
8584
* The value may be {@code null}.
8685
*/
8786
@com.google.api.client.util.Key
@@ -202,19 +201,17 @@ public LbEdgeExtension setLabels(java.util.Map<String, java.lang.String> labels)
202201
}
203202

204203
/**
205-
* Required. All backend services and forwarding rules referenced by this extension must share the
206-
* same load balancing scheme. Supported values: `EXTERNAL_MANAGED`. For more information, refer
207-
* to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
204+
* Required. All forwarding rules referenced by this extension must share the same load balancing
205+
* scheme. Supported values: `EXTERNAL_MANAGED`.
208206
* @return value or {@code null} for none
209207
*/
210208
public java.lang.String getLoadBalancingScheme() {
211209
return loadBalancingScheme;
212210
}
213211

214212
/**
215-
* Required. All backend services and forwarding rules referenced by this extension must share the
216-
* same load balancing scheme. Supported values: `EXTERNAL_MANAGED`. For more information, refer
217-
* to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
213+
* Required. All forwarding rules referenced by this extension must share the same load balancing
214+
* scheme. Supported values: `EXTERNAL_MANAGED`.
218215
* @param loadBalancingScheme loadBalancingScheme or {@code null} for none
219216
*/
220217
public LbEdgeExtension setLoadBalancingScheme(java.lang.String loadBalancingScheme) {

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-rev20250611-2.0.0</version>
12-
<name>Network Services API v1beta1-rev20250611-2.0.0</name>
11+
<version>v1beta1-rev20250616-2.0.0</version>
12+
<name>Network Services API v1beta1-rev20250616-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)