Skip to content

Commit 8d579b6

Browse files
1 parent aac2f6a commit 8d579b6

File tree

6 files changed

+249
-6
lines changed

6 files changed

+249
-6
lines changed

clients/google-api-services-networkconnectivity/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-networkconnectivity</artifactId>
25-
<version>v1-rev20260129-2.0.0</version>
25+
<version>v1-rev20260309-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-networkconnectivity:v1-rev20260129-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20260309-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/LinkedInterconnectAttachments.java

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,30 @@
3232
@SuppressWarnings("javadoc")
3333
public final class LinkedInterconnectAttachments extends com.google.api.client.json.GenericJson {
3434

35+
/**
36+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
37+
* export to hub.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.util.List<java.lang.String> excludeExportRanges;
42+
43+
/**
44+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
45+
* from hub.
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.util.List<java.lang.String> excludeImportRanges;
50+
51+
/**
52+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
53+
* to hub.
54+
* The value may be {@code null}.
55+
*/
56+
@com.google.api.client.util.Key
57+
private java.util.List<java.lang.String> includeExportRanges;
58+
3559
/**
3660
* Optional. Hub routes fully encompassed by include import ranges are included during import from
3761
* hub.
@@ -63,6 +87,63 @@ public final class LinkedInterconnectAttachments extends com.google.api.client.j
6387
@com.google.api.client.util.Key
6488
private java.lang.String vpcNetwork;
6589

90+
/**
91+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
92+
* export to hub.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getExcludeExportRanges() {
96+
return excludeExportRanges;
97+
}
98+
99+
/**
100+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
101+
* export to hub.
102+
* @param excludeExportRanges excludeExportRanges or {@code null} for none
103+
*/
104+
public LinkedInterconnectAttachments setExcludeExportRanges(java.util.List<java.lang.String> excludeExportRanges) {
105+
this.excludeExportRanges = excludeExportRanges;
106+
return this;
107+
}
108+
109+
/**
110+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
111+
* from hub.
112+
* @return value or {@code null} for none
113+
*/
114+
public java.util.List<java.lang.String> getExcludeImportRanges() {
115+
return excludeImportRanges;
116+
}
117+
118+
/**
119+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
120+
* from hub.
121+
* @param excludeImportRanges excludeImportRanges or {@code null} for none
122+
*/
123+
public LinkedInterconnectAttachments setExcludeImportRanges(java.util.List<java.lang.String> excludeImportRanges) {
124+
this.excludeImportRanges = excludeImportRanges;
125+
return this;
126+
}
127+
128+
/**
129+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
130+
* to hub.
131+
* @return value or {@code null} for none
132+
*/
133+
public java.util.List<java.lang.String> getIncludeExportRanges() {
134+
return includeExportRanges;
135+
}
136+
137+
/**
138+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
139+
* to hub.
140+
* @param includeExportRanges includeExportRanges or {@code null} for none
141+
*/
142+
public LinkedInterconnectAttachments setIncludeExportRanges(java.util.List<java.lang.String> includeExportRanges) {
143+
this.includeExportRanges = includeExportRanges;
144+
return this;
145+
}
146+
66147
/**
67148
* Optional. Hub routes fully encompassed by include import ranges are included during import from
68149
* hub.

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/LinkedRouterApplianceInstances.java

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,30 @@
3232
@SuppressWarnings("javadoc")
3333
public final class LinkedRouterApplianceInstances extends com.google.api.client.json.GenericJson {
3434

35+
/**
36+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
37+
* export to hub.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.util.List<java.lang.String> excludeExportRanges;
42+
43+
/**
44+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
45+
* from hub.
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.util.List<java.lang.String> excludeImportRanges;
50+
51+
/**
52+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
53+
* to hub.
54+
* The value may be {@code null}.
55+
*/
56+
@com.google.api.client.util.Key
57+
private java.util.List<java.lang.String> includeExportRanges;
58+
3559
/**
3660
* Optional. Hub routes fully encompassed by include import ranges are included during import from
3761
* hub.
@@ -63,6 +87,63 @@ public final class LinkedRouterApplianceInstances extends com.google.api.client.
6387
@com.google.api.client.util.Key
6488
private java.lang.String vpcNetwork;
6589

90+
/**
91+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
92+
* export to hub.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getExcludeExportRanges() {
96+
return excludeExportRanges;
97+
}
98+
99+
/**
100+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
101+
* export to hub.
102+
* @param excludeExportRanges excludeExportRanges or {@code null} for none
103+
*/
104+
public LinkedRouterApplianceInstances setExcludeExportRanges(java.util.List<java.lang.String> excludeExportRanges) {
105+
this.excludeExportRanges = excludeExportRanges;
106+
return this;
107+
}
108+
109+
/**
110+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
111+
* from hub.
112+
* @return value or {@code null} for none
113+
*/
114+
public java.util.List<java.lang.String> getExcludeImportRanges() {
115+
return excludeImportRanges;
116+
}
117+
118+
/**
119+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
120+
* from hub.
121+
* @param excludeImportRanges excludeImportRanges or {@code null} for none
122+
*/
123+
public LinkedRouterApplianceInstances setExcludeImportRanges(java.util.List<java.lang.String> excludeImportRanges) {
124+
this.excludeImportRanges = excludeImportRanges;
125+
return this;
126+
}
127+
128+
/**
129+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
130+
* to hub.
131+
* @return value or {@code null} for none
132+
*/
133+
public java.util.List<java.lang.String> getIncludeExportRanges() {
134+
return includeExportRanges;
135+
}
136+
137+
/**
138+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
139+
* to hub.
140+
* @param includeExportRanges includeExportRanges or {@code null} for none
141+
*/
142+
public LinkedRouterApplianceInstances setIncludeExportRanges(java.util.List<java.lang.String> includeExportRanges) {
143+
this.includeExportRanges = includeExportRanges;
144+
return this;
145+
}
146+
66147
/**
67148
* Optional. Hub routes fully encompassed by include import ranges are included during import from
68149
* hub.

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/LinkedVpnTunnels.java

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,30 @@
3232
@SuppressWarnings("javadoc")
3333
public final class LinkedVpnTunnels extends com.google.api.client.json.GenericJson {
3434

35+
/**
36+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
37+
* export to hub.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.util.List<java.lang.String> excludeExportRanges;
42+
43+
/**
44+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
45+
* from hub.
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.util.List<java.lang.String> excludeImportRanges;
50+
51+
/**
52+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
53+
* to hub.
54+
* The value may be {@code null}.
55+
*/
56+
@com.google.api.client.util.Key
57+
private java.util.List<java.lang.String> includeExportRanges;
58+
3559
/**
3660
* Optional. Hub routes fully encompassed by include import ranges are included during import from
3761
* hub.
@@ -63,6 +87,63 @@ public final class LinkedVpnTunnels extends com.google.api.client.json.GenericJs
6387
@com.google.api.client.util.Key
6488
private java.lang.String vpcNetwork;
6589

90+
/**
91+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
92+
* export to hub.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getExcludeExportRanges() {
96+
return excludeExportRanges;
97+
}
98+
99+
/**
100+
* Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during
101+
* export to hub.
102+
* @param excludeExportRanges excludeExportRanges or {@code null} for none
103+
*/
104+
public LinkedVpnTunnels setExcludeExportRanges(java.util.List<java.lang.String> excludeExportRanges) {
105+
this.excludeExportRanges = excludeExportRanges;
106+
return this;
107+
}
108+
109+
/**
110+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
111+
* from hub.
112+
* @return value or {@code null} for none
113+
*/
114+
public java.util.List<java.lang.String> getExcludeImportRanges() {
115+
return excludeImportRanges;
116+
}
117+
118+
/**
119+
* Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import
120+
* from hub.
121+
* @param excludeImportRanges excludeImportRanges or {@code null} for none
122+
*/
123+
public LinkedVpnTunnels setExcludeImportRanges(java.util.List<java.lang.String> excludeImportRanges) {
124+
this.excludeImportRanges = excludeImportRanges;
125+
return this;
126+
}
127+
128+
/**
129+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
130+
* to hub.
131+
* @return value or {@code null} for none
132+
*/
133+
public java.util.List<java.lang.String> getIncludeExportRanges() {
134+
return includeExportRanges;
135+
}
136+
137+
/**
138+
* Optional. Dynamic routes fully encompassed by include export ranges are included during export
139+
* to hub.
140+
* @param includeExportRanges includeExportRanges or {@code null} for none
141+
*/
142+
public LinkedVpnTunnels setIncludeExportRanges(java.util.List<java.lang.String> includeExportRanges) {
143+
this.includeExportRanges = includeExportRanges;
144+
return this;
145+
}
146+
66147
/**
67148
* Optional. Hub routes fully encompassed by include import ranges are included during import from
68149
* hub.

clients/google-api-services-networkconnectivity/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-networkconnectivity</artifactId>
11-
<version>v1-rev20260129-2.0.0</version>
12-
<name>Network Connectivity API v1-rev20260129-2.0.0</name>
11+
<version>v1-rev20260309-2.0.0</version>
12+
<name>Network Connectivity API v1-rev20260309-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-networkconnectivity/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-networkconnectivity</artifactId>
25-
<version>v1-rev20260129-2.0.0</version>
25+
<version>v1-rev20260309-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-networkconnectivity:v1-rev20260129-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20260309-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)