Skip to content

Commit a4a0ad5

Browse files
1 parent 7fe4361 commit a4a0ad5

File tree

16 files changed

+14
-430
lines changed

16 files changed

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

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

Lines changed: 0 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -5354,31 +5354,6 @@ public Delete setName(java.lang.String name) {
53545354
return this;
53555355
}
53565356

5357-
/**
5358-
* Optional. Etag of the resource. If this is provided, it must match the server's etag.
5359-
* If the provided etag does not match the server's etag, the request will fail with a 409
5360-
* ABORTED error.
5361-
*/
5362-
@com.google.api.client.util.Key
5363-
private java.lang.String etag;
5364-
5365-
/** Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
5366-
provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
5367-
*/
5368-
public java.lang.String getEtag() {
5369-
return etag;
5370-
}
5371-
5372-
/**
5373-
* Optional. Etag of the resource. If this is provided, it must match the server's etag.
5374-
* If the provided etag does not match the server's etag, the request will fail with a 409
5375-
* ABORTED error.
5376-
*/
5377-
public Delete setEtag(java.lang.String etag) {
5378-
this.etag = etag;
5379-
return this;
5380-
}
5381-
53825357
@Override
53835358
public Delete set(String parameterName, Object value) {
53845359
return (Delete) super.set(parameterName, value);
@@ -6196,31 +6171,6 @@ public Delete setName(java.lang.String name) {
61966171
return this;
61976172
}
61986173

6199-
/**
6200-
* Optional. Etag of the resource. If this is provided, it must match the server's etag.
6201-
* If the provided etag does not match the server's etag, the request will fail with a 409
6202-
* ABORTED error.
6203-
*/
6204-
@com.google.api.client.util.Key
6205-
private java.lang.String etag;
6206-
6207-
/** Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
6208-
provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
6209-
*/
6210-
public java.lang.String getEtag() {
6211-
return etag;
6212-
}
6213-
6214-
/**
6215-
* Optional. Etag of the resource. If this is provided, it must match the server's etag.
6216-
* If the provided etag does not match the server's etag, the request will fail with a 409
6217-
* ABORTED error.
6218-
*/
6219-
public Delete setEtag(java.lang.String etag) {
6220-
this.etag = etag;
6221-
return this;
6222-
}
6223-
62246174
@Override
62256175
public Delete set(String parameterName, Object value) {
62266176
return (Delete) super.set(parameterName, value);
@@ -12277,31 +12227,6 @@ public Delete setName(java.lang.String name) {
1227712227
return this;
1227812228
}
1227912229

12280-
/**
12281-
* Optional. Etag of the resource. If this is provided, it must match the server's etag.
12282-
* If the provided etag does not match the server's etag, the request will fail with a 409
12283-
* ABORTED error.
12284-
*/
12285-
@com.google.api.client.util.Key
12286-
private java.lang.String etag;
12287-
12288-
/** Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
12289-
provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
12290-
*/
12291-
public java.lang.String getEtag() {
12292-
return etag;
12293-
}
12294-
12295-
/**
12296-
* Optional. Etag of the resource. If this is provided, it must match the server's etag.
12297-
* If the provided etag does not match the server's etag, the request will fail with a 409
12298-
* ABORTED error.
12299-
*/
12300-
public Delete setEtag(java.lang.String etag) {
12301-
this.etag = etag;
12302-
return this;
12303-
}
12304-
1230512230
@Override
1230612231
public Delete set(String parameterName, Object value) {
1230712232
return (Delete) super.set(parameterName, value);
@@ -13119,31 +13044,6 @@ public Delete setName(java.lang.String name) {
1311913044
return this;
1312013045
}
1312113046

13122-
/**
13123-
* Optional. Etag of the resource. If this is provided, it must match the server's etag.
13124-
* If the provided etag does not match the server's etag, the request will fail with a 409
13125-
* ABORTED error.
13126-
*/
13127-
@com.google.api.client.util.Key
13128-
private java.lang.String etag;
13129-
13130-
/** Optional. Etag of the resource. If this is provided, it must match the server's etag. If the
13131-
provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.
13132-
*/
13133-
public java.lang.String getEtag() {
13134-
return etag;
13135-
}
13136-
13137-
/**
13138-
* Optional. Etag of the resource. If this is provided, it must match the server's etag.
13139-
* If the provided etag does not match the server's etag, the request will fail with a 409
13140-
* ABORTED error.
13141-
*/
13142-
public Delete setEtag(java.lang.String etag) {
13143-
this.etag = etag;
13144-
return this;
13145-
}
13146-
1314713047
@Override
1314813048
public Delete set(String parameterName, Object value) {
1314913049
return (Delete) super.set(parameterName, value);

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ public final class GrpcRoute extends com.google.api.client.json.GenericJson {
4444
@com.google.api.client.util.Key
4545
private java.lang.String description;
4646

47-
/**
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.
50-
* The value may be {@code null}.
51-
*/
52-
@com.google.api.client.util.Key
53-
private java.lang.String etag;
54-
5547
/**
5648
* Optional. Gateways defines a list of gateways this GrpcRoute is attached to, as one of the
5749
* routing rules to route the requests served by the gateway. Each gateway reference should match
@@ -163,25 +155,6 @@ public GrpcRoute setDescription(java.lang.String description) {
163155
return this;
164156
}
165157

166-
/**
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.
169-
* @return value or {@code null} for none
170-
*/
171-
public java.lang.String getEtag() {
172-
return etag;
173-
}
174-
175-
/**
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.
178-
* @param etag etag or {@code null} for none
179-
*/
180-
public GrpcRoute setEtag(java.lang.String etag) {
181-
this.etag = etag;
182-
return this;
183-
}
184-
185158
/**
186159
* Optional. Gateways defines a list of gateways this GrpcRoute is attached to, as one of the
187160
* routing rules to route the requests served by the gateway. Each gateway reference should match

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ public final class HttpRoute extends com.google.api.client.json.GenericJson {
4444
@com.google.api.client.util.Key
4545
private java.lang.String description;
4646

47-
/**
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.
50-
* The value may be {@code null}.
51-
*/
52-
@com.google.api.client.util.Key
53-
private java.lang.String etag;
54-
5547
/**
5648
* Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the
5749
* routing rules to route the requests served by the gateway. Each gateway reference should match
@@ -161,25 +153,6 @@ public HttpRoute setDescription(java.lang.String description) {
161153
return this;
162154
}
163155

164-
/**
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.
167-
* @return value or {@code null} for none
168-
*/
169-
public java.lang.String getEtag() {
170-
return etag;
171-
}
172-
173-
/**
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.
176-
* @param etag etag or {@code null} for none
177-
*/
178-
public HttpRoute setEtag(java.lang.String etag) {
179-
this.etag = etag;
180-
return this;
181-
}
182-
183156
/**
184157
* Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the
185158
* routing rules to route the requests served by the gateway. Each gateway reference should match

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ public final class TcpRoute extends com.google.api.client.json.GenericJson {
4343
@com.google.api.client.util.Key
4444
private java.lang.String description;
4545

46-
/**
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.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private java.lang.String etag;
53-
5446
/**
5547
* Optional. Gateways defines a list of gateways this TcpRoute is attached to, as one of the
5648
* routing rules to route the requests served by the gateway. Each gateway reference should match
@@ -140,25 +132,6 @@ public TcpRoute setDescription(java.lang.String description) {
140132
return this;
141133
}
142134

143-
/**
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.
146-
* @return value or {@code null} for none
147-
*/
148-
public java.lang.String getEtag() {
149-
return etag;
150-
}
151-
152-
/**
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.
155-
* @param etag etag or {@code null} for none
156-
*/
157-
public TcpRoute setEtag(java.lang.String etag) {
158-
this.etag = etag;
159-
return this;
160-
}
161-
162135
/**
163136
* Optional. Gateways defines a list of gateways this TcpRoute is attached to, as one of the
164137
* routing rules to route the requests served by the gateway. Each gateway reference should match

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ public final class TlsRoute extends com.google.api.client.json.GenericJson {
4343
@com.google.api.client.util.Key
4444
private java.lang.String description;
4545

46-
/**
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.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private java.lang.String etag;
53-
5446
/**
5547
* Optional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the
5648
* routing rules to route the requests served by the gateway. Each gateway reference should match
@@ -140,25 +132,6 @@ public TlsRoute setDescription(java.lang.String description) {
140132
return this;
141133
}
142134

143-
/**
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.
146-
* @return value or {@code null} for none
147-
*/
148-
public java.lang.String getEtag() {
149-
return etag;
150-
}
151-
152-
/**
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.
155-
* @param etag etag or {@code null} for none
156-
*/
157-
public TlsRoute setEtag(java.lang.String etag) {
158-
this.etag = etag;
159-
return this;
160-
}
161-
162135
/**
163136
* Optional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the
164137
* routing rules to route the requests served by the gateway. Each gateway reference should match

clients/google-api-services-networkservices/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20250127-2.0.0</version>
12-
<name>Network Services API v1-rev20250127-2.0.0</name>
11+
<version>v1-rev20250212-2.0.0</version>
12+
<name>Network Services API v1-rev20250212-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

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

0 commit comments

Comments
 (0)