Skip to content

Commit 6de66e8

Browse files
feat(networkconnectivity): update the api
#### networkconnectivity:v1 The following keys were added: - schemas.RoutingVPC.properties.requiredForNewSiteToSiteDataTransferSpokes (Total Keys: 2)
1 parent 8fbfa72 commit 6de66e8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: docs/dyn/networkconnectivity_v1.projects.locations.global_.hubs.html

+4
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ <h3>Method Details</h3>
128128
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of the hub. Hub names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}`
129129
&quot;routingVpcs&quot;: [ # The VPC network associated with this hub&#x27;s spokes. All of the VPN tunnels, VLAN attachments, and router appliance instances referenced by this hub&#x27;s spokes must belong to this VPC network. This field is read-only. Network Connectivity Center automatically populates it based on the set of spokes attached to the hub.
130130
{ # RoutingVPC contains information about the VPC network that is associated with a hub&#x27;s spokes.
131+
&quot;requiredForNewSiteToSiteDataTransferSpokes&quot;: True or False, # Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network.
131132
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC network.
132133
},
133134
],
@@ -226,6 +227,7 @@ <h3>Method Details</h3>
226227
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of the hub. Hub names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}`
227228
&quot;routingVpcs&quot;: [ # The VPC network associated with this hub&#x27;s spokes. All of the VPN tunnels, VLAN attachments, and router appliance instances referenced by this hub&#x27;s spokes must belong to this VPC network. This field is read-only. Network Connectivity Center automatically populates it based on the set of spokes attached to the hub.
228229
{ # RoutingVPC contains information about the VPC network that is associated with a hub&#x27;s spokes.
230+
&quot;requiredForNewSiteToSiteDataTransferSpokes&quot;: True or False, # Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network.
229231
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC network.
230232
},
231233
],
@@ -312,6 +314,7 @@ <h3>Method Details</h3>
312314
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of the hub. Hub names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}`
313315
&quot;routingVpcs&quot;: [ # The VPC network associated with this hub&#x27;s spokes. All of the VPN tunnels, VLAN attachments, and router appliance instances referenced by this hub&#x27;s spokes must belong to this VPC network. This field is read-only. Network Connectivity Center automatically populates it based on the set of spokes attached to the hub.
314316
{ # RoutingVPC contains information about the VPC network that is associated with a hub&#x27;s spokes.
317+
&quot;requiredForNewSiteToSiteDataTransferSpokes&quot;: True or False, # Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network.
315318
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC network.
316319
},
317320
],
@@ -359,6 +362,7 @@ <h3>Method Details</h3>
359362
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of the hub. Hub names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}`
360363
&quot;routingVpcs&quot;: [ # The VPC network associated with this hub&#x27;s spokes. All of the VPN tunnels, VLAN attachments, and router appliance instances referenced by this hub&#x27;s spokes must belong to this VPC network. This field is read-only. Network Connectivity Center automatically populates it based on the set of spokes attached to the hub.
361364
{ # RoutingVPC contains information about the VPC network that is associated with a hub&#x27;s spokes.
365+
&quot;requiredForNewSiteToSiteDataTransferSpokes&quot;: True or False, # Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network.
362366
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC network.
363367
},
364368
],

Diff for: googleapiclient/discovery_cache/documents/networkconnectivity.v1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
}
939939
}
940940
},
941-
"revision": "20211113",
941+
"revision": "20211210",
942942
"rootUrl": "https://networkconnectivity.googleapis.com/",
943943
"schemas": {
944944
"AuditConfig": {
@@ -1463,6 +1463,11 @@
14631463
"description": "RoutingVPC contains information about the VPC network that is associated with a hub's spokes.",
14641464
"id": "RoutingVPC",
14651465
"properties": {
1466+
"requiredForNewSiteToSiteDataTransferSpokes": {
1467+
"description": "Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network.",
1468+
"readOnly": true,
1469+
"type": "boolean"
1470+
},
14661471
"uri": {
14671472
"description": "The URI of the VPC network.",
14681473
"type": "string"

Diff for: googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
}
939939
}
940940
},
941-
"revision": "20211113",
941+
"revision": "20211210",
942942
"rootUrl": "https://networkconnectivity.googleapis.com/",
943943
"schemas": {
944944
"AuditConfig": {

0 commit comments

Comments
 (0)