Skip to content

Commit fb0601f

Browse files
1 parent dcc4497 commit fb0601f

File tree

16 files changed

+572
-508
lines changed

16 files changed

+572
-508
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-rev20250212-2.0.0</version>
25+
<version>v1-rev20250224-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-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1-rev20250224-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: 219 additions & 218 deletions
Large diffs are not rendered by default.

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

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

140140
/**
141141
* Optional. The format of communication supported by the callout extension. If not specified, the
142-
* default is `EXT_PROC_GRPC`.
142+
* default value `EXT_PROC_GRPC` is used.
143143
* The value may be {@code null}.
144144
*/
145145
@com.google.api.client.util.Key
@@ -397,7 +397,7 @@ public AuthzExtension setUpdateTime(String updateTime) {
397397

398398
/**
399399
* Optional. The format of communication supported by the callout extension. If not specified, the
400-
* default is `EXT_PROC_GRPC`.
400+
* default value `EXT_PROC_GRPC` is used.
401401
* @return value or {@code null} for none
402402
*/
403403
public java.lang.String getWireFormat() {
@@ -406,7 +406,7 @@ public java.lang.String getWireFormat() {
406406

407407
/**
408408
* Optional. The format of communication supported by the callout extension. If not specified, the
409-
* default is `EXT_PROC_GRPC`.
409+
* default value `EXT_PROC_GRPC` is used.
410410
* @param wireFormat wireFormat or {@code null} for none
411411
*/
412412
public AuthzExtension setWireFormat(java.lang.String wireFormat) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ public final class LbTrafficExtension extends com.google.api.client.json.Generic
8181

8282
/**
8383
* Required. All backend services and forwarding rules referenced by this extension must share the
84-
* same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more
85-
* information, refer to [Backend services overview](https://cloud.google.com/load-
84+
* same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For
85+
* more information, refer to [Backend services overview](https://cloud.google.com/load-
8686
* balancing/docs/backend-service).
8787
* The value may be {@code null}.
8888
*/
@@ -217,8 +217,8 @@ public LbTrafficExtension setLabels(java.util.Map<String, java.lang.String> labe
217217

218218
/**
219219
* Required. All backend services and forwarding rules referenced by this extension must share the
220-
* same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more
221-
* information, refer to [Backend services overview](https://cloud.google.com/load-
220+
* same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For
221+
* more information, refer to [Backend services overview](https://cloud.google.com/load-
222222
* balancing/docs/backend-service).
223223
* @return value or {@code null} for none
224224
*/
@@ -228,8 +228,8 @@ public java.lang.String getLoadBalancingScheme() {
228228

229229
/**
230230
* Required. All backend services and forwarding rules referenced by this extension must share the
231-
* same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more
232-
* information, refer to [Backend services overview](https://cloud.google.com/load-
231+
* same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For
232+
* more information, refer to [Backend services overview](https://cloud.google.com/load-
233233
* balancing/docs/backend-service).
234234
* @param loadBalancingScheme loadBalancingScheme or {@code null} for none
235235
*/

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ public final class ListMeshesResponse extends com.google.api.client.json.Generic
4545
@com.google.api.client.util.Key
4646
private java.lang.String nextPageToken;
4747

48+
/**
49+
* Unreachable resources. Populated when the request opts into `return_partial_success` and
50+
* reading across collections e.g. when attempting to list all resources across all supported
51+
* locations.
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.util.List<java.lang.String> unreachable;
56+
4857
/**
4958
* List of Mesh resources.
5059
* @return value or {@code null} for none
@@ -83,6 +92,27 @@ public ListMeshesResponse setNextPageToken(java.lang.String nextPageToken) {
8392
return this;
8493
}
8594

95+
/**
96+
* Unreachable resources. Populated when the request opts into `return_partial_success` and
97+
* reading across collections e.g. when attempting to list all resources across all supported
98+
* locations.
99+
* @return value or {@code null} for none
100+
*/
101+
public java.util.List<java.lang.String> getUnreachable() {
102+
return unreachable;
103+
}
104+
105+
/**
106+
* Unreachable resources. Populated when the request opts into `return_partial_success` and
107+
* reading across collections e.g. when attempting to list all resources across all supported
108+
* locations.
109+
* @param unreachable unreachable or {@code null} for none
110+
*/
111+
public ListMeshesResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
112+
this.unreachable = unreachable;
113+
return this;
114+
}
115+
86116
@Override
87117
public ListMeshesResponse set(String fieldName, Object value) {
88118
return (ListMeshesResponse) super.set(fieldName, value);

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

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
package com.google.api.services.networkservices.v1.model;
1818

1919
/**
20-
* ServiceBinding is the resource that defines a Service Directory Service to be used in a
21-
* BackendService resource.
20+
* ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService
21+
* resource. - Bind a Private Service Connect producer service to be used in consumer Cloud Service
22+
* Mesh or Application Load Balancers.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* transmitted over HTTP when working with the Network Services API. For a detailed explanation see:
@@ -53,24 +54,24 @@ public final class ServiceBinding extends com.google.api.client.json.GenericJson
5354

5455
/**
5556
* Identifier. Name of the ServiceBinding resource. It matches pattern
56-
* `projects/locations/global/serviceBindings/service_binding_name`.
57+
* `projects/locations/serviceBindings/`.
5758
* The value may be {@code null}.
5859
*/
5960
@com.google.api.client.util.Key
6061
private java.lang.String name;
6162

6263
/**
63-
* Required. The full Service Directory Service name of the format
64-
* projects/locations/namespaces/services
64+
* Optional. The full Service Directory Service name of the format
65+
* `projects/locations/namespaces/services`. This field must be set.
6566
* The value may be {@code null}.
6667
*/
6768
@com.google.api.client.util.Key
6869
private java.lang.String service;
6970

7071
/**
71-
* Output only. The unique identifier of the Service Directory Service against which the Service
72-
* Binding resource is validated. This is populated when the Service Binding resource is used in
73-
* another resource (like Backend Service). This is of the UUID4 format.
72+
* Output only. The unique identifier of the Service Directory Service against which the
73+
* ServiceBinding resource is validated. This is populated when the Service Binding resource is
74+
* used in another resource (like Backend Service). This is of the UUID4 format.
7475
* The value may be {@code null}.
7576
*/
7677
@com.google.api.client.util.Key
@@ -136,7 +137,7 @@ public ServiceBinding setLabels(java.util.Map<String, java.lang.String> labels)
136137

137138
/**
138139
* Identifier. Name of the ServiceBinding resource. It matches pattern
139-
* `projects/locations/global/serviceBindings/service_binding_name`.
140+
* `projects/locations/serviceBindings/`.
140141
* @return value or {@code null} for none
141142
*/
142143
public java.lang.String getName() {
@@ -145,7 +146,7 @@ public java.lang.String getName() {
145146

146147
/**
147148
* Identifier. Name of the ServiceBinding resource. It matches pattern
148-
* `projects/locations/global/serviceBindings/service_binding_name`.
149+
* `projects/locations/serviceBindings/`.
149150
* @param name name or {@code null} for none
150151
*/
151152
public ServiceBinding setName(java.lang.String name) {
@@ -154,17 +155,17 @@ public ServiceBinding setName(java.lang.String name) {
154155
}
155156

156157
/**
157-
* Required. The full Service Directory Service name of the format
158-
* projects/locations/namespaces/services
158+
* Optional. The full Service Directory Service name of the format
159+
* `projects/locations/namespaces/services`. This field must be set.
159160
* @return value or {@code null} for none
160161
*/
161162
public java.lang.String getService() {
162163
return service;
163164
}
164165

165166
/**
166-
* Required. The full Service Directory Service name of the format
167-
* projects/locations/namespaces/services
167+
* Optional. The full Service Directory Service name of the format
168+
* `projects/locations/namespaces/services`. This field must be set.
168169
* @param service service or {@code null} for none
169170
*/
170171
public ServiceBinding setService(java.lang.String service) {
@@ -173,19 +174,19 @@ public ServiceBinding setService(java.lang.String service) {
173174
}
174175

175176
/**
176-
* Output only. The unique identifier of the Service Directory Service against which the Service
177-
* Binding resource is validated. This is populated when the Service Binding resource is used in
178-
* another resource (like Backend Service). This is of the UUID4 format.
177+
* Output only. The unique identifier of the Service Directory Service against which the
178+
* ServiceBinding resource is validated. This is populated when the Service Binding resource is
179+
* used in another resource (like Backend Service). This is of the UUID4 format.
179180
* @return value or {@code null} for none
180181
*/
181182
public java.lang.String getServiceId() {
182183
return serviceId;
183184
}
184185

185186
/**
186-
* Output only. The unique identifier of the Service Directory Service against which the Service
187-
* Binding resource is validated. This is populated when the Service Binding resource is used in
188-
* another resource (like Backend Service). This is of the UUID4 format.
187+
* Output only. The unique identifier of the Service Directory Service against which the
188+
* ServiceBinding resource is validated. This is populated when the Service Binding resource is
189+
* used in another resource (like Backend Service). This is of the UUID4 format.
189190
* @param serviceId serviceId or {@code null} for none
190191
*/
191192
public ServiceBinding setServiceId(java.lang.String serviceId) {

clients/google-api-services-networkservices/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20250212-2.0.0</version>
12-
<name>Network Services API v1-rev20250212-2.0.0</name>
11+
<version>v1-rev20250224-2.0.0</version>
12+
<name>Network Services API v1-rev20250224-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Network Services API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

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

0 commit comments

Comments
 (0)