Skip to content

Commit 6a2af65

Browse files
1 parent 8261164 commit 6a2af65

File tree

18 files changed

+68
-94
lines changed

18 files changed

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

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ public final class GrpcRoute extends com.google.api.client.json.GenericJson {
4545
private java.lang.String description;
4646

4747
/**
48-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
49-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
50-
* ABORTED error.
48+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
49+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
5150
* The value may be {@code null}.
5251
*/
5352
@com.google.api.client.util.Key
@@ -165,19 +164,17 @@ public GrpcRoute setDescription(java.lang.String description) {
165164
}
166165

167166
/**
168-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
169-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
170-
* ABORTED error.
167+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
168+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
171169
* @return value or {@code null} for none
172170
*/
173171
public java.lang.String getEtag() {
174172
return etag;
175173
}
176174

177175
/**
178-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
179-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
180-
* ABORTED error.
176+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
177+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
181178
* @param etag etag or {@code null} for none
182179
*/
183180
public GrpcRoute setEtag(java.lang.String etag) {

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ public final class HttpRoute extends com.google.api.client.json.GenericJson {
4545
private java.lang.String description;
4646

4747
/**
48-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
49-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
50-
* ABORTED error.
48+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
49+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
5150
* The value may be {@code null}.
5251
*/
5352
@com.google.api.client.util.Key
@@ -163,19 +162,17 @@ public HttpRoute setDescription(java.lang.String description) {
163162
}
164163

165164
/**
166-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
167-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
168-
* ABORTED error.
165+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
166+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
169167
* @return value or {@code null} for none
170168
*/
171169
public java.lang.String getEtag() {
172170
return etag;
173171
}
174172

175173
/**
176-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
177-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
178-
* ABORTED error.
174+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
175+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
179176
* @param etag etag or {@code null} for none
180177
*/
181178
public HttpRoute setEtag(java.lang.String etag) {

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ public final class TcpRoute extends com.google.api.client.json.GenericJson {
4444
private java.lang.String description;
4545

4646
/**
47-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
48-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
49-
* ABORTED error.
47+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
48+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
5049
* The value may be {@code null}.
5150
*/
5251
@com.google.api.client.util.Key
@@ -142,19 +141,17 @@ public TcpRoute setDescription(java.lang.String description) {
142141
}
143142

144143
/**
145-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
146-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
147-
* ABORTED error.
144+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
145+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
148146
* @return value or {@code null} for none
149147
*/
150148
public java.lang.String getEtag() {
151149
return etag;
152150
}
153151

154152
/**
155-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
156-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
157-
* ABORTED error.
153+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
154+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
158155
* @param etag etag or {@code null} for none
159156
*/
160157
public TcpRoute setEtag(java.lang.String etag) {

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ public final class TlsRoute extends com.google.api.client.json.GenericJson {
4444
private java.lang.String description;
4545

4646
/**
47-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
48-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
49-
* ABORTED error.
47+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
48+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
5049
* The value may be {@code null}.
5150
*/
5251
@com.google.api.client.util.Key
@@ -142,19 +141,17 @@ public TlsRoute setDescription(java.lang.String description) {
142141
}
143142

144143
/**
145-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
146-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
147-
* ABORTED error.
144+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
145+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
148146
* @return value or {@code null} for none
149147
*/
150148
public java.lang.String getEtag() {
151149
return etag;
152150
}
153151

154152
/**
155-
* Optional. Output only. Etag of the resource. If this is provided, it must match the server's
156-
* etag. If the provided etag does not match the server's etag, the request will fail with a 409
157-
* ABORTED error.
153+
* Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
154+
* provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
158155
* @param etag etag or {@code null} for none
159156
*/
160157
public TlsRoute setEtag(java.lang.String etag) {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
/**
2020
* RouteMatch defines the predicate used to match requests to a given action. Multiple match types
21-
* are "AND"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally
22-
* match traffic.
21+
* are "AND"ed for evaluation.
2322
*
2423
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2524
* transmitted over HTTP when working with the Network Services API. For a detailed explanation see:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class TlsRouteRouteRule extends com.google.api.client.json.GenericJ
3838

3939
/**
4040
* Required. RouteMatch defines the predicate used to match requests to a given action. Multiple
41-
* match types are "OR"ed for evaluation.
41+
* match types are "OR"ed for evaluation. Atleast one RouteMatch must be supplied.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -69,7 +69,7 @@ public TlsRouteRouteRule setAction(TlsRouteRouteAction action) {
6969

7070
/**
7171
* Required. RouteMatch defines the predicate used to match requests to a given action. Multiple
72-
* match types are "OR"ed for evaluation.
72+
* match types are "OR"ed for evaluation. Atleast one RouteMatch must be supplied.
7373
* @return value or {@code null} for none
7474
*/
7575
public java.util.List<TlsRouteRouteMatch> getMatches() {
@@ -78,7 +78,7 @@ public java.util.List<TlsRouteRouteMatch> getMatches() {
7878

7979
/**
8080
* Required. RouteMatch defines the predicate used to match requests to a given action. Multiple
81-
* match types are "OR"ed for evaluation.
81+
* match types are "OR"ed for evaluation. Atleast one RouteMatch must be supplied.
8282
* @param matches matches or {@code null} for none
8383
*/
8484
public TlsRouteRouteRule setMatches(java.util.List<TlsRouteRouteMatch> matches) {

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

0 commit comments

Comments
 (0)