From aa5cfb337053bd1dde3fd86ba0c77f87943dee70 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 5 Jul 2023 14:34:49 +0000 Subject: [PATCH] feat(networkconnectivity): update the api #### networkconnectivity:v1alpha1 The following keys were added: - schemas.Hub.properties.spokes.deprecated (Total Keys: 1) - schemas.RouterApplianceInstance.properties.networkInterface.deprecated (Total Keys: 1) --- .../discovery_cache/documents/networkconnectivity.v1.json | 2 +- .../documents/networkconnectivity.v1alpha1.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/googleapiclient/discovery_cache/documents/networkconnectivity.v1.json b/googleapiclient/discovery_cache/documents/networkconnectivity.v1.json index 1426a2fdb19..4d55dbd263a 100644 --- a/googleapiclient/discovery_cache/documents/networkconnectivity.v1.json +++ b/googleapiclient/discovery_cache/documents/networkconnectivity.v1.json @@ -2420,7 +2420,7 @@ } } }, - "revision": "20230621", + "revision": "20230627", "rootUrl": "https://networkconnectivity.googleapis.com/", "schemas": { "AcceptSpokeRequest": { diff --git a/googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json b/googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json index ce6642f60ba..d9d60648d48 100644 --- a/googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json @@ -1116,7 +1116,7 @@ } } }, - "revision": "20230621", + "revision": "20230627", "rootUrl": "https://networkconnectivity.googleapis.com/", "schemas": { "AuditConfig": { @@ -1329,6 +1329,7 @@ "type": "string" }, "spokes": { + "deprecated": true, "description": "Output only. A list of the URIs of all attached spokes. This field is deprecated and will not be included in future API versions. Call ListSpokes on each region instead.", "items": { "type": "string" @@ -1686,6 +1687,7 @@ "type": "string" }, "networkInterface": { + "deprecated": true, "type": "string" }, "virtualMachine": {