Skip to content

Commit e4b467d

Browse files
1 parent e5557ac commit e4b467d

File tree

14 files changed

+188
-82
lines changed

14 files changed

+188
-82
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-rev20250521-2.0.0</version>
25+
<version>v1-rev20250611-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-rev20250521-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1-rev20250611-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: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4757,8 +4757,7 @@ public class RouteViews {
47574757
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
47584758
*
47594759
* @param name Required. Name of the GatewayRouteView resource. Formats:
4760-
* projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_v
4761-
* iew_name}
4760+
* projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
47624761
* @return the request
47634762
*/
47644763
public Get get(java.lang.String name) throws java.io.IOException {
@@ -4785,8 +4784,7 @@ public class Get extends NetworkServicesRequest<com.google.api.services.networks
47854784
* must be called to initialize this instance immediately after invoking the constructor. </p>
47864785
*
47874786
* @param name Required. Name of the GatewayRouteView resource. Formats:
4788-
* projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_v
4789-
* iew_name}
4787+
* projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
47904788
* @since 1.13
47914789
*/
47924790
protected Get(java.lang.String name) {
@@ -4866,21 +4864,21 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
48664864

48674865
/**
48684866
* Required. Name of the GatewayRouteView resource. Formats: projects/{project_number}/l
4869-
* ocations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
4867+
* ocations/{location}/gateways/{gateway}/routeViews/{route_view}
48704868
*/
48714869
@com.google.api.client.util.Key
48724870
private java.lang.String name;
48734871

48744872
/** Required. Name of the GatewayRouteView resource. Formats:
4875-
projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
4873+
projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
48764874
*/
48774875
public java.lang.String getName() {
48784876
return name;
48794877
}
48804878

48814879
/**
48824880
* Required. Name of the GatewayRouteView resource. Formats: projects/{project_number}/l
4883-
* ocations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
4881+
* ocations/{location}/gateways/{gateway}/routeViews/{route_view}
48844882
*/
48854883
public Get setName(java.lang.String name) {
48864884
if (!getSuppressPatternChecks()) {
@@ -4906,7 +4904,7 @@ public Get set(String parameterName, Object value) {
49064904
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
49074905
*
49084906
* @param parent Required. The Gateway to which a Route is associated. Formats:
4909-
* projects/{project_number}/locations/{location}/gateways/{gateway_name}
4907+
* projects/{project_number}/locations/{location}/gateways/{gateway}
49104908
* @return the request
49114909
*/
49124910
public List list(java.lang.String parent) throws java.io.IOException {
@@ -4933,7 +4931,7 @@ public class List extends NetworkServicesRequest<com.google.api.services.network
49334931
* must be called to initialize this instance immediately after invoking the constructor. </p>
49344932
*
49354933
* @param parent Required. The Gateway to which a Route is associated. Formats:
4936-
* projects/{project_number}/locations/{location}/gateways/{gateway_name}
4934+
* projects/{project_number}/locations/{location}/gateways/{gateway}
49374935
* @since 1.13
49384936
*/
49394937
protected List(java.lang.String parent) {
@@ -5013,21 +5011,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
50135011

50145012
/**
50155013
* Required. The Gateway to which a Route is associated. Formats:
5016-
* projects/{project_number}/locations/{location}/gateways/{gateway_name}
5014+
* projects/{project_number}/locations/{location}/gateways/{gateway}
50175015
*/
50185016
@com.google.api.client.util.Key
50195017
private java.lang.String parent;
50205018

50215019
/** Required. The Gateway to which a Route is associated. Formats:
5022-
projects/{project_number}/locations/{location}/gateways/{gateway_name}
5020+
projects/{project_number}/locations/{location}/gateways/{gateway}
50235021
*/
50245022
public java.lang.String getParent() {
50255023
return parent;
50265024
}
50275025

50285026
/**
50295027
* Required. The Gateway to which a Route is associated. Formats:
5030-
* projects/{project_number}/locations/{location}/gateways/{gateway_name}
5028+
* projects/{project_number}/locations/{location}/gateways/{gateway}
50315029
*/
50325030
public List setParent(java.lang.String parent) {
50335031
if (!getSuppressPatternChecks()) {
@@ -9582,8 +9580,7 @@ public class RouteViews {
95829580
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
95839581
*
95849582
* @param name Required. Name of the MeshRouteView resource. Format:
9585-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_n
9586-
* ame}
9583+
* projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
95879584
* @return the request
95889585
*/
95899586
public Get get(java.lang.String name) throws java.io.IOException {
@@ -9610,8 +9607,7 @@ public class Get extends NetworkServicesRequest<com.google.api.services.networks
96109607
* must be called to initialize this instance immediately after invoking the constructor. </p>
96119608
*
96129609
* @param name Required. Name of the MeshRouteView resource. Format:
9613-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_n
9614-
* ame}
9610+
* projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
96159611
* @since 1.13
96169612
*/
96179613
protected Get(java.lang.String name) {
@@ -9690,22 +9686,22 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
96909686
}
96919687

96929688
/**
9693-
* Required. Name of the MeshRouteView resource. Format: projects/{project_number}/locat
9694-
* ions/{location}/meshes/{mesh_name}/routeViews/{route_view_name}
9689+
* Required. Name of the MeshRouteView resource. Format:
9690+
* projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
96959691
*/
96969692
@com.google.api.client.util.Key
96979693
private java.lang.String name;
96989694

96999695
/** Required. Name of the MeshRouteView resource. Format:
9700-
projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_name}
9696+
projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
97019697
*/
97029698
public java.lang.String getName() {
97039699
return name;
97049700
}
97059701

97069702
/**
9707-
* Required. Name of the MeshRouteView resource. Format: projects/{project_number}/locat
9708-
* ions/{location}/meshes/{mesh_name}/routeViews/{route_view_name}
9703+
* Required. Name of the MeshRouteView resource. Format:
9704+
* projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
97099705
*/
97109706
public Get setName(java.lang.String name) {
97119707
if (!getSuppressPatternChecks()) {
@@ -9731,7 +9727,7 @@ public Get set(String parameterName, Object value) {
97319727
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
97329728
*
97339729
* @param parent Required. The Mesh to which a Route is associated. Format:
9734-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}
9730+
* projects/{project_number}/locations/{location}/meshes/{mesh}
97359731
* @return the request
97369732
*/
97379733
public List list(java.lang.String parent) throws java.io.IOException {
@@ -9758,7 +9754,7 @@ public class List extends NetworkServicesRequest<com.google.api.services.network
97589754
* must be called to initialize this instance immediately after invoking the constructor. </p>
97599755
*
97609756
* @param parent Required. The Mesh to which a Route is associated. Format:
9761-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}
9757+
* projects/{project_number}/locations/{location}/meshes/{mesh}
97629758
* @since 1.13
97639759
*/
97649760
protected List(java.lang.String parent) {
@@ -9838,21 +9834,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
98389834

98399835
/**
98409836
* Required. The Mesh to which a Route is associated. Format:
9841-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}
9837+
* projects/{project_number}/locations/{location}/meshes/{mesh}
98429838
*/
98439839
@com.google.api.client.util.Key
98449840
private java.lang.String parent;
98459841

98469842
/** Required. The Mesh to which a Route is associated. Format:
9847-
projects/{project_number}/locations/{location}/meshes/{mesh_name}
9843+
projects/{project_number}/locations/{location}/meshes/{mesh}
98489844
*/
98499845
public java.lang.String getParent() {
98509846
return parent;
98519847
}
98529848

98539849
/**
98549850
* Required. The Mesh to which a Route is associated. Format:
9855-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}
9851+
* projects/{project_number}/locations/{location}/meshes/{mesh}
98569852
*/
98579853
public List setParent(java.lang.String parent) {
98589854
if (!getSuppressPatternChecks()) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class GatewayRouteView extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{pro
34-
* ject_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
33+
* Output only. Identifier. Full path name of the GatewayRouteView resource. Format:
34+
* projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -66,17 +66,17 @@ public final class GatewayRouteView extends com.google.api.client.json.GenericJs
6666
private java.lang.String routeType;
6767

6868
/**
69-
* Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{pro
70-
* ject_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
69+
* Output only. Identifier. Full path name of the GatewayRouteView resource. Format:
70+
* projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
7171
* @return value or {@code null} for none
7272
*/
7373
public java.lang.String getName() {
7474
return name;
7575
}
7676

7777
/**
78-
* Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{pro
79-
* ject_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
78+
* Output only. Identifier. Full path name of the GatewayRouteView resource. Format:
79+
* projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
8080
* @param name name or {@code null} for none
8181
*/
8282
public GatewayRouteView setName(java.lang.String name) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class MeshRouteView extends com.google.api.client.json.GenericJson
3131

3232
/**
3333
* Output only. Identifier. Full path name of the MeshRouteView resource. Format:
34-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_name}
34+
* projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -67,7 +67,7 @@ public final class MeshRouteView extends com.google.api.client.json.GenericJson
6767

6868
/**
6969
* Output only. Identifier. Full path name of the MeshRouteView resource. Format:
70-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_name}
70+
* projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
7171
* @return value or {@code null} for none
7272
*/
7373
public java.lang.String getName() {
@@ -76,7 +76,7 @@ public java.lang.String getName() {
7676

7777
/**
7878
* Output only. Identifier. Full path name of the MeshRouteView resource. Format:
79-
* projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_name}
79+
* projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
8080
* @param name name or {@code null} for none
8181
*/
8282
public MeshRouteView setName(java.lang.String name) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ public final class ServiceLbPolicy extends com.google.api.client.json.GenericJso
5959
@com.google.api.client.util.Key
6060
private ServiceLbPolicyFailoverConfig failoverConfig;
6161

62+
/**
63+
* Optional. Configuration to provide isolation support for the associated Backend Service.
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private ServiceLbPolicyIsolationConfig isolationConfig;
68+
6269
/**
6370
* Optional. Set of label tags associated with the ServiceLbPolicy resource.
6471
* The value may be {@code null}.
@@ -159,6 +166,23 @@ public ServiceLbPolicy setFailoverConfig(ServiceLbPolicyFailoverConfig failoverC
159166
return this;
160167
}
161168

169+
/**
170+
* Optional. Configuration to provide isolation support for the associated Backend Service.
171+
* @return value or {@code null} for none
172+
*/
173+
public ServiceLbPolicyIsolationConfig getIsolationConfig() {
174+
return isolationConfig;
175+
}
176+
177+
/**
178+
* Optional. Configuration to provide isolation support for the associated Backend Service.
179+
* @param isolationConfig isolationConfig or {@code null} for none
180+
*/
181+
public ServiceLbPolicy setIsolationConfig(ServiceLbPolicyIsolationConfig isolationConfig) {
182+
this.isolationConfig = isolationConfig;
183+
return this;
184+
}
185+
162186
/**
163187
* Optional. Set of label tags associated with the ServiceLbPolicy resource.
164188
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
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.v1.model;
18+
19+
/**
20+
* Configuration to provide isolation support for the associated Backend Service.
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 ServiceLbPolicyIsolationConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Optional. The isolation granularity of the load balancer.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String isolationGranularity;
38+
39+
/**
40+
* Optional. The isolation mode of the load balancer.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String isolationMode;
45+
46+
/**
47+
* Optional. The isolation granularity of the load balancer.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.lang.String getIsolationGranularity() {
51+
return isolationGranularity;
52+
}
53+
54+
/**
55+
* Optional. The isolation granularity of the load balancer.
56+
* @param isolationGranularity isolationGranularity or {@code null} for none
57+
*/
58+
public ServiceLbPolicyIsolationConfig setIsolationGranularity(java.lang.String isolationGranularity) {
59+
this.isolationGranularity = isolationGranularity;
60+
return this;
61+
}
62+
63+
/**
64+
* Optional. The isolation mode of the load balancer.
65+
* @return value or {@code null} for none
66+
*/
67+
public java.lang.String getIsolationMode() {
68+
return isolationMode;
69+
}
70+
71+
/**
72+
* Optional. The isolation mode of the load balancer.
73+
* @param isolationMode isolationMode or {@code null} for none
74+
*/
75+
public ServiceLbPolicyIsolationConfig setIsolationMode(java.lang.String isolationMode) {
76+
this.isolationMode = isolationMode;
77+
return this;
78+
}
79+
80+
@Override
81+
public ServiceLbPolicyIsolationConfig set(String fieldName, Object value) {
82+
return (ServiceLbPolicyIsolationConfig) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public ServiceLbPolicyIsolationConfig clone() {
87+
return (ServiceLbPolicyIsolationConfig) super.clone();
88+
}
89+
90+
}

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-rev20250521-2.0.0</version>
12-
<name>Network Services API v1-rev20250521-2.0.0</name>
11+
<version>v1-rev20250611-2.0.0</version>
12+
<name>Network Services API v1-rev20250611-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)