Skip to content

Commit 2b0355d

Browse files
1 parent f53d28d commit 2b0355d

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
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-rev20240613-2.0.0</version>
25+
<version>v1-rev20240626-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-rev20240613-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1-rev20240626-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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14187,7 +14187,7 @@ public List set(String parameterName, Object value) {
1418714187
* This request holds the parameters needed by the networkservices server. After setting any
1418814188
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1418914189
*
14190-
* @param name Required. Name of the TlsRoute resource. It matches pattern
14190+
* @param name Identifier. Name of the TlsRoute resource. It matches pattern
1419114191
* `projects/locations/global/tlsRoutes/tls_route_name>`.
1419214192
* @param content the {@link com.google.api.services.networkservices.v1.model.TlsRoute}
1419314193
* @return the request
@@ -14216,7 +14216,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
1421614216
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1421714217
* be called to initialize this instance immediately after invoking the constructor. </p>
1421814218
*
14219-
* @param name Required. Name of the TlsRoute resource. It matches pattern
14219+
* @param name Identifier. Name of the TlsRoute resource. It matches pattern
1422014220
* `projects/locations/global/tlsRoutes/tls_route_name>`.
1422114221
* @param content the {@link com.google.api.services.networkservices.v1.model.TlsRoute}
1422214222
* @since 1.13
@@ -14287,21 +14287,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1428714287
}
1428814288

1428914289
/**
14290-
* Required. Name of the TlsRoute resource. It matches pattern
14290+
* Identifier. Name of the TlsRoute resource. It matches pattern
1429114291
* `projects/locations/global/tlsRoutes/tls_route_name>`.
1429214292
*/
1429314293
@com.google.api.client.util.Key
1429414294
private java.lang.String name;
1429514295

14296-
/** Required. Name of the TlsRoute resource. It matches pattern
14296+
/** Identifier. Name of the TlsRoute resource. It matches pattern
1429714297
`projects/locations/global/tlsRoutes/tls_route_name>`.
1429814298
*/
1429914299
public java.lang.String getName() {
1430014300
return name;
1430114301
}
1430214302

1430314303
/**
14304-
* Required. Name of the TlsRoute resource. It matches pattern
14304+
* Identifier. Name of the TlsRoute resource. It matches pattern
1430514305
* `projects/locations/global/tlsRoutes/tls_route_name>`.
1430614306
*/
1430714307
public Patch setName(java.lang.String name) {

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

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

7171
/**
72-
* Required. Name of the TlsRoute resource. It matches pattern
72+
* Identifier. Name of the TlsRoute resource. It matches pattern
7373
* `projects/locations/global/tlsRoutes/tls_route_name>`.
7474
* The value may be {@code null}.
7575
*/
@@ -192,7 +192,7 @@ public TlsRoute setMeshes(java.util.List<java.lang.String> meshes) {
192192
}
193193

194194
/**
195-
* Required. Name of the TlsRoute resource. It matches pattern
195+
* Identifier. Name of the TlsRoute resource. It matches pattern
196196
* `projects/locations/global/tlsRoutes/tls_route_name>`.
197197
* @return value or {@code null} for none
198198
*/
@@ -201,7 +201,7 @@ public java.lang.String getName() {
201201
}
202202

203203
/**
204-
* Required. Name of the TlsRoute resource. It matches pattern
204+
* Identifier. Name of the TlsRoute resource. It matches pattern
205205
* `projects/locations/global/tlsRoutes/tls_route_name>`.
206206
* @param name name or {@code null} for none
207207
*/

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12624,7 +12624,7 @@ public List set(String parameterName, Object value) {
1262412624
* This request holds the parameters needed by the networkservices server. After setting any
1262512625
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1262612626
*
12627-
* @param name Required. Name of the TlsRoute resource. It matches pattern
12627+
* @param name Identifier. Name of the TlsRoute resource. It matches pattern
1262812628
* `projects/locations/global/tlsRoutes/tls_route_name>`.
1262912629
* @param content the {@link com.google.api.services.networkservices.v1beta1.model.TlsRoute}
1263012630
* @return the request
@@ -12653,7 +12653,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
1265312653
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1265412654
* be called to initialize this instance immediately after invoking the constructor. </p>
1265512655
*
12656-
* @param name Required. Name of the TlsRoute resource. It matches pattern
12656+
* @param name Identifier. Name of the TlsRoute resource. It matches pattern
1265712657
* `projects/locations/global/tlsRoutes/tls_route_name>`.
1265812658
* @param content the {@link com.google.api.services.networkservices.v1beta1.model.TlsRoute}
1265912659
* @since 1.13
@@ -12724,21 +12724,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1272412724
}
1272512725

1272612726
/**
12727-
* Required. Name of the TlsRoute resource. It matches pattern
12727+
* Identifier. Name of the TlsRoute resource. It matches pattern
1272812728
* `projects/locations/global/tlsRoutes/tls_route_name>`.
1272912729
*/
1273012730
@com.google.api.client.util.Key
1273112731
private java.lang.String name;
1273212732

12733-
/** Required. Name of the TlsRoute resource. It matches pattern
12733+
/** Identifier. Name of the TlsRoute resource. It matches pattern
1273412734
`projects/locations/global/tlsRoutes/tls_route_name>`.
1273512735
*/
1273612736
public java.lang.String getName() {
1273712737
return name;
1273812738
}
1273912739

1274012740
/**
12741-
* Required. Name of the TlsRoute resource. It matches pattern
12741+
* Identifier. Name of the TlsRoute resource. It matches pattern
1274212742
* `projects/locations/global/tlsRoutes/tls_route_name>`.
1274312743
*/
1274412744
public Patch setName(java.lang.String name) {

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

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

7171
/**
72-
* Required. Name of the TlsRoute resource. It matches pattern
72+
* Identifier. Name of the TlsRoute resource. It matches pattern
7373
* `projects/locations/global/tlsRoutes/tls_route_name>`.
7474
* The value may be {@code null}.
7575
*/
@@ -192,7 +192,7 @@ public TlsRoute setMeshes(java.util.List<java.lang.String> meshes) {
192192
}
193193

194194
/**
195-
* Required. Name of the TlsRoute resource. It matches pattern
195+
* Identifier. Name of the TlsRoute resource. It matches pattern
196196
* `projects/locations/global/tlsRoutes/tls_route_name>`.
197197
* @return value or {@code null} for none
198198
*/
@@ -201,7 +201,7 @@ public java.lang.String getName() {
201201
}
202202

203203
/**
204-
* Required. Name of the TlsRoute resource. It matches pattern
204+
* Identifier. Name of the TlsRoute resource. It matches pattern
205205
* `projects/locations/global/tlsRoutes/tls_route_name>`.
206206
* @param name name or {@code null} for none
207207
*/

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

0 commit comments

Comments
 (0)