Skip to content

Commit df63ff5

Browse files
1 parent 58a60a9 commit df63ff5

File tree

6 files changed

+29
-25
lines changed

6 files changed

+29
-25
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-rev20251105-2.0.0</version>
25+
<version>v1-rev20251203-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-rev20251105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkservices:v1-rev20251203-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: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11478,30 +11478,31 @@ public List setPageToken(java.lang.String pageToken) {
1147811478

1147911479
/**
1148011480
* When set to `true`, operations that are reachable are returned as normal, and those
11481-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
11482-
* This can only be `true` when reading across collections e.g. when `parent` is set to
11483-
* `"projects/example/locations/-"`. This field is not by default supported and will
11481+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
11482+
* can only be `true` when reading across collections. For example, when `parent` is set
11483+
* to `"projects/example/locations/-"`. This field is not supported by default and will
1148411484
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1148511485
* service or product specific documentation.
1148611486
*/
1148711487
@com.google.api.client.util.Key
1148811488
private java.lang.Boolean returnPartialSuccess;
1148911489

1149011490
/** When set to `true`, operations that are reachable are returned as normal, and those that are
11491-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
11492-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
11493-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
11494-
explicitly documented otherwise in service or product specific documentation.
11491+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
11492+
when reading across collections. For example, when `parent` is set to
11493+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
11494+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
11495+
documentation.
1149511496
*/
1149611497
public java.lang.Boolean getReturnPartialSuccess() {
1149711498
return returnPartialSuccess;
1149811499
}
1149911500

1150011501
/**
1150111502
* When set to `true`, operations that are reachable are returned as normal, and those
11502-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
11503-
* This can only be `true` when reading across collections e.g. when `parent` is set to
11504-
* `"projects/example/locations/-"`. This field is not by default supported and will
11503+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
11504+
* can only be `true` when reading across collections. For example, when `parent` is set
11505+
* to `"projects/example/locations/-"`. This field is not supported by default and will
1150511506
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1150611507
* service or product specific documentation.
1150711508
*/

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ public final class AuthzExtension extends com.google.api.client.json.GenericJson
138138
private String updateTime;
139139

140140
/**
141-
* Optional. The format of communication supported by the callout extension. If not specified, the
142-
* default value `EXT_PROC_GRPC` is used.
141+
* Optional. The format of communication supported by the callout extension. This field is
142+
* supported only for regional `AuthzExtension` resources. If not specified, the default value
143+
* `EXT_PROC_GRPC` is used. Global `AuthzExtension` resources use the `EXT_PROC_GRPC` wire format.
143144
* The value may be {@code null}.
144145
*/
145146
@com.google.api.client.util.Key
@@ -396,17 +397,19 @@ public AuthzExtension setUpdateTime(String updateTime) {
396397
}
397398

398399
/**
399-
* Optional. The format of communication supported by the callout extension. If not specified, the
400-
* default value `EXT_PROC_GRPC` is used.
400+
* Optional. The format of communication supported by the callout extension. This field is
401+
* supported only for regional `AuthzExtension` resources. If not specified, the default value
402+
* `EXT_PROC_GRPC` is used. Global `AuthzExtension` resources use the `EXT_PROC_GRPC` wire format.
401403
* @return value or {@code null} for none
402404
*/
403405
public java.lang.String getWireFormat() {
404406
return wireFormat;
405407
}
406408

407409
/**
408-
* Optional. The format of communication supported by the callout extension. If not specified, the
409-
* default value `EXT_PROC_GRPC` is used.
410+
* Optional. The format of communication supported by the callout extension. This field is
411+
* supported only for regional `AuthzExtension` resources. If not specified, the default value
412+
* `EXT_PROC_GRPC` is used. Global `AuthzExtension` resources use the `EXT_PROC_GRPC` wire format.
410413
* @param wireFormat wireFormat or {@code null} for none
411414
*/
412415
public AuthzExtension setWireFormat(java.lang.String wireFormat) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4545

4646
/**
4747
* Unordered list. Unreachable resources. Populated when the request sets
48-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
4949
* attempting to list all resources across all supported locations.
5050
* The value may be {@code null}.
5151
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8888

8989
/**
9090
* Unordered list. Unreachable resources. Populated when the request sets
91-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9292
* attempting to list all resources across all supported locations.
9393
* @return value or {@code null} for none
9494
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9898

9999
/**
100100
* Unordered list. Unreachable resources. Populated when the request sets
101-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102102
* attempting to list all resources across all supported locations.
103103
* @param unreachable unreachable or {@code null} for none
104104
*/

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

0 commit comments

Comments
 (0)