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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-networkconnectivity</artifactId >
25
- <version >v1-rev20250617 -2.0.0</version >
25
+ <version >v1-rev20250703 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 33
33
public final class LinkedInterconnectAttachments extends com .google .api .client .json .GenericJson {
34
34
35
35
/**
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 .
38
38
* The value may be {@code null}.
39
39
*/
40
40
@ com .google .api .client .util .Key
@@ -64,17 +64,17 @@ public final class LinkedInterconnectAttachments extends com.google.api.client.j
64
64
private java .lang .String vpcNetwork ;
65
65
66
66
/**
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 .
69
69
* @return value or {@code null} for none
70
70
*/
71
71
public java .util .List <java .lang .String > getIncludeImportRanges () {
72
72
return includeImportRanges ;
73
73
}
74
74
75
75
/**
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 .
78
78
* @param includeImportRanges includeImportRanges or {@code null} for none
79
79
*/
80
80
public LinkedInterconnectAttachments setIncludeImportRanges (java .util .List <java .lang .String > includeImportRanges ) {
Original file line number Diff line number Diff line change 33
33
public final class LinkedRouterApplianceInstances extends com .google .api .client .json .GenericJson {
34
34
35
35
/**
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 .
38
38
* The value may be {@code null}.
39
39
*/
40
40
@ com .google .api .client .util .Key
@@ -64,17 +64,17 @@ public final class LinkedRouterApplianceInstances extends com.google.api.client.
64
64
private java .lang .String vpcNetwork ;
65
65
66
66
/**
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 .
69
69
* @return value or {@code null} for none
70
70
*/
71
71
public java .util .List <java .lang .String > getIncludeImportRanges () {
72
72
return includeImportRanges ;
73
73
}
74
74
75
75
/**
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 .
78
78
* @param includeImportRanges includeImportRanges or {@code null} for none
79
79
*/
80
80
public LinkedRouterApplianceInstances setIncludeImportRanges (java .util .List <java .lang .String > includeImportRanges ) {
Original file line number Diff line number Diff line change 33
33
public final class LinkedVpnTunnels extends com .google .api .client .json .GenericJson {
34
34
35
35
/**
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 .
38
38
* The value may be {@code null}.
39
39
*/
40
40
@ com .google .api .client .util .Key
@@ -64,17 +64,17 @@ public final class LinkedVpnTunnels extends com.google.api.client.json.GenericJs
64
64
private java .lang .String vpcNetwork ;
65
65
66
66
/**
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 .
69
69
* @return value or {@code null} for none
70
70
*/
71
71
public java .util .List <java .lang .String > getIncludeImportRanges () {
72
72
return includeImportRanges ;
73
73
}
74
74
75
75
/**
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 .
78
78
* @param includeImportRanges includeImportRanges or {@code null} for none
79
79
*/
80
80
public LinkedVpnTunnels setIncludeImportRanges (java .util .List <java .lang .String > includeImportRanges ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-networkconnectivity</artifactId >
25
- <version >v1-rev20250617 -2.0.0</version >
25
+ <version >v1-rev20250703 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments