Skip to content

Commit adaa514

Browse files
1 parent dd59f26 commit adaa514

File tree

5 files changed

+21
-15
lines changed

5 files changed

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

clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/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/v1/2.0.0/com/google/api/services/networkservices/v1/model/EndpointMatcherMetadataLabelMatcher.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class EndpointMatcherMetadataLabelMatcher extends com.google.api.cl
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 EndpointMatcherMetadataLabelMatcher extends com.google.api.cl
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 EndpointMatcherMetadataLabelMatcher setMetadataLabelMatchCriteria(java.lang.String metadataLabelMatchCriteria) {

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

0 commit comments

Comments
 (0)