Skip to content

Commit c2c9a84

Browse files
1 parent 1badf5f commit c2c9a84

File tree

4 files changed

+27
-21
lines changed

4 files changed

+27
-21
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-rev20260114-2.0.0</version>
25+
<version>v1-rev20260121-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-rev20260114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20260121-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,17 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
136136
private java.lang.String loadBalancerType;
137137

138138
/**
139-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
140-
* endpoints.
139+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
140+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
141+
* an internal IP address endpoint.
141142
* The value may be {@code null}.
142143
*/
143144
@com.google.api.client.util.Key
144145
private java.lang.String network;
145146

146147
/**
147-
* Type of the network where the endpoint is located. Relevant only for the source endpoints.
148+
* For source endpoints, type of the network where the endpoint is located. Not relevant for
149+
* destination endpoints.
148150
* The value may be {@code null}.
149151
*/
150152
@com.google.api.client.util.Key
@@ -158,8 +160,8 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
158160
private java.lang.Integer port;
159161

160162
/**
161-
* Endpoint project ID. Used according to the `network_type`. Relevant only for the source
162-
* endpoints.
163+
* For source endpoints, endpoint project ID. Used according to the `network_type`. Not relevant
164+
* for destination endpoints.
163165
* The value may be {@code null}.
164166
*/
165167
@com.google.api.client.util.Key
@@ -431,17 +433,19 @@ public Endpoint setLoadBalancerType(java.lang.String loadBalancerType) {
431433
}
432434

433435
/**
434-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
435-
* endpoints.
436+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
437+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
438+
* an internal IP address endpoint.
436439
* @return value or {@code null} for none
437440
*/
438441
public java.lang.String getNetwork() {
439442
return network;
440443
}
441444

442445
/**
443-
* A VPC network URI. Used according to the `network_type`. Relevant only for the source
444-
* endpoints.
446+
* A VPC network URI. For source endpoints, used according to the `network_type`. For destination
447+
* endpoints, used only when the source is an external IP address endpoint, and the destination is
448+
* an internal IP address endpoint.
445449
* @param network network or {@code null} for none
446450
*/
447451
public Endpoint setNetwork(java.lang.String network) {
@@ -450,15 +454,17 @@ public Endpoint setNetwork(java.lang.String network) {
450454
}
451455

452456
/**
453-
* Type of the network where the endpoint is located. Relevant only for the source endpoints.
457+
* For source endpoints, type of the network where the endpoint is located. Not relevant for
458+
* destination endpoints.
454459
* @return value or {@code null} for none
455460
*/
456461
public java.lang.String getNetworkType() {
457462
return networkType;
458463
}
459464

460465
/**
461-
* Type of the network where the endpoint is located. Relevant only for the source endpoints.
466+
* For source endpoints, type of the network where the endpoint is located. Not relevant for
467+
* destination endpoints.
462468
* @param networkType networkType or {@code null} for none
463469
*/
464470
public Endpoint setNetworkType(java.lang.String networkType) {
@@ -484,17 +490,17 @@ public Endpoint setPort(java.lang.Integer port) {
484490
}
485491

486492
/**
487-
* Endpoint project ID. Used according to the `network_type`. Relevant only for the source
488-
* endpoints.
493+
* For source endpoints, endpoint project ID. Used according to the `network_type`. Not relevant
494+
* for destination endpoints.
489495
* @return value or {@code null} for none
490496
*/
491497
public java.lang.String getProjectId() {
492498
return projectId;
493499
}
494500

495501
/**
496-
* Endpoint project ID. Used according to the `network_type`. Relevant only for the source
497-
* endpoints.
502+
* For source endpoints, endpoint project ID. Used according to the `network_type`. Not relevant
503+
* for destination endpoints.
498504
* @param projectId projectId or {@code null} for none
499505
*/
500506
public Endpoint setProjectId(java.lang.String projectId) {

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

0 commit comments

Comments
 (0)