Skip to content

Commit 3c4b586

Browse files
1 parent 190ab68 commit 3c4b586

File tree

6 files changed

+63
-37
lines changed

6 files changed

+63
-37
lines changed

clients/google-api-services-networkmanagement/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-networkmanagement</artifactId>
25-
<version>v1beta1-rev20251105-2.0.0</version>
25+
<version>v1beta1-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-networkmanagement:v1beta1-rev20251105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20251203-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/NetworkManagement.java

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,32 +1182,33 @@ public List setPageToken(java.lang.String pageToken) {
11821182

11831183
/**
11841184
* When set to `true`, operations that are reachable are returned as normal, and those
1185-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
1186-
* This can only be `true` when reading across collections e.g. when `parent` is set to
1187-
* `"projects/example/locations/-"`. This field is not by default supported and will
1188-
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1189-
* service or product specific documentation.
1185+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
1186+
* This can only be `true` when reading across collections. For example, when `parent`
1187+
* is set to `"projects/example/locations/-"`. This field is not supported by default
1188+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
1189+
* otherwise in service or product specific documentation.
11901190
*/
11911191
@com.google.api.client.util.Key
11921192
private java.lang.Boolean returnPartialSuccess;
11931193

11941194
/** When set to `true`, operations that are reachable are returned as normal, and those that are
1195-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
1196-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
1197-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
1198-
explicitly documented otherwise in service or product specific documentation.
1195+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
1196+
when reading across collections. For example, when `parent` is set to
1197+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
1198+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
1199+
documentation.
11991200
*/
12001201
public java.lang.Boolean getReturnPartialSuccess() {
12011202
return returnPartialSuccess;
12021203
}
12031204

12041205
/**
12051206
* When set to `true`, operations that are reachable are returned as normal, and those
1206-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
1207-
* This can only be `true` when reading across collections e.g. when `parent` is set to
1208-
* `"projects/example/locations/-"`. This field is not by default supported and will
1209-
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1210-
* service or product specific documentation.
1207+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
1208+
* This can only be `true` when reading across collections. For example, when `parent`
1209+
* is set to `"projects/example/locations/-"`. This field is not supported by default
1210+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
1211+
* otherwise in service or product specific documentation.
12111212
*/
12121213
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
12131214
this.returnPartialSuccess = returnPartialSuccess;
@@ -4762,32 +4763,33 @@ public List setPageToken(java.lang.String pageToken) {
47624763

47634764
/**
47644765
* When set to `true`, operations that are reachable are returned as normal, and those
4765-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4766-
* This can only be `true` when reading across collections e.g. when `parent` is set to
4767-
* `"projects/example/locations/-"`. This field is not by default supported and will
4768-
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
4769-
* service or product specific documentation.
4766+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
4767+
* This can only be `true` when reading across collections. For example, when `parent`
4768+
* is set to `"projects/example/locations/-"`. This field is not supported by default
4769+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
4770+
* otherwise in service or product specific documentation.
47704771
*/
47714772
@com.google.api.client.util.Key
47724773
private java.lang.Boolean returnPartialSuccess;
47734774

47744775
/** When set to `true`, operations that are reachable are returned as normal, and those that are
4775-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
4776-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
4777-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
4778-
explicitly documented otherwise in service or product specific documentation.
4776+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
4777+
when reading across collections. For example, when `parent` is set to
4778+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
4779+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
4780+
documentation.
47794781
*/
47804782
public java.lang.Boolean getReturnPartialSuccess() {
47814783
return returnPartialSuccess;
47824784
}
47834785

47844786
/**
47854787
* When set to `true`, operations that are reachable are returned as normal, and those
4786-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4787-
* This can only be `true` when reading across collections e.g. when `parent` is set to
4788-
* `"projects/example/locations/-"`. This field is not by default supported and will
4789-
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
4790-
* service or product specific documentation.
4788+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
4789+
* This can only be `true` when reading across collections. For example, when `parent`
4790+
* is set to `"projects/example/locations/-"`. This field is not supported by default
4791+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
4792+
* otherwise in service or product specific documentation.
47914793
*/
47924794
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
47934795
this.returnPartialSuccess = returnPartialSuccess;

clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/ListOperationsResponse.java

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

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

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

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

clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/NatInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class NatInfo extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String cloudNatGatewayType;
39+
3340
/**
3441
* The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT.
3542
* The value may be {@code null}.
@@ -121,6 +128,23 @@ public final class NatInfo extends com.google.api.client.json.GenericJson {
121128
@com.google.api.client.util.Key
122129
private java.lang.String type;
123130

131+
/**
132+
* Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT.
133+
* @return value or {@code null} for none
134+
*/
135+
public java.lang.String getCloudNatGatewayType() {
136+
return cloudNatGatewayType;
137+
}
138+
139+
/**
140+
* Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT.
141+
* @param cloudNatGatewayType cloudNatGatewayType or {@code null} for none
142+
*/
143+
public NatInfo setCloudNatGatewayType(java.lang.String cloudNatGatewayType) {
144+
this.cloudNatGatewayType = cloudNatGatewayType;
145+
return this;
146+
}
147+
124148
/**
125149
* The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT.
126150
* @return value or {@code null} for none

clients/google-api-services-networkmanagement/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-networkmanagement</artifactId>
11-
<version>v1beta1-rev20251105-2.0.0</version>
12-
<name>Network Management API v1beta1-rev20251105-2.0.0</name>
11+
<version>v1beta1-rev20251203-2.0.0</version>
12+
<name>Network Management API v1beta1-rev20251203-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-networkmanagement/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-networkmanagement</artifactId>
25-
<version>v1beta1-rev20251105-2.0.0</version>
25+
<version>v1beta1-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-networkmanagement:v1beta1-rev20251105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20251203-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)