Skip to content

Commit 15c78aa

Browse files
1 parent 2d43111 commit 15c78aa

File tree

24 files changed

+1647
-114
lines changed

24 files changed

+1647
-114
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-rev20240707-2.0.0</version>
25+
<version>v1-rev20240721-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-rev20240707-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1-rev20240721-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: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ public List set(String parameterName, Object value) {
27382738
* This request holds the parameters needed by the networkservices server. After setting any
27392739
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
27402740
*
2741-
* @param name Required. Name of the EndpointPolicy resource. It matches pattern
2741+
* @param name Identifier. Name of the EndpointPolicy resource. It matches pattern
27422742
* `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
27432743
* @param content the {@link com.google.api.services.networkservices.v1.model.EndpointPolicy}
27442744
* @return the request
@@ -2767,7 +2767,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
27672767
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
27682768
* be called to initialize this instance immediately after invoking the constructor. </p>
27692769
*
2770-
* @param name Required. Name of the EndpointPolicy resource. It matches pattern
2770+
* @param name Identifier. Name of the EndpointPolicy resource. It matches pattern
27712771
* `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
27722772
* @param content the {@link com.google.api.services.networkservices.v1.model.EndpointPolicy}
27732773
* @since 1.13
@@ -2838,21 +2838,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
28382838
}
28392839

28402840
/**
2841-
* Required. Name of the EndpointPolicy resource. It matches pattern
2841+
* Identifier. Name of the EndpointPolicy resource. It matches pattern
28422842
* `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
28432843
*/
28442844
@com.google.api.client.util.Key
28452845
private java.lang.String name;
28462846

2847-
/** Required. Name of the EndpointPolicy resource. It matches pattern
2847+
/** Identifier. Name of the EndpointPolicy resource. It matches pattern
28482848
`projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
28492849
*/
28502850
public java.lang.String getName() {
28512851
return name;
28522852
}
28532853

28542854
/**
2855-
* Required. Name of the EndpointPolicy resource. It matches pattern
2855+
* Identifier. Name of the EndpointPolicy resource. It matches pattern
28562856
* `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
28572857
*/
28582858
public Patch setName(java.lang.String name) {
@@ -3549,7 +3549,7 @@ public List set(String parameterName, Object value) {
35493549
* This request holds the parameters needed by the networkservices server. After setting any
35503550
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
35513551
*
3552-
* @param name Required. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
3552+
* @param name Identifier. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
35533553
* @param content the {@link com.google.api.services.networkservices.v1.model.Gateway}
35543554
* @return the request
35553555
*/
@@ -3577,7 +3577,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
35773577
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
35783578
* be called to initialize this instance immediately after invoking the constructor. </p>
35793579
*
3580-
* @param name Required. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
3580+
* @param name Identifier. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
35813581
* @param content the {@link com.google.api.services.networkservices.v1.model.Gateway}
35823582
* @since 1.13
35833583
*/
@@ -3647,20 +3647,20 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
36473647
}
36483648

36493649
/**
3650-
* Required. Name of the Gateway resource. It matches pattern
3650+
* Identifier. Name of the Gateway resource. It matches pattern
36513651
* `projects/locations/gateways/`.
36523652
*/
36533653
@com.google.api.client.util.Key
36543654
private java.lang.String name;
36553655

3656-
/** Required. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
3656+
/** Identifier. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
36573657
*/
36583658
public java.lang.String getName() {
36593659
return name;
36603660
}
36613661

36623662
/**
3663-
* Required. Name of the Gateway resource. It matches pattern
3663+
* Identifier. Name of the Gateway resource. It matches pattern
36643664
* `projects/locations/gateways/`.
36653665
*/
36663666
public Patch setName(java.lang.String name) {
@@ -4363,7 +4363,8 @@ public List set(String parameterName, Object value) {
43634363
* This request holds the parameters needed by the networkservices server. After setting any
43644364
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
43654365
*
4366-
* @param name Required. Name of the GrpcRoute resource. It matches pattern `projects/locations/global/grpcRoutes/`
4366+
* @param name Identifier. Name of the GrpcRoute resource. It matches pattern
4367+
* `projects/locations/global/grpcRoutes/`
43674368
* @param content the {@link com.google.api.services.networkservices.v1.model.GrpcRoute}
43684369
* @return the request
43694370
*/
@@ -4391,7 +4392,8 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
43914392
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
43924393
* be called to initialize this instance immediately after invoking the constructor. </p>
43934394
*
4394-
* @param name Required. Name of the GrpcRoute resource. It matches pattern `projects/locations/global/grpcRoutes/`
4395+
* @param name Identifier. Name of the GrpcRoute resource. It matches pattern
4396+
* `projects/locations/global/grpcRoutes/`
43954397
* @param content the {@link com.google.api.services.networkservices.v1.model.GrpcRoute}
43964398
* @since 1.13
43974399
*/
@@ -4461,21 +4463,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
44614463
}
44624464

44634465
/**
4464-
* Required. Name of the GrpcRoute resource. It matches pattern
4466+
* Identifier. Name of the GrpcRoute resource. It matches pattern
44654467
* `projects/locations/global/grpcRoutes/`
44664468
*/
44674469
@com.google.api.client.util.Key
44684470
private java.lang.String name;
44694471

4470-
/** Required. Name of the GrpcRoute resource. It matches pattern
4472+
/** Identifier. Name of the GrpcRoute resource. It matches pattern
44714473
`projects/locations/global/grpcRoutes/`
44724474
*/
44734475
public java.lang.String getName() {
44744476
return name;
44754477
}
44764478

44774479
/**
4478-
* Required. Name of the GrpcRoute resource. It matches pattern
4480+
* Identifier. Name of the GrpcRoute resource. It matches pattern
44794481
* `projects/locations/global/grpcRoutes/`
44804482
*/
44814483
public Patch setName(java.lang.String name) {
@@ -5178,7 +5180,7 @@ public List set(String parameterName, Object value) {
51785180
* This request holds the parameters needed by the networkservices server. After setting any
51795181
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
51805182
*
5181-
* @param name Required. Name of the HttpRoute resource. It matches pattern
5183+
* @param name Identifier. Name of the HttpRoute resource. It matches pattern
51825184
* `projects/locations/global/httpRoutes/http_route_name>`.
51835185
* @param content the {@link com.google.api.services.networkservices.v1.model.HttpRoute}
51845186
* @return the request
@@ -5207,7 +5209,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
52075209
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
52085210
* be called to initialize this instance immediately after invoking the constructor. </p>
52095211
*
5210-
* @param name Required. Name of the HttpRoute resource. It matches pattern
5212+
* @param name Identifier. Name of the HttpRoute resource. It matches pattern
52115213
* `projects/locations/global/httpRoutes/http_route_name>`.
52125214
* @param content the {@link com.google.api.services.networkservices.v1.model.HttpRoute}
52135215
* @since 1.13
@@ -5278,21 +5280,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
52785280
}
52795281

52805282
/**
5281-
* Required. Name of the HttpRoute resource. It matches pattern
5283+
* Identifier. Name of the HttpRoute resource. It matches pattern
52825284
* `projects/locations/global/httpRoutes/http_route_name>`.
52835285
*/
52845286
@com.google.api.client.util.Key
52855287
private java.lang.String name;
52865288

5287-
/** Required. Name of the HttpRoute resource. It matches pattern
5289+
/** Identifier. Name of the HttpRoute resource. It matches pattern
52885290
`projects/locations/global/httpRoutes/http_route_name>`.
52895291
*/
52905292
public java.lang.String getName() {
52915293
return name;
52925294
}
52935295

52945296
/**
5295-
* Required. Name of the HttpRoute resource. It matches pattern
5297+
* Identifier. Name of the HttpRoute resource. It matches pattern
52965298
* `projects/locations/global/httpRoutes/http_route_name>`.
52975299
*/
52985300
public Patch setName(java.lang.String name) {
@@ -7951,7 +7953,7 @@ public List set(String parameterName, Object value) {
79517953
* This request holds the parameters needed by the networkservices server. After setting any
79527954
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
79537955
*
7954-
* @param name Required. Name of the Mesh resource. It matches pattern `projects/locations/global/meshes/`.
7956+
* @param name Identifier. Name of the Mesh resource. It matches pattern `projects/locations/global/meshes/`.
79557957
* @param content the {@link com.google.api.services.networkservices.v1.model.Mesh}
79567958
* @return the request
79577959
*/
@@ -7979,7 +7981,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
79797981
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
79807982
* be called to initialize this instance immediately after invoking the constructor. </p>
79817983
*
7982-
* @param name Required. Name of the Mesh resource. It matches pattern `projects/locations/global/meshes/`.
7984+
* @param name Identifier. Name of the Mesh resource. It matches pattern `projects/locations/global/meshes/`.
79837985
* @param content the {@link com.google.api.services.networkservices.v1.model.Mesh}
79847986
* @since 1.13
79857987
*/
@@ -8049,20 +8051,20 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
80498051
}
80508052

80518053
/**
8052-
* Required. Name of the Mesh resource. It matches pattern
8054+
* Identifier. Name of the Mesh resource. It matches pattern
80538055
* `projects/locations/global/meshes/`.
80548056
*/
80558057
@com.google.api.client.util.Key
80568058
private java.lang.String name;
80578059

8058-
/** Required. Name of the Mesh resource. It matches pattern `projects/locations/global/meshes/`.
8060+
/** Identifier. Name of the Mesh resource. It matches pattern `projects/locations/global/meshes/`.
80598061
*/
80608062
public java.lang.String getName() {
80618063
return name;
80628064
}
80638065

80648066
/**
8065-
* Required. Name of the Mesh resource. It matches pattern
8067+
* Identifier. Name of the Mesh resource. It matches pattern
80668068
* `projects/locations/global/meshes/`.
80678069
*/
80688070
public Patch setName(java.lang.String name) {
@@ -11374,7 +11376,7 @@ public List set(String parameterName, Object value) {
1137411376
* This request holds the parameters needed by the networkservices server. After setting any
1137511377
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1137611378
*
11377-
* @param name Required. Name of the TcpRoute resource. It matches pattern
11379+
* @param name Identifier. Name of the TcpRoute resource. It matches pattern
1137811380
* `projects/locations/global/tcpRoutes/tcp_route_name>`.
1137911381
* @param content the {@link com.google.api.services.networkservices.v1.model.TcpRoute}
1138011382
* @return the request
@@ -11403,7 +11405,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
1140311405
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1140411406
* be called to initialize this instance immediately after invoking the constructor. </p>
1140511407
*
11406-
* @param name Required. Name of the TcpRoute resource. It matches pattern
11408+
* @param name Identifier. Name of the TcpRoute resource. It matches pattern
1140711409
* `projects/locations/global/tcpRoutes/tcp_route_name>`.
1140811410
* @param content the {@link com.google.api.services.networkservices.v1.model.TcpRoute}
1140911411
* @since 1.13
@@ -11474,21 +11476,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1147411476
}
1147511477

1147611478
/**
11477-
* Required. Name of the TcpRoute resource. It matches pattern
11479+
* Identifier. Name of the TcpRoute resource. It matches pattern
1147811480
* `projects/locations/global/tcpRoutes/tcp_route_name>`.
1147911481
*/
1148011482
@com.google.api.client.util.Key
1148111483
private java.lang.String name;
1148211484

11483-
/** Required. Name of the TcpRoute resource. It matches pattern
11485+
/** Identifier. Name of the TcpRoute resource. It matches pattern
1148411486
`projects/locations/global/tcpRoutes/tcp_route_name>`.
1148511487
*/
1148611488
public java.lang.String getName() {
1148711489
return name;
1148811490
}
1148911491

1149011492
/**
11491-
* Required. Name of the TcpRoute resource. It matches pattern
11493+
* Identifier. Name of the TcpRoute resource. It matches pattern
1149211494
* `projects/locations/global/tcpRoutes/tcp_route_name>`.
1149311495
*/
1149411496
public Patch setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public final class EndpointPolicy extends com.google.api.client.json.GenericJson
8181
private java.util.Map<String, java.lang.String> labels;
8282

8383
/**
84-
* Required. Name of the EndpointPolicy resource. It matches pattern
84+
* Identifier. Name of the EndpointPolicy resource. It matches pattern
8585
* `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
8686
* The value may be {@code null}.
8787
*/
@@ -236,7 +236,7 @@ public EndpointPolicy setLabels(java.util.Map<String, java.lang.String> labels)
236236
}
237237

238238
/**
239-
* Required. Name of the EndpointPolicy resource. It matches pattern
239+
* Identifier. Name of the EndpointPolicy resource. It matches pattern
240240
* `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
241241
* @return value or {@code null} for none
242242
*/
@@ -245,7 +245,7 @@ public java.lang.String getName() {
245245
}
246246

247247
/**
248-
* Required. Name of the EndpointPolicy resource. It matches pattern
248+
* Identifier. Name of the EndpointPolicy resource. It matches pattern
249249
* `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
250250
* @param name name or {@code null} for none
251251
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public final class Gateway extends com.google.api.client.json.GenericJson {
9999
private java.util.Map<String, java.lang.String> labels;
100100

101101
/**
102-
* Required. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
102+
* Identifier. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
103103
* The value may be {@code null}.
104104
*/
105105
@com.google.api.client.util.Key
@@ -330,15 +330,15 @@ public Gateway setLabels(java.util.Map<String, java.lang.String> labels) {
330330
}
331331

332332
/**
333-
* Required. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
333+
* Identifier. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
334334
* @return value or {@code null} for none
335335
*/
336336
public java.lang.String getName() {
337337
return name;
338338
}
339339

340340
/**
341-
* Required. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
341+
* Identifier. Name of the Gateway resource. It matches pattern `projects/locations/gateways/`.
342342
* @param name name or {@code null} for none
343343
*/
344344
public Gateway setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public final class GrpcRoute extends com.google.api.client.json.GenericJson {
9191
private java.util.List<java.lang.String> meshes;
9292

9393
/**
94-
* Required. Name of the GrpcRoute resource. It matches pattern
94+
* Identifier. Name of the GrpcRoute resource. It matches pattern
9595
* `projects/locations/global/grpcRoutes/`
9696
* The value may be {@code null}.
9797
*/
@@ -260,7 +260,7 @@ public GrpcRoute setMeshes(java.util.List<java.lang.String> meshes) {
260260
}
261261

262262
/**
263-
* Required. Name of the GrpcRoute resource. It matches pattern
263+
* Identifier. Name of the GrpcRoute resource. It matches pattern
264264
* `projects/locations/global/grpcRoutes/`
265265
* @return value or {@code null} for none
266266
*/
@@ -269,7 +269,7 @@ public java.lang.String getName() {
269269
}
270270

271271
/**
272-
* Required. Name of the GrpcRoute resource. It matches pattern
272+
* Identifier. Name of the GrpcRoute resource. It matches pattern
273273
* `projects/locations/global/grpcRoutes/`
274274
* @param name name or {@code null} for none
275275
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public final class HttpRoute extends com.google.api.client.json.GenericJson {
9090
private java.util.List<java.lang.String> meshes;
9191

9292
/**
93-
* Required. Name of the HttpRoute resource. It matches pattern
93+
* Identifier. Name of the HttpRoute resource. It matches pattern
9494
* `projects/locations/global/httpRoutes/http_route_name>`.
9595
* The value may be {@code null}.
9696
*/
@@ -256,7 +256,7 @@ public HttpRoute setMeshes(java.util.List<java.lang.String> meshes) {
256256
}
257257

258258
/**
259-
* Required. Name of the HttpRoute resource. It matches pattern
259+
* Identifier. Name of the HttpRoute resource. It matches pattern
260260
* `projects/locations/global/httpRoutes/http_route_name>`.
261261
* @return value or {@code null} for none
262262
*/
@@ -265,7 +265,7 @@ public java.lang.String getName() {
265265
}
266266

267267
/**
268-
* Required. Name of the HttpRoute resource. It matches pattern
268+
* Identifier. Name of the HttpRoute resource. It matches pattern
269269
* `projects/locations/global/httpRoutes/http_route_name>`.
270270
* @param name name or {@code null} for none
271271
*/

0 commit comments

Comments
 (0)