From df8a1707a910fc17c71407a75547992fd1864c51 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 9 Dec 2019 09:24:11 -0800 Subject: [PATCH] Synchronize new proto/yaml changes. PiperOrigin-RevId: 284568564 --- google/devtools/cloudbuild/v1/cloudbuild.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/devtools/cloudbuild/v1/cloudbuild.proto b/google/devtools/cloudbuild/v1/cloudbuild.proto index a50ec126..1cf04539 100644 --- a/google/devtools/cloudbuild/v1/cloudbuild.proto +++ b/google/devtools/cloudbuild/v1/cloudbuild.proto @@ -1159,7 +1159,7 @@ message WorkerPool { // `WorkerPool` is running. RUNNING = 2; - // `WorkerPool` is being deleting: cancelling builds and draining workers. + // `WorkerPool` is being deleted: cancelling builds and draining workers. DELETING = 3; // `WorkerPool` is deleted.