Skip to content

Commit c91d89d

Browse files
1 parent fc7dcd3 commit c91d89d

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
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-rev20240315-2.0.0</version>
25+
<version>v1-rev20240410-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-rev20240315-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1-rev20240410-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7283,15 +7283,15 @@ public Patch setRequestId(java.lang.String requestId) {
72837283
}
72847284

72857285
/**
7286-
* Required. Used to specify the fields to be overwritten in the `LbRouteExtension`
7286+
* Optional. Used to specify the fields to be overwritten in the `LbRouteExtension`
72877287
* resource by the update. The fields specified in the update_mask are relative to the
72887288
* resource, not the full request. A field is overwritten if it is in the mask. If the
72897289
* user does not specify a mask, then all fields are overwritten.
72907290
*/
72917291
@com.google.api.client.util.Key
72927292
private String updateMask;
72937293

7294-
/** Required. Used to specify the fields to be overwritten in the `LbRouteExtension` resource by the
7294+
/** Optional. Used to specify the fields to be overwritten in the `LbRouteExtension` resource by the
72957295
update. The fields specified in the update_mask are relative to the resource, not the full request.
72967296
A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields
72977297
are overwritten.
@@ -7301,7 +7301,7 @@ public String getUpdateMask() {
73017301
}
73027302

73037303
/**
7304-
* Required. Used to specify the fields to be overwritten in the `LbRouteExtension`
7304+
* Optional. Used to specify the fields to be overwritten in the `LbRouteExtension`
73057305
* resource by the update. The fields specified in the update_mask are relative to the
73067306
* resource, not the full request. A field is overwritten if it is in the mask. If the
73077307
* user does not specify a mask, then all fields are overwritten.
@@ -8266,15 +8266,15 @@ public Patch setRequestId(java.lang.String requestId) {
82668266
}
82678267

82688268
/**
8269-
* Required. Used to specify the fields to be overwritten in the `LbTrafficExtension`
8269+
* Optional. Used to specify the fields to be overwritten in the `LbTrafficExtension`
82708270
* resource by the update. The fields specified in the update_mask are relative to the
82718271
* resource, not the full request. A field is overwritten if it is in the mask. If the
82728272
* user does not specify a mask, then all fields are overwritten.
82738273
*/
82748274
@com.google.api.client.util.Key
82758275
private String updateMask;
82768276

8277-
/** Required. Used to specify the fields to be overwritten in the `LbTrafficExtension` resource by the
8277+
/** Optional. Used to specify the fields to be overwritten in the `LbTrafficExtension` resource by the
82788278
update. The fields specified in the update_mask are relative to the resource, not the full request.
82798279
A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields
82808280
are overwritten.
@@ -8284,7 +8284,7 @@ public String getUpdateMask() {
82848284
}
82858285

82868286
/**
8287-
* Required. Used to specify the fields to be overwritten in the `LbTrafficExtension`
8287+
* Optional. Used to specify the fields to be overwritten in the `LbTrafficExtension`
82888288
* resource by the update. The fields specified in the update_mask are relative to the
82898289
* resource, not the full request. A field is overwritten if it is in the mask. If the
82908290
* user does not specify a mask, then all fields are overwritten.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class TlsRouteRouteMatch extends com.google.api.client.json.Generic
4444
* Optional. SNI (server name indicator) to match against. SNI will be matched against all
4545
* wildcard domains, i.e. `www.example.com` will be first matched against `www.example.com`, then
4646
* `*.example.com`, then `*.com.` Partial wildcards are not supported, and values like
47-
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 5 sni hosts
47+
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 100 sni hosts
4848
* across all matches can be set.
4949
* The value may be {@code null}.
5050
*/
@@ -76,7 +76,7 @@ public TlsRouteRouteMatch setAlpn(java.util.List<java.lang.String> alpn) {
7676
* Optional. SNI (server name indicator) to match against. SNI will be matched against all
7777
* wildcard domains, i.e. `www.example.com` will be first matched against `www.example.com`, then
7878
* `*.example.com`, then `*.com.` Partial wildcards are not supported, and values like
79-
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 5 sni hosts
79+
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 100 sni hosts
8080
* across all matches can be set.
8181
* @return value or {@code null} for none
8282
*/
@@ -88,7 +88,7 @@ public java.util.List<java.lang.String> getSniHost() {
8888
* Optional. SNI (server name indicator) to match against. SNI will be matched against all
8989
* wildcard domains, i.e. `www.example.com` will be first matched against `www.example.com`, then
9090
* `*.example.com`, then `*.com.` Partial wildcards are not supported, and values like
91-
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 5 sni hosts
91+
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 100 sni hosts
9292
* across all matches can be set.
9393
* @param sniHost sniHost or {@code null} for none
9494
*/

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-rev20240315-2.0.0</version>
12-
<name>Network Services API v1-rev20240315-2.0.0</name>
11+
<version>v1-rev20240410-2.0.0</version>
12+
<name>Network Services API v1-rev20240410-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-rev20240315-2.0.0</version>
25+
<version>v1-rev20240410-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-rev20240315-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1-rev20240410-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-rev20240315-2.0.0</version>
25+
<version>v1beta1-rev20240410-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-rev20240315-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20240410-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5720,15 +5720,15 @@ public Patch setRequestId(java.lang.String requestId) {
57205720
}
57215721

57225722
/**
5723-
* Required. Used to specify the fields to be overwritten in the `LbRouteExtension`
5723+
* Optional. Used to specify the fields to be overwritten in the `LbRouteExtension`
57245724
* resource by the update. The fields specified in the update_mask are relative to the
57255725
* resource, not the full request. A field is overwritten if it is in the mask. If the
57265726
* user does not specify a mask, then all fields are overwritten.
57275727
*/
57285728
@com.google.api.client.util.Key
57295729
private String updateMask;
57305730

5731-
/** Required. Used to specify the fields to be overwritten in the `LbRouteExtension` resource by the
5731+
/** Optional. Used to specify the fields to be overwritten in the `LbRouteExtension` resource by the
57325732
update. The fields specified in the update_mask are relative to the resource, not the full request.
57335733
A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields
57345734
are overwritten.
@@ -5738,7 +5738,7 @@ public String getUpdateMask() {
57385738
}
57395739

57405740
/**
5741-
* Required. Used to specify the fields to be overwritten in the `LbRouteExtension`
5741+
* Optional. Used to specify the fields to be overwritten in the `LbRouteExtension`
57425742
* resource by the update. The fields specified in the update_mask are relative to the
57435743
* resource, not the full request. A field is overwritten if it is in the mask. If the
57445744
* user does not specify a mask, then all fields are overwritten.
@@ -6703,15 +6703,15 @@ public Patch setRequestId(java.lang.String requestId) {
67036703
}
67046704

67056705
/**
6706-
* Required. Used to specify the fields to be overwritten in the `LbTrafficExtension`
6706+
* Optional. Used to specify the fields to be overwritten in the `LbTrafficExtension`
67076707
* resource by the update. The fields specified in the update_mask are relative to the
67086708
* resource, not the full request. A field is overwritten if it is in the mask. If the
67096709
* user does not specify a mask, then all fields are overwritten.
67106710
*/
67116711
@com.google.api.client.util.Key
67126712
private String updateMask;
67136713

6714-
/** Required. Used to specify the fields to be overwritten in the `LbTrafficExtension` resource by the
6714+
/** Optional. Used to specify the fields to be overwritten in the `LbTrafficExtension` resource by the
67156715
update. The fields specified in the update_mask are relative to the resource, not the full request.
67166716
A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields
67176717
are overwritten.
@@ -6721,7 +6721,7 @@ public String getUpdateMask() {
67216721
}
67226722

67236723
/**
6724-
* Required. Used to specify the fields to be overwritten in the `LbTrafficExtension`
6724+
* Optional. Used to specify the fields to be overwritten in the `LbTrafficExtension`
67256725
* resource by the update. The fields specified in the update_mask are relative to the
67266726
* resource, not the full request. A field is overwritten if it is in the mask. If the
67276727
* user does not specify a mask, then all fields are overwritten.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class TlsRouteRouteMatch extends com.google.api.client.json.Generic
4444
* Optional. SNI (server name indicator) to match against. SNI will be matched against all
4545
* wildcard domains, i.e. `www.example.com` will be first matched against `www.example.com`, then
4646
* `*.example.com`, then `*.com.` Partial wildcards are not supported, and values like
47-
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 5 sni hosts
47+
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 100 sni hosts
4848
* across all matches can be set.
4949
* The value may be {@code null}.
5050
*/
@@ -76,7 +76,7 @@ public TlsRouteRouteMatch setAlpn(java.util.List<java.lang.String> alpn) {
7676
* Optional. SNI (server name indicator) to match against. SNI will be matched against all
7777
* wildcard domains, i.e. `www.example.com` will be first matched against `www.example.com`, then
7878
* `*.example.com`, then `*.com.` Partial wildcards are not supported, and values like
79-
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 5 sni hosts
79+
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 100 sni hosts
8080
* across all matches can be set.
8181
* @return value or {@code null} for none
8282
*/
@@ -88,7 +88,7 @@ public java.util.List<java.lang.String> getSniHost() {
8888
* Optional. SNI (server name indicator) to match against. SNI will be matched against all
8989
* wildcard domains, i.e. `www.example.com` will be first matched against `www.example.com`, then
9090
* `*.example.com`, then `*.com.` Partial wildcards are not supported, and values like
91-
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 5 sni hosts
91+
* *w.example.com are invalid. At least one of sni_host and alpn is required. Up to 100 sni hosts
9292
* across all matches can be set.
9393
* @param sniHost sniHost or {@code null} for none
9494
*/

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

0 commit comments

Comments
 (0)