File tree Expand file tree Collapse file tree 6 files changed +24
-24
lines changed
clients/google-api-services-networkconnectivity/v1
com/google/api/services/networkconnectivity/v1/model Expand file tree Collapse file tree 6 files changed +24
-24
lines changed Original file line number Diff line number Diff 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-rev20250617 -2.0.0</version >
25+ <version >v1-rev20250703 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20250617 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20250703 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3333public final class LinkedInterconnectAttachments extends com .google .api .client .json .GenericJson {
3434
3535 /**
36- * Optional. IP ranges allowed to be included during import from hub (does not control transit
37- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
36+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
37+ * hub .
3838 * The value may be {@code null}.
3939 */
4040 @ com .google .api .client .util .Key
@@ -64,17 +64,17 @@ public final class LinkedInterconnectAttachments extends com.google.api.client.j
6464 private java .lang .String vpcNetwork ;
6565
6666 /**
67- * Optional. IP ranges allowed to be included during import from hub (does not control transit
68- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
67+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
68+ * hub .
6969 * @return value or {@code null} for none
7070 */
7171 public java .util .List <java .lang .String > getIncludeImportRanges () {
7272 return includeImportRanges ;
7373 }
7474
7575 /**
76- * Optional. IP ranges allowed to be included during import from hub (does not control transit
77- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
76+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
77+ * hub .
7878 * @param includeImportRanges includeImportRanges or {@code null} for none
7979 */
8080 public LinkedInterconnectAttachments setIncludeImportRanges (java .util .List <java .lang .String > includeImportRanges ) {
Original file line number Diff line number Diff line change 3333public final class LinkedRouterApplianceInstances extends com .google .api .client .json .GenericJson {
3434
3535 /**
36- * Optional. IP ranges allowed to be included during import from hub (does not control transit
37- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
36+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
37+ * hub .
3838 * The value may be {@code null}.
3939 */
4040 @ com .google .api .client .util .Key
@@ -64,17 +64,17 @@ public final class LinkedRouterApplianceInstances extends com.google.api.client.
6464 private java .lang .String vpcNetwork ;
6565
6666 /**
67- * Optional. IP ranges allowed to be included during import from hub (does not control transit
68- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
67+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
68+ * hub .
6969 * @return value or {@code null} for none
7070 */
7171 public java .util .List <java .lang .String > getIncludeImportRanges () {
7272 return includeImportRanges ;
7373 }
7474
7575 /**
76- * Optional. IP ranges allowed to be included during import from hub (does not control transit
77- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
76+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
77+ * hub .
7878 * @param includeImportRanges includeImportRanges or {@code null} for none
7979 */
8080 public LinkedRouterApplianceInstances setIncludeImportRanges (java .util .List <java .lang .String > includeImportRanges ) {
Original file line number Diff line number Diff line change 3333public final class LinkedVpnTunnels extends com .google .api .client .json .GenericJson {
3434
3535 /**
36- * Optional. IP ranges allowed to be included during import from hub (does not control transit
37- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
36+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
37+ * hub .
3838 * The value may be {@code null}.
3939 */
4040 @ com .google .api .client .util .Key
@@ -64,17 +64,17 @@ public final class LinkedVpnTunnels extends com.google.api.client.json.GenericJs
6464 private java .lang .String vpcNetwork ;
6565
6666 /**
67- * Optional. IP ranges allowed to be included during import from hub (does not control transit
68- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
67+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
68+ * hub .
6969 * @return value or {@code null} for none
7070 */
7171 public java .util .List <java .lang .String > getIncludeImportRanges () {
7272 return includeImportRanges ;
7373 }
7474
7575 /**
76- * Optional. IP ranges allowed to be included during import from hub (does not control transit
77- * connectivity). The only allowed value for now is "ALL_IPV4_RANGES" .
76+ * Optional. Hub routes fully encompassed by include import ranges are included during import from
77+ * hub .
7878 * @param includeImportRanges includeImportRanges or {@code null} for none
7979 */
8080 public LinkedVpnTunnels setIncludeImportRanges (java .util .List <java .lang .String > includeImportRanges ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-networkconnectivity</artifactId >
11- <version >v1-rev20250617 -2.0.0</version >
12- <name >Network Connectivity API v1-rev20250617 -2.0.0</name >
11+ <version >v1-rev20250703 -2.0.0</version >
12+ <name >Network Connectivity API v1-rev20250703 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250617 -2.0.0</version >
25+ <version >v1-rev20250703 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20250617 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20250703 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments