From c507c8d388e783e10729c4d057f2b2a172e4d391 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 8 Feb 2022 00:35:17 +0000 Subject: [PATCH] chore: regenerate API index --- api-index-v1.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/api-index-v1.json b/api-index-v1.json index 0a356a867aa9c..56654e17e5bee 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -50256,6 +50256,39 @@ "path": "/v1/{parent=projects/*}/patchJobs" } ] + }, + { + "shortName": "PausePatchDeployment", + "fullName": "google.cloud.osconfig.v1.OsConfigService.PausePatchDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/patchDeployments/*}:pause" + } + ] + }, + { + "shortName": "ResumePatchDeployment", + "fullName": "google.cloud.osconfig.v1.OsConfigService.ResumePatchDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{name=projects/*/patchDeployments/*}:resume" + } + ] + }, + { + "shortName": "UpdatePatchDeployment", + "fullName": "google.cloud.osconfig.v1.OsConfigService.UpdatePatchDeployment", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v1/{patch_deployment.name=projects/*/patchDeployments/*}" + } + ] } ] },