Skip to content

Commit b9eed71

Browse files
1 parent 87f3f3a commit b9eed71

File tree

7 files changed

+150
-12
lines changed

7 files changed

+150
-12
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-rev20240818-2.0.0</version>
25+
<version>v1beta1-rev20240913-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-rev20240818-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20240913-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ public final class LbRouteExtension extends com.google.api.client.json.GenericJs
9393
* `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The
9494
* metadata is available under the namespace `com.google.lb_route_extension.`. The following
9595
* variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the
96-
* forwarding rule's fully qualified resource name.
96+
* forwarding rule's fully qualified resource name. Only one of the resource level metadata and
97+
* extension level metadata can be set.
9798
* The value may be {@code null}.
9899
*/
99100
@com.google.api.client.util.Key
@@ -241,7 +242,8 @@ public LbRouteExtension setLoadBalancingScheme(java.lang.String loadBalancingSch
241242
* `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The
242243
* metadata is available under the namespace `com.google.lb_route_extension.`. The following
243244
* variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the
244-
* forwarding rule's fully qualified resource name.
245+
* forwarding rule's fully qualified resource name. Only one of the resource level metadata and
246+
* extension level metadata can be set.
245247
* @return value or {@code null} for none
246248
*/
247249
public java.util.Map<String, java.lang.Object> getMetadata() {
@@ -253,7 +255,8 @@ public java.util.Map<String, java.lang.Object> getMetadata() {
253255
* `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The
254256
* metadata is available under the namespace `com.google.lb_route_extension.`. The following
255257
* variables are supported in the metadata Struct: `{forwarding_rule_id}` - substituted with the
256-
* forwarding rule's fully qualified resource name.
258+
* forwarding rule's fully qualified resource name. Only one of the resource level metadata and
259+
* extension level metadata can be set.
257260
* @param metadata metadata or {@code null} for none
258261
*/
259262
public LbRouteExtension setMetadata(java.util.Map<String, java.lang.Object> metadata) {

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
@@ -94,7 +94,7 @@ public final class LbTrafficExtension extends com.google.api.client.json.Generic
9494
* `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under
9595
* the key `com.google.lb_traffic_extension.`. The following variables are supported in the
9696
* metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified
97-
* resource name.
97+
* resource name. Only one of the resource level metadata and extension level metadata can be set.
9898
* The value may be {@code null}.
9999
*/
100100
@com.google.api.client.util.Key
@@ -242,7 +242,7 @@ public LbTrafficExtension setLoadBalancingScheme(java.lang.String loadBalancingS
242242
* `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under
243243
* the key `com.google.lb_traffic_extension.`. The following variables are supported in the
244244
* metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified
245-
* resource name.
245+
* resource name. Only one of the resource level metadata and extension level metadata can be set.
246246
* @return value or {@code null} for none
247247
*/
248248
public java.util.Map<String, java.lang.Object> getMetadata() {
@@ -254,7 +254,7 @@ public java.util.Map<String, java.lang.Object> getMetadata() {
254254
* `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under
255255
* the key `com.google.lb_traffic_extension.`. The following variables are supported in the
256256
* metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified
257-
* resource name.
257+
* resource name. Only one of the resource level metadata and extension level metadata can be set.
258258
* @param metadata metadata or {@code null} for none
259259
*/
260260
public LbTrafficExtension setMetadata(java.util.Map<String, java.lang.Object> metadata) {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.networkservices.v1beta1.model;
18+
19+
/**
20+
* The configuration for Platform Telemetry logging for Eventarc Avdvanced resources.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Network Services API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class LoggingConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry.
34+
* Logs at severitiy ≥ this value will be sent, unless it is NONE.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String logSeverity;
39+
40+
/**
41+
* Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry.
42+
* Logs at severitiy ≥ this value will be sent, unless it is NONE.
43+
* @return value or {@code null} for none
44+
*/
45+
public java.lang.String getLogSeverity() {
46+
return logSeverity;
47+
}
48+
49+
/**
50+
* Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry.
51+
* Logs at severitiy ≥ this value will be sent, unless it is NONE.
52+
* @param logSeverity logSeverity or {@code null} for none
53+
*/
54+
public LoggingConfig setLogSeverity(java.lang.String logSeverity) {
55+
this.logSeverity = logSeverity;
56+
return this;
57+
}
58+
59+
@Override
60+
public LoggingConfig set(String fieldName, Object value) {
61+
return (LoggingConfig) super.set(fieldName, value);
62+
}
63+
64+
@Override
65+
public LoggingConfig clone() {
66+
return (LoggingConfig) super.clone();
67+
}
68+
69+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.networkservices.v1beta1.model;
18+
19+
/**
20+
* Model definition for RetryFilterPerRouteConfig.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Network Services API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class RetryFilterPerRouteConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* The name of the crypto key to use for encrypting event data.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String cryptoKeyName;
38+
39+
/**
40+
* The name of the crypto key to use for encrypting event data.
41+
* @return value or {@code null} for none
42+
*/
43+
public java.lang.String getCryptoKeyName() {
44+
return cryptoKeyName;
45+
}
46+
47+
/**
48+
* The name of the crypto key to use for encrypting event data.
49+
* @param cryptoKeyName cryptoKeyName or {@code null} for none
50+
*/
51+
public RetryFilterPerRouteConfig setCryptoKeyName(java.lang.String cryptoKeyName) {
52+
this.cryptoKeyName = cryptoKeyName;
53+
return this;
54+
}
55+
56+
@Override
57+
public RetryFilterPerRouteConfig set(String fieldName, Object value) {
58+
return (RetryFilterPerRouteConfig) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public RetryFilterPerRouteConfig clone() {
63+
return (RetryFilterPerRouteConfig) super.clone();
64+
}
65+
66+
}

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

0 commit comments

Comments
 (0)