From 2e5ba01fa923f4d6d31d2afc376a9c570772fa59 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Wed, 25 Sep 2019 13:26:59 -0700 Subject: [PATCH] Make backend_service.backends.group required. (#2373) --- products/compute/api.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/products/compute/api.yaml b/products/compute/api.yaml index 23f74c6da36e..e0693626a79a 100644 --- a/products/compute/api.yaml +++ b/products/compute/api.yaml @@ -664,6 +664,7 @@ objects: Note that you must specify an Instance Group or Network Endpoint Group resource using the fully-qualified URL, rather than a partial URL. + required: true - !ruby/object:Api::Type::Integer name: 'maxConnections' description: |