Skip to content

Commit d7f784b

Browse files
1 parent e441108 commit d7f784b

11 files changed

Lines changed: 92 additions & 26 deletions

File tree

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-rev20260327-2.0.0</version>
25+
<version>v1-rev20260414-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-rev20260327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20260414-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public Get set(String parameterName, Object value) {
314314
}
315315
/**
316316
* Lists information about the supported locations for this service. This method lists locations
317-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
318318
* locations**: If `name` is empty, the method lists the public locations available to all projects.
319319
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
320320
* lists locations visible to that specific project. This includes public, private, or other
@@ -345,7 +345,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
345345

346346
/**
347347
* Lists information about the supported locations for this service. This method lists locations
348-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
349349
* locations**: If `name` is empty, the method lists the public locations available to all
350350
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
351351
* the method lists locations visible to that specific project. This includes public, private, or
@@ -2358,7 +2358,7 @@ public Get set(String parameterName, Object value) {
23582358
}
23592359
/**
23602360
* Lists information about the supported locations for this service. This method lists locations
2361-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
2361+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
23622362
* locations**: If `name` is empty, the method lists the public locations available to all projects.
23632363
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
23642364
* lists locations visible to that specific project. This includes public, private, or other
@@ -2389,7 +2389,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
23892389

23902390
/**
23912391
* Lists information about the supported locations for this service. This method lists locations
2392-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
2392+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
23932393
* locations**: If `name` is empty, the method lists the public locations available to all
23942394
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
23952395
* the method lists locations visible to that specific project. This includes public, private, or

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ public final class RouteInfo extends com.google.api.client.json.GenericJson {
168168
/**
169169
* Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED routes only. If set
170170
* for POLICY_BASED route, this is a region of VLAN attachments for Cloud Interconnect the route
171-
* applies to.
171+
* applies to. If set to "all" for POLICY_BASED route, the route applies to VLAN attachments of
172+
* Cloud Interconnect in all regions.
172173
* The value may be {@code null}.
173174
*/
174175
@com.google.api.client.util.Key
@@ -538,7 +539,8 @@ public RouteInfo setProtocols(java.util.List<java.lang.String> protocols) {
538539
/**
539540
* Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED routes only. If set
540541
* for POLICY_BASED route, this is a region of VLAN attachments for Cloud Interconnect the route
541-
* applies to.
542+
* applies to. If set to "all" for POLICY_BASED route, the route applies to VLAN attachments of
543+
* Cloud Interconnect in all regions.
542544
* @return value or {@code null} for none
543545
*/
544546
public java.lang.String getRegion() {
@@ -548,7 +550,8 @@ public java.lang.String getRegion() {
548550
/**
549551
* Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED routes only. If set
550552
* for POLICY_BASED route, this is a region of VLAN attachments for Cloud Interconnect the route
551-
* applies to.
553+
* applies to. If set to "all" for POLICY_BASED route, the route applies to VLAN attachments of
554+
* Cloud Interconnect in all regions.
552555
* @param region region or {@code null} for none
553556
*/
554557
public RouteInfo setRegion(java.lang.String region) {

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

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-rev20260327-2.0.0</version>
25+
<version>v1beta1-rev20260414-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-rev20260327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20260414-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public Get set(String parameterName, Object value) {
314314
}
315315
/**
316316
* Lists information about the supported locations for this service. This method lists locations
317-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
318318
* locations**: If `name` is empty, the method lists the public locations available to all projects.
319319
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
320320
* lists locations visible to that specific project. This includes public, private, or other
@@ -345,7 +345,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
345345

346346
/**
347347
* Lists information about the supported locations for this service. This method lists locations
348-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
349349
* locations**: If `name` is empty, the method lists the public locations available to all
350350
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
351351
* the method lists locations visible to that specific project. This includes public, private, or
@@ -2358,7 +2358,7 @@ public Get set(String parameterName, Object value) {
23582358
}
23592359
/**
23602360
* Lists information about the supported locations for this service. This method lists locations
2361-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
2361+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
23622362
* locations**: If `name` is empty, the method lists the public locations available to all projects.
23632363
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
23642364
* lists locations visible to that specific project. This includes public, private, or other
@@ -2389,7 +2389,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
23892389

23902390
/**
23912391
* Lists information about the supported locations for this service. This method lists locations
2392-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
2392+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
23932393
* locations**: If `name` is empty, the method lists the public locations available to all
23942394
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
23952395
* the method lists locations visible to that specific project. This includes public, private, or

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

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,24 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
6262
@com.google.api.client.util.Key
6363
private java.lang.String cloudSqlInstance;
6464

65+
/**
66+
* A [Datastream Private Connection](https://docs.cloud.google.com/datastream/docs/reference/rest/
67+
* v1/projects.locations.privateConnections) name format:
68+
* projects/{project}/locations/{location}/privateConnections/{privateConnection}.
69+
* The value may be {@code null}.
70+
*/
71+
@com.google.api.client.util.Key
72+
private java.lang.String datastreamPrivateConnection;
73+
74+
/**
75+
* A [DMS Private Connection](https://docs.cloud.google.com/database-
76+
* migration/docs/reference/rest/v1/projects.locations.privateConnections) name format:
77+
* projects/{project}/locations/{location}/privateConnections/{privateConnection}.
78+
* The value may be {@code null}.
79+
*/
80+
@com.google.api.client.util.Key
81+
private java.lang.String dmsPrivateConnection;
82+
6583
/**
6684
* A forwarding rule and its corresponding IP address represent the frontend configuration of a
6785
* Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private
@@ -259,6 +277,48 @@ public Endpoint setCloudSqlInstance(java.lang.String cloudSqlInstance) {
259277
return this;
260278
}
261279

280+
/**
281+
* A [Datastream Private Connection](https://docs.cloud.google.com/datastream/docs/reference/rest/
282+
* v1/projects.locations.privateConnections) name format:
283+
* projects/{project}/locations/{location}/privateConnections/{privateConnection}.
284+
* @return value or {@code null} for none
285+
*/
286+
public java.lang.String getDatastreamPrivateConnection() {
287+
return datastreamPrivateConnection;
288+
}
289+
290+
/**
291+
* A [Datastream Private Connection](https://docs.cloud.google.com/datastream/docs/reference/rest/
292+
* v1/projects.locations.privateConnections) name format:
293+
* projects/{project}/locations/{location}/privateConnections/{privateConnection}.
294+
* @param datastreamPrivateConnection datastreamPrivateConnection or {@code null} for none
295+
*/
296+
public Endpoint setDatastreamPrivateConnection(java.lang.String datastreamPrivateConnection) {
297+
this.datastreamPrivateConnection = datastreamPrivateConnection;
298+
return this;
299+
}
300+
301+
/**
302+
* A [DMS Private Connection](https://docs.cloud.google.com/database-
303+
* migration/docs/reference/rest/v1/projects.locations.privateConnections) name format:
304+
* projects/{project}/locations/{location}/privateConnections/{privateConnection}.
305+
* @return value or {@code null} for none
306+
*/
307+
public java.lang.String getDmsPrivateConnection() {
308+
return dmsPrivateConnection;
309+
}
310+
311+
/**
312+
* A [DMS Private Connection](https://docs.cloud.google.com/database-
313+
* migration/docs/reference/rest/v1/projects.locations.privateConnections) name format:
314+
* projects/{project}/locations/{location}/privateConnections/{privateConnection}.
315+
* @param dmsPrivateConnection dmsPrivateConnection or {@code null} for none
316+
*/
317+
public Endpoint setDmsPrivateConnection(java.lang.String dmsPrivateConnection) {
318+
this.dmsPrivateConnection = dmsPrivateConnection;
319+
return this;
320+
}
321+
262322
/**
263323
* A forwarding rule and its corresponding IP address represent the frontend configuration of a
264324
* Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ public final class RouteInfo extends com.google.api.client.json.GenericJson {
168168
/**
169169
* Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED routes only. If set
170170
* for POLICY_BASED route, this is a region of VLAN attachments for Cloud Interconnect the route
171-
* applies to.
171+
* applies to. If set to "all" for POLICY_BASED route, the route applies to VLAN attachments of
172+
* Cloud Interconnect in all regions.
172173
* The value may be {@code null}.
173174
*/
174175
@com.google.api.client.util.Key
@@ -538,7 +539,8 @@ public RouteInfo setProtocols(java.util.List<java.lang.String> protocols) {
538539
/**
539540
* Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED routes only. If set
540541
* for POLICY_BASED route, this is a region of VLAN attachments for Cloud Interconnect the route
541-
* applies to.
542+
* applies to. If set to "all" for POLICY_BASED route, the route applies to VLAN attachments of
543+
* Cloud Interconnect in all regions.
542544
* @return value or {@code null} for none
543545
*/
544546
public java.lang.String getRegion() {
@@ -548,7 +550,8 @@ public java.lang.String getRegion() {
548550
/**
549551
* Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED routes only. If set
550552
* for POLICY_BASED route, this is a region of VLAN attachments for Cloud Interconnect the route
551-
* applies to.
553+
* applies to. If set to "all" for POLICY_BASED route, the route applies to VLAN attachments of
554+
* Cloud Interconnect in all regions.
552555
* @param region region or {@code null} for none
553556
*/
554557
public RouteInfo setRegion(java.lang.String region) {

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-rev20260327-2.0.0</version>
12-
<name>Network Management API v1beta1-rev20260327-2.0.0</name>
11+
<version>v1beta1-rev20260414-2.0.0</version>
12+
<name>Network Management API v1beta1-rev20260414-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)