diff --git a/api-index-v1.json b/api-index-v1.json index cd1caca8dd158..269c3e48eb80f 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -43526,6 +43526,17 @@ } ] }, + { + "shortName": "GetTerraformVersion", + "fullName": "google.cloud.config.v1.Config.GetTerraformVersion", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{name=projects/*/locations/*/terraformVersions/*}" + } + ] + }, { "shortName": "ImportStatefile", "fullName": "google.cloud.config.v1.Config.ImportStatefile", @@ -43581,6 +43592,17 @@ } ] }, + { + "shortName": "ListTerraformVersions", + "fullName": "google.cloud.config.v1.Config.ListTerraformVersions", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1/{parent=projects/*/locations/*}/terraformVersions" + } + ] + }, { "shortName": "LockDeployment", "fullName": "google.cloud.config.v1.Config.LockDeployment",