Skip to content

Commit 1ed9d8d

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1 The following keys were added: - schemas.InstanceInfo.properties.pscNetworkAttachmentUri.type (Total Keys: 1) #### networkmanagement:v1beta1 The following keys were added: - schemas.InstanceInfo.properties.pscNetworkAttachmentUri.type (Total Keys: 1)
1 parent 2023330 commit 1ed9d8d

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

docs/dyn/networkmanagement_v1.projects.locations.global_.connectivityTests.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ <h3>Method Details</h3>
331331
&quot;A String&quot;,
332332
],
333333
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
334+
&quot;pscNetworkAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC network attachment the NIC is attached to (if relevant).
334335
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account authorized for the instance.
335336
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine instance.
336337
},
@@ -779,6 +780,7 @@ <h3>Method Details</h3>
779780
&quot;A String&quot;,
780781
],
781782
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
783+
&quot;pscNetworkAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC network attachment the NIC is attached to (if relevant).
782784
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account authorized for the instance.
783785
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine instance.
784786
},
@@ -1218,6 +1220,7 @@ <h3>Method Details</h3>
12181220
&quot;A String&quot;,
12191221
],
12201222
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
1223+
&quot;pscNetworkAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC network attachment the NIC is attached to (if relevant).
12211224
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account authorized for the instance.
12221225
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine instance.
12231226
},
@@ -1616,6 +1619,7 @@ <h3>Method Details</h3>
16161619
&quot;A String&quot;,
16171620
],
16181621
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
1622+
&quot;pscNetworkAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC network attachment the NIC is attached to (if relevant).
16191623
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account authorized for the instance.
16201624
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine instance.
16211625
},

docs/dyn/networkmanagement_v1beta1.projects.locations.global_.connectivityTests.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ <h3>Method Details</h3>
332332
&quot;A String&quot;,
333333
],
334334
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
335+
&quot;pscNetworkAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC network attachment the NIC is attached to (if relevant).
335336
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account authorized for the instance.
336337
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine instance.
337338
},
@@ -781,6 +782,7 @@ <h3>Method Details</h3>
781782
&quot;A String&quot;,
782783
],
783784
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
785+
&quot;pscNetworkAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC network attachment the NIC is attached to (if relevant).
784786
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account authorized for the instance.
785787
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine instance.
786788
},
@@ -1221,6 +1223,7 @@ <h3>Method Details</h3>
12211223
&quot;A String&quot;,
12221224
],
12231225
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
1226+
&quot;pscNetworkAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC network attachment the NIC is attached to (if relevant).
12241227
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account authorized for the instance.
12251228
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine instance.
12261229
},
@@ -1620,6 +1623,7 @@ <h3>Method Details</h3>
16201623
&quot;A String&quot;,
16211624
],
16221625
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Compute Engine network.
1626+
&quot;pscNetworkAttachmentUri&quot;: &quot;A String&quot;, # URI of the PSC network attachment the NIC is attached to (if relevant).
16231627
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account authorized for the instance.
16241628
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine instance.
16251629
},

googleapiclient/discovery_cache/documents/networkmanagement.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20240626",
594+
"revision": "20240718",
595595
"rootUrl": "https://networkmanagement.googleapis.com/",
596596
"schemas": {
597597
"AbortInfo": {
@@ -1702,6 +1702,10 @@ false
17021702
"description": "URI of a Compute Engine network.",
17031703
"type": "string"
17041704
},
1705+
"pscNetworkAttachmentUri": {
1706+
"description": "URI of the PSC network attachment the NIC is attached to (if relevant).",
1707+
"type": "string"
1708+
},
17051709
"serviceAccount": {
17061710
"deprecated": true,
17071711
"description": "Service account authorized for the instance.",

googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20240626",
594+
"revision": "20240718",
595595
"rootUrl": "https://networkmanagement.googleapis.com/",
596596
"schemas": {
597597
"AbortInfo": {
@@ -1707,6 +1707,10 @@ false
17071707
"description": "URI of a Compute Engine network.",
17081708
"type": "string"
17091709
},
1710+
"pscNetworkAttachmentUri": {
1711+
"description": "URI of the PSC network attachment the NIC is attached to (if relevant).",
1712+
"type": "string"
1713+
},
17101714
"serviceAccount": {
17111715
"deprecated": true,
17121716
"description": "Service account authorized for the instance.",

0 commit comments

Comments
 (0)