diff --git a/api-index-v1.json b/api-index-v1.json index 20040159cf535..049b8f65a2ebd 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -62986,6 +62986,17 @@ } ] }, + { + "shortName": "GenerateOfflineCredential", + "fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GenerateOfflineCredential", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{cluster=projects/*/locations/*/clusters/*}:generateOfflineCredential" + } + ] + }, { "shortName": "GetCluster", "fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetCluster", @@ -63019,6 +63030,17 @@ } ] }, + { + "shortName": "GetServerConfig", + "fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetServerConfig", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*}/serverConfig" + } + ] + }, { "shortName": "GetVpnConnection", "fullName": "google.cloud.edgecontainer.v1.EdgeContainer.GetVpnConnection", @@ -63095,6 +63117,17 @@ "path": "/v1/{node_pool.name=projects/*/locations/*/clusters/*/nodePools/*}" } ] + }, + { + "shortName": "UpgradeCluster", + "fullName": "google.cloud.edgecontainer.v1.EdgeContainer.UpgradeCluster", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/locations/*/clusters/*}:upgrade" + } + ] } ] }