Skip to content

Commit 8a9a62b

Browse files
1 parent bbd54f3 commit 8a9a62b

File tree

6 files changed

+59
-33
lines changed

6 files changed

+59
-33
lines changed

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

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

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,30 +1162,31 @@ public List setPageToken(java.lang.String pageToken) {
11621162

11631163
/**
11641164
* When set to `true`, operations that are reachable are returned as normal, and those
1165-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
1166-
* This can only be `true` when reading across collections e.g. when `parent` is set to
1167-
* `"projects/example/locations/-"`. This field is not by default supported and will
1165+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
1166+
* can only be `true` when reading across collections. For example, when `parent` is set
1167+
* to `"projects/example/locations/-"`. This field is not supported by default and will
11681168
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
11691169
* service or product specific documentation.
11701170
*/
11711171
@com.google.api.client.util.Key
11721172
private java.lang.Boolean returnPartialSuccess;
11731173

11741174
/** When set to `true`, operations that are reachable are returned as normal, and those that are
1175-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
1176-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
1177-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
1178-
explicitly documented otherwise in service or product specific documentation.
1175+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
1176+
when reading across collections. For example, when `parent` is set to
1177+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
1178+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
1179+
documentation.
11791180
*/
11801181
public java.lang.Boolean getReturnPartialSuccess() {
11811182
return returnPartialSuccess;
11821183
}
11831184

11841185
/**
11851186
* When set to `true`, operations that are reachable are returned as normal, and those
1186-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
1187-
* This can only be `true` when reading across collections e.g. when `parent` is set to
1188-
* `"projects/example/locations/-"`. This field is not by default supported and will
1187+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
1188+
* can only be `true` when reading across collections. For example, when `parent` is set
1189+
* to `"projects/example/locations/-"`. This field is not supported by default and will
11891190
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
11901191
* service or product specific documentation.
11911192
*/
@@ -4741,32 +4742,33 @@ public List setPageToken(java.lang.String pageToken) {
47414742

47424743
/**
47434744
* When set to `true`, operations that are reachable are returned as normal, and those
4744-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4745-
* This can only be `true` when reading across collections e.g. when `parent` is set to
4746-
* `"projects/example/locations/-"`. This field is not by default supported and will
4747-
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
4748-
* service or product specific documentation.
4745+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
4746+
* This can only be `true` when reading across collections. For example, when `parent`
4747+
* is set to `"projects/example/locations/-"`. This field is not supported by default
4748+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
4749+
* otherwise in service or product specific documentation.
47494750
*/
47504751
@com.google.api.client.util.Key
47514752
private java.lang.Boolean returnPartialSuccess;
47524753

47534754
/** When set to `true`, operations that are reachable are returned as normal, and those that are
4754-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
4755-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
4756-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
4757-
explicitly documented otherwise in service or product specific documentation.
4755+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
4756+
when reading across collections. For example, when `parent` is set to
4757+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
4758+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
4759+
documentation.
47584760
*/
47594761
public java.lang.Boolean getReturnPartialSuccess() {
47604762
return returnPartialSuccess;
47614763
}
47624764

47634765
/**
47644766
* 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.
4767+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
4768+
* This can only be `true` when reading across collections. For example, when `parent`
4769+
* is set to `"projects/example/locations/-"`. This field is not supported by default
4770+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
4771+
* otherwise in service or product specific documentation.
47704772
*/
47714773
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
47724774
this.returnPartialSuccess = returnPartialSuccess;

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)