Skip to content

Commit c84590a

Browse files
yoshi-automationsofisl
authored andcommitted
fix(networkconnectivity): update the API
#### networkconnectivity:v1 The following keys were changed: - schemas.LinkedInterconnectAttachments.properties.includeImportRanges.description - schemas.LinkedRouterApplianceInstances.properties.includeImportRanges.description - schemas.LinkedVpnTunnels.properties.includeImportRanges.description
1 parent 89752fc commit c84590a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

discovery/networkconnectivity-v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3012,7 +3012,7 @@
30123012
}
30133013
}
30143014
},
3015-
"revision": "20250617",
3015+
"revision": "20250703",
30163016
"rootUrl": "https://networkconnectivity.googleapis.com/",
30173017
"schemas": {
30183018
"AcceptHubSpokeRequest": {
@@ -3895,7 +3895,7 @@
38953895
"id": "LinkedInterconnectAttachments",
38963896
"properties": {
38973897
"includeImportRanges": {
3898-
"description": "Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is \"ALL_IPV4_RANGES\".",
3898+
"description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub.",
38993899
"items": {
39003900
"type": "string"
39013901
},
@@ -3979,7 +3979,7 @@
39793979
"id": "LinkedRouterApplianceInstances",
39803980
"properties": {
39813981
"includeImportRanges": {
3982-
"description": "Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is \"ALL_IPV4_RANGES\".",
3982+
"description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub.",
39833983
"items": {
39843984
"type": "string"
39853985
},
@@ -4058,7 +4058,7 @@
40584058
"id": "LinkedVpnTunnels",
40594059
"properties": {
40604060
"includeImportRanges": {
4061-
"description": "Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is \"ALL_IPV4_RANGES\".",
4061+
"description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub.",
40624062
"items": {
40634063
"type": "string"
40644064
},

src/apis/networkconnectivity/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ export namespace networkconnectivity_v1 {
658658
*/
659659
export interface Schema$LinkedInterconnectAttachments {
660660
/**
661-
* Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".
661+
* Optional. Hub routes fully encompassed by include import ranges are included during import from hub.
662662
*/
663663
includeImportRanges?: string[] | null;
664664
/**
@@ -713,7 +713,7 @@ export namespace networkconnectivity_v1 {
713713
*/
714714
export interface Schema$LinkedRouterApplianceInstances {
715715
/**
716-
* Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".
716+
* Optional. Hub routes fully encompassed by include import ranges are included during import from hub.
717717
*/
718718
includeImportRanges?: string[] | null;
719719
/**
@@ -763,7 +763,7 @@ export namespace networkconnectivity_v1 {
763763
*/
764764
export interface Schema$LinkedVpnTunnels {
765765
/**
766-
* Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".
766+
* Optional. Hub routes fully encompassed by include import ranges are included during import from hub.
767767
*/
768768
includeImportRanges?: string[] | null;
769769
/**

0 commit comments

Comments
 (0)