Skip to content

Commit 1a3582b

Browse files
1 parent 71a4ba2 commit 1a3582b

File tree

8 files changed

+39
-31
lines changed

8 files changed

+39
-31
lines changed

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-rev20231227-2.0.0</version>
25+
<version>v1beta1-rev20240118-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-rev20231227-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20240118-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: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5549,7 +5549,7 @@ public List set(String parameterName, Object value) {
55495549
* This request holds the parameters needed by the networkservices server. After setting any
55505550
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
55515551
*
5552-
* @param name Required. Name of the `LbRouteExtension` resource in the following format:
5552+
* @param name Required. Identifier. Name of the `LbRouteExtension` resource in the following format:
55535553
* `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.
55545554
* @param content the {@link com.google.api.services.networkservices.v1beta1.model.LbRouteExtension}
55555555
* @return the request
@@ -5578,7 +5578,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
55785578
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
55795579
* be called to initialize this instance immediately after invoking the constructor. </p>
55805580
*
5581-
* @param name Required. Name of the `LbRouteExtension` resource in the following format:
5581+
* @param name Required. Identifier. Name of the `LbRouteExtension` resource in the following format:
55825582
* `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.
55835583
* @param content the {@link com.google.api.services.networkservices.v1beta1.model.LbRouteExtension}
55845584
* @since 1.13
@@ -5649,21 +5649,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
56495649
}
56505650

56515651
/**
5652-
* Required. Name of the `LbRouteExtension` resource in the following format:
5652+
* Required. Identifier. Name of the `LbRouteExtension` resource in the following format:
56535653
* `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.
56545654
*/
56555655
@com.google.api.client.util.Key
56565656
private java.lang.String name;
56575657

5658-
/** Required. Name of the `LbRouteExtension` resource in the following format:
5658+
/** Required. Identifier. Name of the `LbRouteExtension` resource in the following format:
56595659
`projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.
56605660
*/
56615661
public java.lang.String getName() {
56625662
return name;
56635663
}
56645664

56655665
/**
5666-
* Required. Name of the `LbRouteExtension` resource in the following format:
5666+
* Required. Identifier. Name of the `LbRouteExtension` resource in the following format:
56675667
* `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.
56685668
*/
56695669
public Patch setName(java.lang.String name) {
@@ -6530,7 +6530,7 @@ public List set(String parameterName, Object value) {
65306530
* This request holds the parameters needed by the networkservices server. After setting any
65316531
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
65326532
*
6533-
* @param name Required. Name of the `LbTrafficExtension` resource in the following format:
6533+
* @param name Required. Identifier. Name of the `LbTrafficExtension` resource in the following format:
65346534
* `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
65356535
* @param content the {@link com.google.api.services.networkservices.v1beta1.model.LbTrafficExtension}
65366536
* @return the request
@@ -6559,7 +6559,7 @@ public class Patch extends NetworkServicesRequest<com.google.api.services.networ
65596559
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
65606560
* be called to initialize this instance immediately after invoking the constructor. </p>
65616561
*
6562-
* @param name Required. Name of the `LbTrafficExtension` resource in the following format:
6562+
* @param name Required. Identifier. Name of the `LbTrafficExtension` resource in the following format:
65636563
* `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
65646564
* @param content the {@link com.google.api.services.networkservices.v1beta1.model.LbTrafficExtension}
65656565
* @since 1.13
@@ -6630,21 +6630,23 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
66306630
}
66316631

66326632
/**
6633-
* Required. Name of the `LbTrafficExtension` resource in the following format:
6633+
* Required. Identifier. Name of the `LbTrafficExtension` resource in the following
6634+
* format:
66346635
* `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
66356636
*/
66366637
@com.google.api.client.util.Key
66376638
private java.lang.String name;
66386639

6639-
/** Required. Name of the `LbTrafficExtension` resource in the following format:
6640+
/** Required. Identifier. Name of the `LbTrafficExtension` resource in the following format:
66406641
`projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
66416642
*/
66426643
public java.lang.String getName() {
66436644
return name;
66446645
}
66456646

66466647
/**
6647-
* Required. Name of the `LbTrafficExtension` resource in the following format:
6648+
* Required. Identifier. Name of the `LbTrafficExtension` resource in the following
6649+
* format:
66486650
* `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
66496651
*/
66506652
public Patch setName(java.lang.String name) {

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ public final class Binding extends com.google.api.client.json.GenericJson {
9494

9595
/**
9696
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
97-
* `roles/editor`, or `roles/owner`.
97+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
98+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
99+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
98100
* The value may be {@code null}.
99101
*/
100102
@com.google.api.client.util.Key
@@ -234,7 +236,9 @@ public Binding setMembers(java.util.List<java.lang.String> members) {
234236

235237
/**
236238
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
237-
* `roles/editor`, or `roles/owner`.
239+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
240+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
241+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
238242
* @return value or {@code null} for none
239243
*/
240244
public java.lang.String getRole() {
@@ -243,7 +247,9 @@ public java.lang.String getRole() {
243247

244248
/**
245249
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
246-
* `roles/editor`, or `roles/owner`.
250+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
251+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
252+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
247253
* @param role role or {@code null} for none
248254
*/
249255
public Binding setRole(java.lang.String role) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public final class LbRouteExtension extends com.google.api.client.json.GenericJs
8888
private java.lang.String loadBalancingScheme;
8989

9090
/**
91-
* Required. Name of the `LbRouteExtension` resource in the following format:
91+
* Required. Identifier. Name of the `LbRouteExtension` resource in the following format:
9292
* `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.
9393
* The value may be {@code null}.
9494
*/
@@ -223,7 +223,7 @@ public LbRouteExtension setLoadBalancingScheme(java.lang.String loadBalancingSch
223223
}
224224

225225
/**
226-
* Required. Name of the `LbRouteExtension` resource in the following format:
226+
* Required. Identifier. Name of the `LbRouteExtension` resource in the following format:
227227
* `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.
228228
* @return value or {@code null} for none
229229
*/
@@ -232,7 +232,7 @@ public java.lang.String getName() {
232232
}
233233

234234
/**
235-
* Required. Name of the `LbRouteExtension` resource in the following format:
235+
* Required. Identifier. Name of the `LbRouteExtension` resource in the following format:
236236
* `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`.
237237
* @param name name or {@code null} for none
238238
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public final class LbTrafficExtension extends com.google.api.client.json.Generic
8989
private java.lang.String loadBalancingScheme;
9090

9191
/**
92-
* Required. Name of the `LbTrafficExtension` resource in the following format:
92+
* Required. Identifier. Name of the `LbTrafficExtension` resource in the following format:
9393
* `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
9494
* The value may be {@code null}.
9595
*/
@@ -224,7 +224,7 @@ public LbTrafficExtension setLoadBalancingScheme(java.lang.String loadBalancingS
224224
}
225225

226226
/**
227-
* Required. Name of the `LbTrafficExtension` resource in the following format:
227+
* Required. Identifier. Name of the `LbTrafficExtension` resource in the following format:
228228
* `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
229229
* @return value or {@code null} for none
230230
*/
@@ -233,7 +233,7 @@ public java.lang.String getName() {
233233
}
234234

235235
/**
236-
* Required. Name of the `LbTrafficExtension` resource in the following format:
236+
* Required. Identifier. Name of the `LbTrafficExtension` resource in the following format:
237237
* `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
238238
* @param name name or {@code null} for none
239239
*/

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class MetadataLabelMatcher extends com.google.api.client.json.Gener
3838
* MATCH_ALL , and P3 has MATCH_ALL . If a client with label connects, the config from P1 will be
3939
* selected. If a client with label connects, the config from P2 will be selected. If a client
4040
* with label connects, the config from P3 will be selected. If there is more than one best match,
41-
* (for example, if a config P4 with selector exists and if a client with label connects), an
42-
* error will be thrown.
41+
* (for example, if a config P4 with selector exists and if a client with label connects), pick up
42+
* the one with older creation time.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -63,8 +63,8 @@ public final class MetadataLabelMatcher extends com.google.api.client.json.Gener
6363
* MATCH_ALL , and P3 has MATCH_ALL . If a client with label connects, the config from P1 will be
6464
* selected. If a client with label connects, the config from P2 will be selected. If a client
6565
* with label connects, the config from P3 will be selected. If there is more than one best match,
66-
* (for example, if a config P4 with selector exists and if a client with label connects), an
67-
* error will be thrown.
66+
* (for example, if a config P4 with selector exists and if a client with label connects), pick up
67+
* the one with older creation time.
6868
* @return value or {@code null} for none
6969
*/
7070
public java.lang.String getMetadataLabelMatchCriteria() {
@@ -80,8 +80,8 @@ public java.lang.String getMetadataLabelMatchCriteria() {
8080
* MATCH_ALL , and P3 has MATCH_ALL . If a client with label connects, the config from P1 will be
8181
* selected. If a client with label connects, the config from P2 will be selected. If a client
8282
* with label connects, the config from P3 will be selected. If there is more than one best match,
83-
* (for example, if a config P4 with selector exists and if a client with label connects), an
84-
* error will be thrown.
83+
* (for example, if a config P4 with selector exists and if a client with label connects), pick up
84+
* the one with older creation time.
8585
* @param metadataLabelMatchCriteria metadataLabelMatchCriteria or {@code null} for none
8686
*/
8787
public MetadataLabelMatcher setMetadataLabelMatchCriteria(java.lang.String metadataLabelMatchCriteria) {

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

0 commit comments

Comments
 (0)